Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2024-9287
Vulnerability from cvelistv5
Vendor | Product | Version | ||
---|---|---|---|---|
Python Software Foundation | CPython |
Version: 0 Version: 3.10.0 Version: 3.11.0 Version: 3.12.0 Version: 3.13.0 Version: 3.14.0a1 |
{ containers: { adp: [ { affected: [ { cpes: [ "cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*", ], defaultStatus: "unknown", product: "cpython", vendor: "python", versions: [ { lessThanOrEqual: "3.13.0", status: "affected", version: "0", versionType: "python", }, ], }, ], metrics: [ { other: { content: { id: "CVE-2024-9287", options: [ { Exploitation: "none", }, { Automatable: "no", }, { "Technical Impact": "total", }, ], role: "CISA Coordinator", timestamp: "2024-10-22T17:11:46.736068Z", version: "2.0.3", }, type: "ssvc", }, }, ], providerMetadata: { dateUpdated: "2024-10-22T17:13:32.968Z", orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0", shortName: "CISA-ADP", }, title: "CISA ADP Vulnrichment", }, ], cna: { affected: [ { defaultStatus: "unaffected", modules: [ "venv", ], product: "CPython", repo: "https://github.com/python/cpython", vendor: "Python Software Foundation", versions: [ { lessThan: "3.9.21", status: "affected", version: "0", versionType: "python", }, { lessThan: "3.10.16", status: "affected", version: "3.10.0", versionType: "python", }, { lessThan: "3.11.11", status: "affected", version: "3.11.0", versionType: "python", }, { lessThan: "3.12.8", status: "affected", version: "3.12.0", versionType: "python", }, { lessThan: "3.13.1", status: "affected", version: "3.13.0", versionType: "python", }, { lessThan: "3.14.0a2", status: "affected", version: "3.14.0a1", versionType: "python", }, ], }, ], descriptions: [ { lang: "en", supportingMedia: [ { base64: false, type: "text/html", value: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.<br>", }, ], value: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", }, ], metrics: [ { cvssV4_0: { Automatable: "NOT_DEFINED", Recovery: "NOT_DEFINED", Safety: "NOT_DEFINED", attackComplexity: "LOW", attackRequirements: "PRESENT", attackVector: "LOCAL", baseScore: 5.3, baseSeverity: "MEDIUM", privilegesRequired: "HIGH", providerUrgency: "GREEN", subAvailabilityImpact: "NONE", subConfidentialityImpact: "NONE", subIntegrityImpact: "NONE", userInteraction: "ACTIVE", valueDensity: "NOT_DEFINED", vectorString: "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/U:Green", version: "4.0", vulnAvailabilityImpact: "NONE", vulnConfidentialityImpact: "HIGH", vulnIntegrityImpact: "HIGH", vulnerabilityResponseEffort: "NOT_DEFINED", }, format: "CVSS", scenarios: [ { lang: "en", value: "GENERAL", }, ], }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-428", description: "CWE-428 Unquoted Search Path or Element", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2025-01-31T19:55:27.648Z", orgId: "28c92f92-d60d-412d-b760-e73465c3df22", shortName: "PSF", }, references: [ { tags: [ "issue-tracking", ], url: "https://github.com/python/cpython/issues/124651", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/pull/124712", }, { tags: [ "vendor-advisory", ], url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111b", }, ], source: { discovery: "UNKNOWN", }, title: "Virtual environment (venv) activation scripts don't quote paths", x_generator: { engine: "Vulnogram 0.2.0", }, }, }, cveMetadata: { assignerOrgId: "28c92f92-d60d-412d-b760-e73465c3df22", assignerShortName: "PSF", cveId: "CVE-2024-9287", datePublished: "2024-10-22T16:34:39.210Z", dateReserved: "2024-09-27T14:48:44.181Z", dateUpdated: "2025-01-31T19:55:27.648Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { fkie_nvd: { descriptions: "[{\"lang\": \"en\", \"value\": \"A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \\\"activation\\\" scripts (ie \\\"source venv/bin/activate\\\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \\\"./venv/bin/python\\\") are not affected.\"}, {\"lang\": \"es\", \"value\": \" Se ha encontrado una vulnerabilidad en el m\\u00f3dulo `venv` de CPython y en la CLI donde los nombres de ruta proporcionados al crear un entorno virtual no se citaban correctamente, lo que permit\\u00eda al creador inyectar comandos en los scripts de \\\"activaci\\u00f3n\\\" del entorno virtual (es decir, \\\"source venv/bin/activate\\\"). Esto significa que los entornos virtuales controlados por el atacante pueden ejecutar comandos cuando el entorno virtual est\\u00e1 activado. Los entornos virtuales que no son creados por un atacante o que no se activan antes de ser utilizados (es decir, \\\"./venv/bin/python\\\") no se ven afectados.\"}]", id: "CVE-2024-9287", lastModified: "2024-11-04T18:15:05.627", metrics: "{\"cvssMetricV40\": [{\"source\": \"cna@python.org\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"4.0\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Green\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"HIGH\", \"userInteraction\": \"ACTIVE\", \"vulnerableSystemConfidentiality\": \"HIGH\", \"vulnerableSystemIntegrity\": \"HIGH\", \"vulnerableSystemAvailability\": \"NONE\", \"subsequentSystemConfidentiality\": \"NONE\", \"subsequentSystemIntegrity\": \"NONE\", \"subsequentSystemAvailability\": \"NONE\", \"exploitMaturity\": \"NOT_DEFINED\", \"confidentialityRequirements\": \"NOT_DEFINED\", \"integrityRequirements\": \"NOT_DEFINED\", \"availabilityRequirements\": \"NOT_DEFINED\", \"modifiedAttackVector\": \"NOT_DEFINED\", \"modifiedAttackComplexity\": \"NOT_DEFINED\", \"modifiedAttackRequirements\": \"NOT_DEFINED\", \"modifiedPrivilegesRequired\": \"NOT_DEFINED\", \"modifiedUserInteraction\": \"NOT_DEFINED\", \"modifiedVulnerableSystemConfidentiality\": \"NOT_DEFINED\", \"modifiedVulnerableSystemIntegrity\": \"NOT_DEFINED\", \"modifiedVulnerableSystemAvailability\": \"NOT_DEFINED\", \"modifiedSubsequentSystemConfidentiality\": \"NOT_DEFINED\", \"modifiedSubsequentSystemIntegrity\": \"NOT_DEFINED\", \"modifiedSubsequentSystemAvailability\": \"NOT_DEFINED\", \"safety\": \"NOT_DEFINED\", \"automatable\": \"NOT_DEFINED\", \"recovery\": \"NOT_DEFINED\", \"valueDensity\": \"NOT_DEFINED\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\", \"providerUrgency\": \"GREEN\"}}]}", published: "2024-10-22T17:15:06.697", references: "[{\"url\": \"https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/issues/124651\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/pull/124712\", \"source\": \"cna@python.org\"}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/\", \"source\": \"cna@python.org\"}]", sourceIdentifier: "cna@python.org", vulnStatus: "Awaiting Analysis", weaknesses: "[{\"source\": \"cna@python.org\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-428\"}]}]", }, nvd: "{\"cve\":{\"id\":\"CVE-2024-9287\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-10-22T17:15:06.697\",\"lastModified\":\"2025-02-10T18:47:16.547\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \\\"activation\\\" scripts (ie \\\"source venv/bin/activate\\\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \\\"./venv/bin/python\\\") are not affected.\"},{\"lang\":\"es\",\"value\":\" Se ha encontrado una vulnerabilidad en el módulo `venv` de CPython y en la CLI donde los nombres de ruta proporcionados al crear un entorno virtual no se citaban correctamente, lo que permitía al creador inyectar comandos en los scripts de \\\"activación\\\" del entorno virtual (es decir, \\\"source venv/bin/activate\\\"). Esto significa que los entornos virtuales controlados por el atacante pueden ejecutar comandos cuando el entorno virtual está activado. Los entornos virtuales que no son creados por un atacante o que no se activan antes de ser utilizados (es decir, \\\"./venv/bin/python\\\") no se ven afectados.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Green\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"ACTIVE\",\"vulnerableSystemConfidentiality\":\"HIGH\",\"vulnerableSystemIntegrity\":\"HIGH\",\"vulnerableSystemAvailability\":\"NONE\",\"subsequentSystemConfidentiality\":\"NONE\",\"subsequentSystemIntegrity\":\"NONE\",\"subsequentSystemAvailability\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirements\":\"NOT_DEFINED\",\"integrityRequirements\":\"NOT_DEFINED\",\"availabilityRequirements\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnerableSystemConfidentiality\":\"NOT_DEFINED\",\"modifiedVulnerableSystemIntegrity\":\"NOT_DEFINED\",\"modifiedVulnerableSystemAvailability\":\"NOT_DEFINED\",\"modifiedSubsequentSystemConfidentiality\":\"NOT_DEFINED\",\"modifiedSubsequentSystemIntegrity\":\"NOT_DEFINED\",\"modifiedSubsequentSystemAvailability\":\"NOT_DEFINED\",\"safety\":\"NOT_DEFINED\",\"automatable\":\"NOT_DEFINED\",\"recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"GREEN\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-428\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-77\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.9.21\",\"matchCriteriaId\":\"33E41245-604A-4967-85A8-F3DC04E6D0CC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.10.0\",\"versionEndExcluding\":\"3.10.16\",\"matchCriteriaId\":\"B013F87A-0CEE-4DC1-AAFC-7EBDAC6576C5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.11.0\",\"versionEndExcluding\":\"3.11.11\",\"matchCriteriaId\":\"DC875838-E29D-4D06-84DA-8F552FCFD726\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.12.0\",\"versionEndExcluding\":\"3.12.8\",\"matchCriteriaId\":\"D4899490-179B-4EB7-9713-912862F62B94\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.13.0\",\"versionEndExcluding\":\"3.13.1\",\"matchCriteriaId\":\"B186E2B1-39FF-4264-AAC3-CF6D5E767F30\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.14.0:alpha1:*:*:*:*:*:*\",\"matchCriteriaId\":\"BAEA33EC-9685-4778-B77C-3E127BD31DB9\"}]}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111b\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/issues/124651\",\"source\":\"cna@python.org\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://github.com/python/cpython/pull/124712\",\"source\":\"cna@python.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/\",\"source\":\"cna@python.org\",\"tags\":[\"Vendor Advisory\"]}]}}", vulnrichment: { containers: "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-9287\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-22T17:11:46.736068Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*\"], \"vendor\": \"python\", \"product\": \"cpython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"python\", \"lessThanOrEqual\": \"3.13.0\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-22T17:13:06.936Z\"}}], \"cna\": {\"title\": \"Virtual environment (venv) activation scripts don't quote paths\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 5.3, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/U:Green\", \"providerUrgency\": \"GREEN\", \"userInteraction\": \"ACTIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"HIGH\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"modules\": [\"venv\"], \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.9.21\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.16\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.11\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.8\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0\", \"lessThan\": \"3.13.1\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0a1\", \"lessThan\": \"3.14.0a2\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/issues/124651\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/pull/124712\", \"tags\": [\"patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111b\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \\\"activation\\\" scripts (ie \\\"source venv/bin/activate\\\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \\\"./venv/bin/python\\\") are not affected.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \\\"activation\\\" scripts (ie \\\"source venv/bin/activate\\\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \\\"./venv/bin/python\\\") are not affected.<br>\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-428\", \"description\": \"CWE-428 Unquoted Search Path or Element\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2025-01-31T19:55:27.648Z\"}}}", cveMetadata: "{\"cveId\": \"CVE-2024-9287\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-01-31T19:55:27.648Z\", \"dateReserved\": \"2024-09-27T14:48:44.181Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2024-10-22T16:34:39.210Z\", \"assignerShortName\": \"PSF\"}", dataType: "CVE_RECORD", dataVersion: "5.1", }, }, }
suse-su-2024:3924-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python310", title: "Title of the patch", }, { category: "description", text: "This update for python310 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3924,openSUSE-SLE-15.5-2024-3924,openSUSE-SLE-15.6-2024-3924", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3924-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3924-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243924-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3924-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019780.html", }, { category: "self", summary: "SUSE Bug 1230906", url: "https://bugzilla.suse.com/1230906", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python310", tracking: { current_release_date: "2024-11-06T10:14:08Z", generator: { date: "2024-11-06T10:14:08Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3924-1", initial_release_date: "2024-11-06T10:14:08Z", revision_history: [ { date: "2024-11-06T10:14:08Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", product: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", product_id: "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", }, }, { category: "product_version", name: "python310-3.10.15-150400.4.60.1.aarch64", product: { name: "python310-3.10.15-150400.4.60.1.aarch64", product_id: "python310-3.10.15-150400.4.60.1.aarch64", }, }, { category: "product_version", name: "python310-base-3.10.15-150400.4.60.1.aarch64", product: { name: "python310-base-3.10.15-150400.4.60.1.aarch64", product_id: "python310-base-3.10.15-150400.4.60.1.aarch64", }, }, { category: "product_version", name: "python310-curses-3.10.15-150400.4.60.1.aarch64", product: { name: "python310-curses-3.10.15-150400.4.60.1.aarch64", product_id: "python310-curses-3.10.15-150400.4.60.1.aarch64", }, }, { category: "product_version", name: "python310-dbm-3.10.15-150400.4.60.1.aarch64", product: { name: "python310-dbm-3.10.15-150400.4.60.1.aarch64", product_id: "python310-dbm-3.10.15-150400.4.60.1.aarch64", }, }, { category: "product_version", name: "python310-devel-3.10.15-150400.4.60.1.aarch64", product: { name: "python310-devel-3.10.15-150400.4.60.1.aarch64", product_id: "python310-devel-3.10.15-150400.4.60.1.aarch64", }, }, { category: "product_version", name: "python310-doc-3.10.15-150400.4.60.1.aarch64", product: { name: "python310-doc-3.10.15-150400.4.60.1.aarch64", product_id: "python310-doc-3.10.15-150400.4.60.1.aarch64", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", product: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", product_id: "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", }, }, { category: "product_version", name: "python310-idle-3.10.15-150400.4.60.1.aarch64", product: { name: "python310-idle-3.10.15-150400.4.60.1.aarch64", product_id: "python310-idle-3.10.15-150400.4.60.1.aarch64", }, }, { category: "product_version", name: "python310-testsuite-3.10.15-150400.4.60.1.aarch64", product: { name: "python310-testsuite-3.10.15-150400.4.60.1.aarch64", product_id: "python310-testsuite-3.10.15-150400.4.60.1.aarch64", }, }, { category: "product_version", name: "python310-tk-3.10.15-150400.4.60.1.aarch64", product: { name: "python310-tk-3.10.15-150400.4.60.1.aarch64", product_id: "python310-tk-3.10.15-150400.4.60.1.aarch64", }, }, { category: "product_version", name: "python310-tools-3.10.15-150400.4.60.1.aarch64", product: { name: "python310-tools-3.10.15-150400.4.60.1.aarch64", product_id: "python310-tools-3.10.15-150400.4.60.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-64bit-3.10.15-150400.4.60.1.aarch64_ilp32", product: { name: "libpython3_10-1_0-64bit-3.10.15-150400.4.60.1.aarch64_ilp32", product_id: "libpython3_10-1_0-64bit-3.10.15-150400.4.60.1.aarch64_ilp32", }, }, { category: "product_version", name: "python310-64bit-3.10.15-150400.4.60.1.aarch64_ilp32", product: { name: "python310-64bit-3.10.15-150400.4.60.1.aarch64_ilp32", product_id: "python310-64bit-3.10.15-150400.4.60.1.aarch64_ilp32", }, }, { category: "product_version", name: "python310-base-64bit-3.10.15-150400.4.60.1.aarch64_ilp32", product: { name: "python310-base-64bit-3.10.15-150400.4.60.1.aarch64_ilp32", product_id: "python310-base-64bit-3.10.15-150400.4.60.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.15-150400.4.60.1.i586", product: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.i586", product_id: "libpython3_10-1_0-3.10.15-150400.4.60.1.i586", }, }, { category: "product_version", name: "python310-3.10.15-150400.4.60.1.i586", product: { name: "python310-3.10.15-150400.4.60.1.i586", product_id: "python310-3.10.15-150400.4.60.1.i586", }, }, { category: "product_version", name: "python310-base-3.10.15-150400.4.60.1.i586", product: { name: "python310-base-3.10.15-150400.4.60.1.i586", product_id: "python310-base-3.10.15-150400.4.60.1.i586", }, }, { category: "product_version", name: "python310-curses-3.10.15-150400.4.60.1.i586", product: { name: "python310-curses-3.10.15-150400.4.60.1.i586", product_id: "python310-curses-3.10.15-150400.4.60.1.i586", }, }, { category: "product_version", name: "python310-dbm-3.10.15-150400.4.60.1.i586", product: { name: "python310-dbm-3.10.15-150400.4.60.1.i586", product_id: "python310-dbm-3.10.15-150400.4.60.1.i586", }, }, { category: "product_version", name: "python310-devel-3.10.15-150400.4.60.1.i586", product: { name: "python310-devel-3.10.15-150400.4.60.1.i586", product_id: "python310-devel-3.10.15-150400.4.60.1.i586", }, }, { category: "product_version", name: "python310-doc-3.10.15-150400.4.60.1.i586", product: { name: "python310-doc-3.10.15-150400.4.60.1.i586", product_id: "python310-doc-3.10.15-150400.4.60.1.i586", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.15-150400.4.60.1.i586", product: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.i586", product_id: "python310-doc-devhelp-3.10.15-150400.4.60.1.i586", }, }, { category: "product_version", name: "python310-idle-3.10.15-150400.4.60.1.i586", product: { name: "python310-idle-3.10.15-150400.4.60.1.i586", product_id: "python310-idle-3.10.15-150400.4.60.1.i586", }, }, { category: "product_version", name: "python310-testsuite-3.10.15-150400.4.60.1.i586", product: { name: "python310-testsuite-3.10.15-150400.4.60.1.i586", product_id: "python310-testsuite-3.10.15-150400.4.60.1.i586", }, }, { category: "product_version", name: "python310-tk-3.10.15-150400.4.60.1.i586", product: { name: "python310-tk-3.10.15-150400.4.60.1.i586", product_id: "python310-tk-3.10.15-150400.4.60.1.i586", }, }, { category: "product_version", name: "python310-tools-3.10.15-150400.4.60.1.i586", product: { name: "python310-tools-3.10.15-150400.4.60.1.i586", product_id: "python310-tools-3.10.15-150400.4.60.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", product: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", product_id: "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", }, }, { category: "product_version", name: "python310-3.10.15-150400.4.60.1.ppc64le", product: { name: "python310-3.10.15-150400.4.60.1.ppc64le", product_id: "python310-3.10.15-150400.4.60.1.ppc64le", }, }, { category: "product_version", name: "python310-base-3.10.15-150400.4.60.1.ppc64le", product: { name: "python310-base-3.10.15-150400.4.60.1.ppc64le", product_id: "python310-base-3.10.15-150400.4.60.1.ppc64le", }, }, { category: "product_version", name: "python310-curses-3.10.15-150400.4.60.1.ppc64le", product: { name: "python310-curses-3.10.15-150400.4.60.1.ppc64le", product_id: "python310-curses-3.10.15-150400.4.60.1.ppc64le", }, }, { category: "product_version", name: "python310-dbm-3.10.15-150400.4.60.1.ppc64le", product: { name: "python310-dbm-3.10.15-150400.4.60.1.ppc64le", product_id: "python310-dbm-3.10.15-150400.4.60.1.ppc64le", }, }, { category: "product_version", name: "python310-devel-3.10.15-150400.4.60.1.ppc64le", product: { name: "python310-devel-3.10.15-150400.4.60.1.ppc64le", product_id: "python310-devel-3.10.15-150400.4.60.1.ppc64le", }, }, { category: "product_version", name: "python310-doc-3.10.15-150400.4.60.1.ppc64le", product: { name: "python310-doc-3.10.15-150400.4.60.1.ppc64le", product_id: "python310-doc-3.10.15-150400.4.60.1.ppc64le", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", product: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", product_id: "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", }, }, { category: "product_version", name: "python310-idle-3.10.15-150400.4.60.1.ppc64le", product: { name: "python310-idle-3.10.15-150400.4.60.1.ppc64le", product_id: "python310-idle-3.10.15-150400.4.60.1.ppc64le", }, }, { category: "product_version", name: "python310-testsuite-3.10.15-150400.4.60.1.ppc64le", product: { name: "python310-testsuite-3.10.15-150400.4.60.1.ppc64le", product_id: "python310-testsuite-3.10.15-150400.4.60.1.ppc64le", }, }, { category: "product_version", name: "python310-tk-3.10.15-150400.4.60.1.ppc64le", product: { name: "python310-tk-3.10.15-150400.4.60.1.ppc64le", product_id: "python310-tk-3.10.15-150400.4.60.1.ppc64le", }, }, { category: "product_version", name: "python310-tools-3.10.15-150400.4.60.1.ppc64le", product: { name: "python310-tools-3.10.15-150400.4.60.1.ppc64le", product_id: "python310-tools-3.10.15-150400.4.60.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", product: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", product_id: "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", }, }, { category: "product_version", name: "python310-3.10.15-150400.4.60.1.s390x", product: { name: "python310-3.10.15-150400.4.60.1.s390x", product_id: "python310-3.10.15-150400.4.60.1.s390x", }, }, { category: "product_version", name: "python310-base-3.10.15-150400.4.60.1.s390x", product: { name: "python310-base-3.10.15-150400.4.60.1.s390x", product_id: "python310-base-3.10.15-150400.4.60.1.s390x", }, }, { category: "product_version", name: "python310-curses-3.10.15-150400.4.60.1.s390x", product: { name: "python310-curses-3.10.15-150400.4.60.1.s390x", product_id: "python310-curses-3.10.15-150400.4.60.1.s390x", }, }, { category: "product_version", name: "python310-dbm-3.10.15-150400.4.60.1.s390x", product: { name: "python310-dbm-3.10.15-150400.4.60.1.s390x", product_id: "python310-dbm-3.10.15-150400.4.60.1.s390x", }, }, { category: "product_version", name: "python310-devel-3.10.15-150400.4.60.1.s390x", product: { name: "python310-devel-3.10.15-150400.4.60.1.s390x", product_id: "python310-devel-3.10.15-150400.4.60.1.s390x", }, }, { category: "product_version", name: "python310-doc-3.10.15-150400.4.60.1.s390x", product: { name: "python310-doc-3.10.15-150400.4.60.1.s390x", product_id: "python310-doc-3.10.15-150400.4.60.1.s390x", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", product: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", product_id: "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", }, }, { category: "product_version", name: "python310-idle-3.10.15-150400.4.60.1.s390x", product: { name: "python310-idle-3.10.15-150400.4.60.1.s390x", product_id: "python310-idle-3.10.15-150400.4.60.1.s390x", }, }, { category: "product_version", name: "python310-testsuite-3.10.15-150400.4.60.1.s390x", product: { name: "python310-testsuite-3.10.15-150400.4.60.1.s390x", product_id: "python310-testsuite-3.10.15-150400.4.60.1.s390x", }, }, { category: "product_version", name: "python310-tk-3.10.15-150400.4.60.1.s390x", product: { name: "python310-tk-3.10.15-150400.4.60.1.s390x", product_id: "python310-tk-3.10.15-150400.4.60.1.s390x", }, }, { category: "product_version", name: "python310-tools-3.10.15-150400.4.60.1.s390x", product: { name: "python310-tools-3.10.15-150400.4.60.1.s390x", product_id: "python310-tools-3.10.15-150400.4.60.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", product: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", product_id: "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", product: { name: "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", product_id: "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-3.10.15-150400.4.60.1.x86_64", product_id: "python310-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-32bit-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-32bit-3.10.15-150400.4.60.1.x86_64", product_id: "python310-32bit-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-base-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-base-3.10.15-150400.4.60.1.x86_64", product_id: "python310-base-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-base-32bit-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-base-32bit-3.10.15-150400.4.60.1.x86_64", product_id: "python310-base-32bit-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-curses-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-curses-3.10.15-150400.4.60.1.x86_64", product_id: "python310-curses-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-dbm-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-dbm-3.10.15-150400.4.60.1.x86_64", product_id: "python310-dbm-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-devel-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-devel-3.10.15-150400.4.60.1.x86_64", product_id: "python310-devel-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-doc-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-doc-3.10.15-150400.4.60.1.x86_64", product_id: "python310-doc-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", product_id: "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-idle-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-idle-3.10.15-150400.4.60.1.x86_64", product_id: "python310-idle-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-testsuite-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-testsuite-3.10.15-150400.4.60.1.x86_64", product_id: "python310-testsuite-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-tk-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-tk-3.10.15-150400.4.60.1.x86_64", product_id: "python310-tk-3.10.15-150400.4.60.1.x86_64", }, }, { category: "product_version", name: "python310-tools-3.10.15-150400.4.60.1.x86_64", product: { name: "python310-tools-3.10.15-150400.4.60.1.x86_64", product_id: "python310-tools-3.10.15-150400.4.60.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", }, product_reference: "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-32bit-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-base-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-base-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-base-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-base-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-base-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-base-32bit-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-curses-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-curses-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-curses-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-curses-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-dbm-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-dbm-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-dbm-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-dbm-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-devel-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-devel-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-devel-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-devel-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-doc-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-doc-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-doc-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-doc-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-idle-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-idle-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-idle-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-idle-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-testsuite-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-testsuite-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-testsuite-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-testsuite-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-tk-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-tk-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-tk-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-tk-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-tools-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-tools-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-tools-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-tools-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", }, product_reference: "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", }, product_reference: "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-32bit-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-base-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-base-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-base-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-base-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-base-32bit-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-curses-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-curses-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-curses-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-curses-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-dbm-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-dbm-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-dbm-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-dbm-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-devel-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-devel-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-devel-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-devel-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-doc-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-doc-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-doc-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-doc-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-idle-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-idle-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-idle-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-idle-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-testsuite-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-testsuite-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-testsuite-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-testsuite-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-tk-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-tk-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-tk-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-tk-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.aarch64", }, product_reference: "python310-tools-3.10.15-150400.4.60.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.ppc64le", }, product_reference: "python310-tools-3.10.15-150400.4.60.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.s390x", }, product_reference: "python310-tools-3.10.15-150400.4.60.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.x86_64", }, product_reference: "python310-tools-3.10.15-150400.4.60.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-06T10:14:08Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
suse-su-2024:3945-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python39", title: "Title of the patch", }, { category: "description", text: "This update for python39 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3945,SUSE-SLE-Module-Legacy-15-SP5-2024-3945,openSUSE-SLE-15.5-2024-3945,openSUSE-SLE-15.6-2024-3945", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3945-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3945-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243945-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3945-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019794.html", }, { category: "self", summary: "SUSE Bug 1230906", url: "https://bugzilla.suse.com/1230906", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python39", tracking: { current_release_date: "2024-11-07T16:24:10Z", generator: { date: "2024-11-07T16:24:10Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3945-1", initial_release_date: "2024-11-07T16:24:10Z", revision_history: [ { date: "2024-11-07T16:24:10Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", product: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", product_id: "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", }, }, { category: "product_version", name: "python39-3.9.20-150300.4.55.1.aarch64", product: { name: "python39-3.9.20-150300.4.55.1.aarch64", product_id: "python39-3.9.20-150300.4.55.1.aarch64", }, }, { category: "product_version", name: "python39-base-3.9.20-150300.4.55.2.aarch64", product: { name: "python39-base-3.9.20-150300.4.55.2.aarch64", product_id: "python39-base-3.9.20-150300.4.55.2.aarch64", }, }, { category: "product_version", name: "python39-curses-3.9.20-150300.4.55.1.aarch64", product: { name: "python39-curses-3.9.20-150300.4.55.1.aarch64", product_id: "python39-curses-3.9.20-150300.4.55.1.aarch64", }, }, { category: "product_version", name: "python39-dbm-3.9.20-150300.4.55.1.aarch64", product: { name: "python39-dbm-3.9.20-150300.4.55.1.aarch64", product_id: "python39-dbm-3.9.20-150300.4.55.1.aarch64", }, }, { category: "product_version", name: "python39-devel-3.9.20-150300.4.55.2.aarch64", product: { name: "python39-devel-3.9.20-150300.4.55.2.aarch64", product_id: "python39-devel-3.9.20-150300.4.55.2.aarch64", }, }, { category: "product_version", name: "python39-doc-3.9.20-150300.4.55.1.aarch64", product: { name: "python39-doc-3.9.20-150300.4.55.1.aarch64", product_id: "python39-doc-3.9.20-150300.4.55.1.aarch64", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", product: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", product_id: "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", }, }, { category: "product_version", name: "python39-idle-3.9.20-150300.4.55.1.aarch64", product: { name: "python39-idle-3.9.20-150300.4.55.1.aarch64", product_id: "python39-idle-3.9.20-150300.4.55.1.aarch64", }, }, { category: "product_version", name: "python39-testsuite-3.9.20-150300.4.55.2.aarch64", product: { name: "python39-testsuite-3.9.20-150300.4.55.2.aarch64", product_id: "python39-testsuite-3.9.20-150300.4.55.2.aarch64", }, }, { category: "product_version", name: "python39-tk-3.9.20-150300.4.55.1.aarch64", product: { name: "python39-tk-3.9.20-150300.4.55.1.aarch64", product_id: "python39-tk-3.9.20-150300.4.55.1.aarch64", }, }, { category: "product_version", name: "python39-tools-3.9.20-150300.4.55.2.aarch64", product: { name: "python39-tools-3.9.20-150300.4.55.2.aarch64", product_id: "python39-tools-3.9.20-150300.4.55.2.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-64bit-3.9.20-150300.4.55.2.aarch64_ilp32", product: { name: "libpython3_9-1_0-64bit-3.9.20-150300.4.55.2.aarch64_ilp32", product_id: "libpython3_9-1_0-64bit-3.9.20-150300.4.55.2.aarch64_ilp32", }, }, { category: "product_version", name: "python39-64bit-3.9.20-150300.4.55.1.aarch64_ilp32", product: { name: "python39-64bit-3.9.20-150300.4.55.1.aarch64_ilp32", product_id: "python39-64bit-3.9.20-150300.4.55.1.aarch64_ilp32", }, }, { category: "product_version", name: "python39-base-64bit-3.9.20-150300.4.55.2.aarch64_ilp32", product: { name: "python39-base-64bit-3.9.20-150300.4.55.2.aarch64_ilp32", product_id: "python39-base-64bit-3.9.20-150300.4.55.2.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.20-150300.4.55.2.i586", product: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.i586", product_id: "libpython3_9-1_0-3.9.20-150300.4.55.2.i586", }, }, { category: "product_version", name: "python39-3.9.20-150300.4.55.1.i586", product: { name: "python39-3.9.20-150300.4.55.1.i586", product_id: "python39-3.9.20-150300.4.55.1.i586", }, }, { category: "product_version", name: "python39-base-3.9.20-150300.4.55.2.i586", product: { name: "python39-base-3.9.20-150300.4.55.2.i586", product_id: "python39-base-3.9.20-150300.4.55.2.i586", }, }, { category: "product_version", name: "python39-curses-3.9.20-150300.4.55.1.i586", product: { name: "python39-curses-3.9.20-150300.4.55.1.i586", product_id: "python39-curses-3.9.20-150300.4.55.1.i586", }, }, { category: "product_version", name: "python39-dbm-3.9.20-150300.4.55.1.i586", product: { name: "python39-dbm-3.9.20-150300.4.55.1.i586", product_id: "python39-dbm-3.9.20-150300.4.55.1.i586", }, }, { category: "product_version", name: "python39-devel-3.9.20-150300.4.55.2.i586", product: { name: "python39-devel-3.9.20-150300.4.55.2.i586", product_id: "python39-devel-3.9.20-150300.4.55.2.i586", }, }, { category: "product_version", name: "python39-doc-3.9.20-150300.4.55.1.i586", product: { name: "python39-doc-3.9.20-150300.4.55.1.i586", product_id: "python39-doc-3.9.20-150300.4.55.1.i586", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.20-150300.4.55.1.i586", product: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.i586", product_id: "python39-doc-devhelp-3.9.20-150300.4.55.1.i586", }, }, { category: "product_version", name: "python39-idle-3.9.20-150300.4.55.1.i586", product: { name: "python39-idle-3.9.20-150300.4.55.1.i586", product_id: "python39-idle-3.9.20-150300.4.55.1.i586", }, }, { category: "product_version", name: "python39-testsuite-3.9.20-150300.4.55.2.i586", product: { name: "python39-testsuite-3.9.20-150300.4.55.2.i586", product_id: "python39-testsuite-3.9.20-150300.4.55.2.i586", }, }, { category: "product_version", name: "python39-tk-3.9.20-150300.4.55.1.i586", product: { name: "python39-tk-3.9.20-150300.4.55.1.i586", product_id: "python39-tk-3.9.20-150300.4.55.1.i586", }, }, { category: "product_version", name: "python39-tools-3.9.20-150300.4.55.2.i586", product: { name: "python39-tools-3.9.20-150300.4.55.2.i586", product_id: "python39-tools-3.9.20-150300.4.55.2.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", product: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", product_id: "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", }, }, { category: "product_version", name: "python39-3.9.20-150300.4.55.1.ppc64le", product: { name: "python39-3.9.20-150300.4.55.1.ppc64le", product_id: "python39-3.9.20-150300.4.55.1.ppc64le", }, }, { category: "product_version", name: "python39-base-3.9.20-150300.4.55.2.ppc64le", product: { name: "python39-base-3.9.20-150300.4.55.2.ppc64le", product_id: "python39-base-3.9.20-150300.4.55.2.ppc64le", }, }, { category: "product_version", name: "python39-curses-3.9.20-150300.4.55.1.ppc64le", product: { name: "python39-curses-3.9.20-150300.4.55.1.ppc64le", product_id: "python39-curses-3.9.20-150300.4.55.1.ppc64le", }, }, { category: "product_version", name: "python39-dbm-3.9.20-150300.4.55.1.ppc64le", product: { name: "python39-dbm-3.9.20-150300.4.55.1.ppc64le", product_id: "python39-dbm-3.9.20-150300.4.55.1.ppc64le", }, }, { category: "product_version", name: "python39-devel-3.9.20-150300.4.55.2.ppc64le", product: { name: "python39-devel-3.9.20-150300.4.55.2.ppc64le", product_id: "python39-devel-3.9.20-150300.4.55.2.ppc64le", }, }, { category: "product_version", name: "python39-doc-3.9.20-150300.4.55.1.ppc64le", product: { name: "python39-doc-3.9.20-150300.4.55.1.ppc64le", product_id: "python39-doc-3.9.20-150300.4.55.1.ppc64le", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", product: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", product_id: "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", }, }, { category: "product_version", name: "python39-idle-3.9.20-150300.4.55.1.ppc64le", product: { name: "python39-idle-3.9.20-150300.4.55.1.ppc64le", product_id: "python39-idle-3.9.20-150300.4.55.1.ppc64le", }, }, { category: "product_version", name: "python39-testsuite-3.9.20-150300.4.55.2.ppc64le", product: { name: "python39-testsuite-3.9.20-150300.4.55.2.ppc64le", product_id: "python39-testsuite-3.9.20-150300.4.55.2.ppc64le", }, }, { category: "product_version", name: "python39-tk-3.9.20-150300.4.55.1.ppc64le", product: { name: "python39-tk-3.9.20-150300.4.55.1.ppc64le", product_id: "python39-tk-3.9.20-150300.4.55.1.ppc64le", }, }, { category: "product_version", name: "python39-tools-3.9.20-150300.4.55.2.ppc64le", product: { name: "python39-tools-3.9.20-150300.4.55.2.ppc64le", product_id: "python39-tools-3.9.20-150300.4.55.2.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", product: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", product_id: "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", }, }, { category: "product_version", name: "python39-3.9.20-150300.4.55.1.s390x", product: { name: "python39-3.9.20-150300.4.55.1.s390x", product_id: "python39-3.9.20-150300.4.55.1.s390x", }, }, { category: "product_version", name: "python39-base-3.9.20-150300.4.55.2.s390x", product: { name: "python39-base-3.9.20-150300.4.55.2.s390x", product_id: "python39-base-3.9.20-150300.4.55.2.s390x", }, }, { category: "product_version", name: "python39-curses-3.9.20-150300.4.55.1.s390x", product: { name: "python39-curses-3.9.20-150300.4.55.1.s390x", product_id: "python39-curses-3.9.20-150300.4.55.1.s390x", }, }, { category: "product_version", name: "python39-dbm-3.9.20-150300.4.55.1.s390x", product: { name: "python39-dbm-3.9.20-150300.4.55.1.s390x", product_id: "python39-dbm-3.9.20-150300.4.55.1.s390x", }, }, { category: "product_version", name: "python39-devel-3.9.20-150300.4.55.2.s390x", product: { name: "python39-devel-3.9.20-150300.4.55.2.s390x", product_id: "python39-devel-3.9.20-150300.4.55.2.s390x", }, }, { category: "product_version", name: "python39-doc-3.9.20-150300.4.55.1.s390x", product: { name: "python39-doc-3.9.20-150300.4.55.1.s390x", product_id: "python39-doc-3.9.20-150300.4.55.1.s390x", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", product: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", product_id: "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", }, }, { category: "product_version", name: "python39-idle-3.9.20-150300.4.55.1.s390x", product: { name: "python39-idle-3.9.20-150300.4.55.1.s390x", product_id: "python39-idle-3.9.20-150300.4.55.1.s390x", }, }, { category: "product_version", name: "python39-testsuite-3.9.20-150300.4.55.2.s390x", product: { name: "python39-testsuite-3.9.20-150300.4.55.2.s390x", product_id: "python39-testsuite-3.9.20-150300.4.55.2.s390x", }, }, { category: "product_version", name: "python39-tk-3.9.20-150300.4.55.1.s390x", product: { name: "python39-tk-3.9.20-150300.4.55.1.s390x", product_id: "python39-tk-3.9.20-150300.4.55.1.s390x", }, }, { category: "product_version", name: "python39-tools-3.9.20-150300.4.55.2.s390x", product: { name: "python39-tools-3.9.20-150300.4.55.2.s390x", product_id: "python39-tools-3.9.20-150300.4.55.2.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", product: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", product_id: "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", }, }, { category: "product_version", name: "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", product: { name: "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", product_id: "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", }, }, { category: "product_version", name: "python39-3.9.20-150300.4.55.1.x86_64", product: { name: "python39-3.9.20-150300.4.55.1.x86_64", product_id: "python39-3.9.20-150300.4.55.1.x86_64", }, }, { category: "product_version", name: "python39-32bit-3.9.20-150300.4.55.1.x86_64", product: { name: "python39-32bit-3.9.20-150300.4.55.1.x86_64", product_id: "python39-32bit-3.9.20-150300.4.55.1.x86_64", }, }, { category: "product_version", name: "python39-base-3.9.20-150300.4.55.2.x86_64", product: { name: "python39-base-3.9.20-150300.4.55.2.x86_64", product_id: "python39-base-3.9.20-150300.4.55.2.x86_64", }, }, { category: "product_version", name: "python39-base-32bit-3.9.20-150300.4.55.2.x86_64", product: { name: "python39-base-32bit-3.9.20-150300.4.55.2.x86_64", product_id: "python39-base-32bit-3.9.20-150300.4.55.2.x86_64", }, }, { category: "product_version", name: "python39-curses-3.9.20-150300.4.55.1.x86_64", product: { name: "python39-curses-3.9.20-150300.4.55.1.x86_64", product_id: "python39-curses-3.9.20-150300.4.55.1.x86_64", }, }, { category: "product_version", name: "python39-dbm-3.9.20-150300.4.55.1.x86_64", product: { name: "python39-dbm-3.9.20-150300.4.55.1.x86_64", product_id: "python39-dbm-3.9.20-150300.4.55.1.x86_64", }, }, { category: "product_version", name: "python39-devel-3.9.20-150300.4.55.2.x86_64", product: { name: "python39-devel-3.9.20-150300.4.55.2.x86_64", product_id: "python39-devel-3.9.20-150300.4.55.2.x86_64", }, }, { category: "product_version", name: "python39-doc-3.9.20-150300.4.55.1.x86_64", product: { name: "python39-doc-3.9.20-150300.4.55.1.x86_64", product_id: "python39-doc-3.9.20-150300.4.55.1.x86_64", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", product: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", product_id: "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", }, }, { category: "product_version", name: "python39-idle-3.9.20-150300.4.55.1.x86_64", product: { name: "python39-idle-3.9.20-150300.4.55.1.x86_64", product_id: "python39-idle-3.9.20-150300.4.55.1.x86_64", }, }, { category: "product_version", name: "python39-testsuite-3.9.20-150300.4.55.2.x86_64", product: { name: "python39-testsuite-3.9.20-150300.4.55.2.x86_64", product_id: "python39-testsuite-3.9.20-150300.4.55.2.x86_64", }, }, { category: "product_version", name: "python39-tk-3.9.20-150300.4.55.1.x86_64", product: { name: "python39-tk-3.9.20-150300.4.55.1.x86_64", product_id: "python39-tk-3.9.20-150300.4.55.1.x86_64", }, }, { category: "product_version", name: "python39-tools-3.9.20-150300.4.55.2.x86_64", product: { name: "python39-tools-3.9.20-150300.4.55.2.x86_64", product_id: "python39-tools-3.9.20-150300.4.55.2.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Legacy 15 SP5", product: { name: "SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-legacy:15:sp5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.aarch64", }, product_reference: "python39-base-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "python39-base-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.s390x", }, product_reference: "python39-base-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.x86_64", }, product_reference: "python39-base-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", }, product_reference: "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-32bit-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-32bit-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.aarch64", }, product_reference: "python39-base-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "python39-base-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.s390x", }, product_reference: "python39-base-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.x86_64", }, product_reference: "python39-base-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-32bit-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.55.2.x86_64", }, product_reference: "python39-base-32bit-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.aarch64", }, product_reference: "python39-devel-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "python39-devel-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.s390x", }, product_reference: "python39-devel-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.x86_64", }, product_reference: "python39-devel-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-doc-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-doc-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-doc-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-doc-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-idle-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-idle-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-idle-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-idle-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.aarch64", }, product_reference: "python39-testsuite-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "python39-testsuite-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.s390x", }, product_reference: "python39-testsuite-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.x86_64", }, product_reference: "python39-testsuite-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-tk-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-tk-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-tk-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-tk-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.aarch64", }, product_reference: "python39-tools-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "python39-tools-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.s390x", }, product_reference: "python39-tools-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.x86_64", }, product_reference: "python39-tools-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", }, product_reference: "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", }, product_reference: "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-32bit-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-32bit-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.aarch64", }, product_reference: "python39-base-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "python39-base-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.s390x", }, product_reference: "python39-base-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.x86_64", }, product_reference: "python39-base-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-32bit-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.55.2.x86_64", }, product_reference: "python39-base-32bit-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-curses-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-dbm-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.aarch64", }, product_reference: "python39-devel-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "python39-devel-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.s390x", }, product_reference: "python39-devel-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.x86_64", }, product_reference: "python39-devel-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-doc-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-doc-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-doc-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-doc-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-idle-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-idle-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-idle-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-idle-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.aarch64", }, product_reference: "python39-testsuite-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "python39-testsuite-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.s390x", }, product_reference: "python39-testsuite-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.x86_64", }, product_reference: "python39-testsuite-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.aarch64", }, product_reference: "python39-tk-3.9.20-150300.4.55.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.ppc64le", }, product_reference: "python39-tk-3.9.20-150300.4.55.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.s390x", }, product_reference: "python39-tk-3.9.20-150300.4.55.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.x86_64", }, product_reference: "python39-tk-3.9.20-150300.4.55.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.aarch64", }, product_reference: "python39-tools-3.9.20-150300.4.55.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.ppc64le", }, product_reference: "python39-tools-3.9.20-150300.4.55.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.s390x", }, product_reference: "python39-tools-3.9.20-150300.4.55.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.x86_64", }, product_reference: "python39-tools-3.9.20-150300.4.55.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.s390x", "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-07T16:24:10Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
suse-su-2024:3879-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python3", title: "Title of the patch", }, { category: "description", text: "This update for python3 fixes the following issues:\n\nSecurity fixes:\n\n- CVE-2024-9287: properly quote path names provided when creating a virtual environment (bsc#1232241)\n\nOther fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3879,SUSE-SLE-Micro-5.3-2024-3879,SUSE-SLE-Micro-5.4-2024-3879,SUSE-SLE-Micro-5.5-2024-3879,SUSE-SLE-Module-Basesystem-15-SP5-2024-3879,SUSE-SLE-Module-Basesystem-15-SP6-2024-3879,SUSE-SLE-Module-Development-Tools-15-SP5-2024-3879,SUSE-SLE-Module-Development-Tools-15-SP6-2024-3879,SUSE-SUSE-MicroOS-5.2-2024-3879,openSUSE-Leap-Micro-5.5-2024-3879,openSUSE-SLE-15.5-2024-3879,openSUSE-SLE-15.6-2024-3879", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3879-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3879-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243879-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3879-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019766.html", }, { category: "self", summary: "SUSE Bug 1230906", url: "https://bugzilla.suse.com/1230906", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python3", tracking: { current_release_date: "2024-11-01T16:04:53Z", generator: { date: "2024-11-01T16:04:53Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3879-1", initial_release_date: "2024-11-01T16:04:53Z", revision_history: [ { date: "2024-11-01T16:04:53Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", product: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", product_id: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", }, }, { category: "product_version", name: "python3-3.6.15-150300.10.75.1.aarch64", product: { name: "python3-3.6.15-150300.10.75.1.aarch64", product_id: "python3-3.6.15-150300.10.75.1.aarch64", }, }, { category: "product_version", name: "python3-base-3.6.15-150300.10.75.1.aarch64", product: { name: "python3-base-3.6.15-150300.10.75.1.aarch64", product_id: "python3-base-3.6.15-150300.10.75.1.aarch64", }, }, { category: "product_version", name: "python3-curses-3.6.15-150300.10.75.1.aarch64", product: { name: "python3-curses-3.6.15-150300.10.75.1.aarch64", product_id: "python3-curses-3.6.15-150300.10.75.1.aarch64", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150300.10.75.1.aarch64", product: { name: "python3-dbm-3.6.15-150300.10.75.1.aarch64", product_id: "python3-dbm-3.6.15-150300.10.75.1.aarch64", }, }, { category: "product_version", name: "python3-devel-3.6.15-150300.10.75.1.aarch64", product: { name: "python3-devel-3.6.15-150300.10.75.1.aarch64", product_id: "python3-devel-3.6.15-150300.10.75.1.aarch64", }, }, { category: "product_version", name: "python3-doc-3.6.15-150300.10.75.1.aarch64", product: { name: "python3-doc-3.6.15-150300.10.75.1.aarch64", product_id: "python3-doc-3.6.15-150300.10.75.1.aarch64", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", product: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", product_id: "python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", }, }, { category: "product_version", name: "python3-idle-3.6.15-150300.10.75.1.aarch64", product: { name: "python3-idle-3.6.15-150300.10.75.1.aarch64", product_id: "python3-idle-3.6.15-150300.10.75.1.aarch64", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150300.10.75.1.aarch64", product: { name: "python3-testsuite-3.6.15-150300.10.75.1.aarch64", product_id: "python3-testsuite-3.6.15-150300.10.75.1.aarch64", }, }, { category: "product_version", name: "python3-tk-3.6.15-150300.10.75.1.aarch64", product: { name: "python3-tk-3.6.15-150300.10.75.1.aarch64", product_id: "python3-tk-3.6.15-150300.10.75.1.aarch64", }, }, { category: "product_version", name: "python3-tools-3.6.15-150300.10.75.1.aarch64", product: { name: "python3-tools-3.6.15-150300.10.75.1.aarch64", product_id: "python3-tools-3.6.15-150300.10.75.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-64bit-3.6.15-150300.10.75.1.aarch64_ilp32", product: { name: "libpython3_6m1_0-64bit-3.6.15-150300.10.75.1.aarch64_ilp32", product_id: "libpython3_6m1_0-64bit-3.6.15-150300.10.75.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150300.10.75.1.i586", product: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.i586", product_id: "libpython3_6m1_0-3.6.15-150300.10.75.1.i586", }, }, { category: "product_version", name: "python3-3.6.15-150300.10.75.1.i586", product: { name: "python3-3.6.15-150300.10.75.1.i586", product_id: "python3-3.6.15-150300.10.75.1.i586", }, }, { category: "product_version", name: "python3-base-3.6.15-150300.10.75.1.i586", product: { name: "python3-base-3.6.15-150300.10.75.1.i586", product_id: "python3-base-3.6.15-150300.10.75.1.i586", }, }, { category: "product_version", name: "python3-curses-3.6.15-150300.10.75.1.i586", product: { name: "python3-curses-3.6.15-150300.10.75.1.i586", product_id: "python3-curses-3.6.15-150300.10.75.1.i586", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150300.10.75.1.i586", product: { name: "python3-dbm-3.6.15-150300.10.75.1.i586", product_id: "python3-dbm-3.6.15-150300.10.75.1.i586", }, }, { category: "product_version", name: "python3-devel-3.6.15-150300.10.75.1.i586", product: { name: "python3-devel-3.6.15-150300.10.75.1.i586", product_id: "python3-devel-3.6.15-150300.10.75.1.i586", }, }, { category: "product_version", name: "python3-doc-3.6.15-150300.10.75.1.i586", product: { name: "python3-doc-3.6.15-150300.10.75.1.i586", product_id: "python3-doc-3.6.15-150300.10.75.1.i586", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150300.10.75.1.i586", product: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.i586", product_id: "python3-doc-devhelp-3.6.15-150300.10.75.1.i586", }, }, { category: "product_version", name: "python3-idle-3.6.15-150300.10.75.1.i586", product: { name: "python3-idle-3.6.15-150300.10.75.1.i586", product_id: "python3-idle-3.6.15-150300.10.75.1.i586", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150300.10.75.1.i586", product: { name: "python3-testsuite-3.6.15-150300.10.75.1.i586", product_id: "python3-testsuite-3.6.15-150300.10.75.1.i586", }, }, { category: "product_version", name: "python3-tk-3.6.15-150300.10.75.1.i586", product: { name: "python3-tk-3.6.15-150300.10.75.1.i586", product_id: "python3-tk-3.6.15-150300.10.75.1.i586", }, }, { category: "product_version", name: "python3-tools-3.6.15-150300.10.75.1.i586", product: { name: "python3-tools-3.6.15-150300.10.75.1.i586", product_id: "python3-tools-3.6.15-150300.10.75.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", product: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", product_id: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", }, }, { category: "product_version", name: "python3-3.6.15-150300.10.75.1.ppc64le", product: { name: "python3-3.6.15-150300.10.75.1.ppc64le", product_id: "python3-3.6.15-150300.10.75.1.ppc64le", }, }, { category: "product_version", name: "python3-base-3.6.15-150300.10.75.1.ppc64le", product: { name: "python3-base-3.6.15-150300.10.75.1.ppc64le", product_id: "python3-base-3.6.15-150300.10.75.1.ppc64le", }, }, { category: "product_version", name: "python3-curses-3.6.15-150300.10.75.1.ppc64le", product: { name: "python3-curses-3.6.15-150300.10.75.1.ppc64le", product_id: "python3-curses-3.6.15-150300.10.75.1.ppc64le", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150300.10.75.1.ppc64le", product: { name: "python3-dbm-3.6.15-150300.10.75.1.ppc64le", product_id: "python3-dbm-3.6.15-150300.10.75.1.ppc64le", }, }, { category: "product_version", name: "python3-devel-3.6.15-150300.10.75.1.ppc64le", product: { name: "python3-devel-3.6.15-150300.10.75.1.ppc64le", product_id: "python3-devel-3.6.15-150300.10.75.1.ppc64le", }, }, { category: "product_version", name: "python3-doc-3.6.15-150300.10.75.1.ppc64le", product: { name: "python3-doc-3.6.15-150300.10.75.1.ppc64le", product_id: "python3-doc-3.6.15-150300.10.75.1.ppc64le", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", product: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", product_id: "python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", }, }, { category: "product_version", name: "python3-idle-3.6.15-150300.10.75.1.ppc64le", product: { name: "python3-idle-3.6.15-150300.10.75.1.ppc64le", product_id: "python3-idle-3.6.15-150300.10.75.1.ppc64le", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150300.10.75.1.ppc64le", product: { name: "python3-testsuite-3.6.15-150300.10.75.1.ppc64le", product_id: "python3-testsuite-3.6.15-150300.10.75.1.ppc64le", }, }, { category: "product_version", name: "python3-tk-3.6.15-150300.10.75.1.ppc64le", product: { name: "python3-tk-3.6.15-150300.10.75.1.ppc64le", product_id: "python3-tk-3.6.15-150300.10.75.1.ppc64le", }, }, { category: "product_version", name: "python3-tools-3.6.15-150300.10.75.1.ppc64le", product: { name: "python3-tools-3.6.15-150300.10.75.1.ppc64le", product_id: "python3-tools-3.6.15-150300.10.75.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", product: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", product_id: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", }, }, { category: "product_version", name: "python3-3.6.15-150300.10.75.1.s390x", product: { name: "python3-3.6.15-150300.10.75.1.s390x", product_id: "python3-3.6.15-150300.10.75.1.s390x", }, }, { category: "product_version", name: "python3-base-3.6.15-150300.10.75.1.s390x", product: { name: "python3-base-3.6.15-150300.10.75.1.s390x", product_id: "python3-base-3.6.15-150300.10.75.1.s390x", }, }, { category: "product_version", name: "python3-curses-3.6.15-150300.10.75.1.s390x", product: { name: "python3-curses-3.6.15-150300.10.75.1.s390x", product_id: "python3-curses-3.6.15-150300.10.75.1.s390x", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150300.10.75.1.s390x", product: { name: "python3-dbm-3.6.15-150300.10.75.1.s390x", product_id: "python3-dbm-3.6.15-150300.10.75.1.s390x", }, }, { category: "product_version", name: "python3-devel-3.6.15-150300.10.75.1.s390x", product: { name: "python3-devel-3.6.15-150300.10.75.1.s390x", product_id: "python3-devel-3.6.15-150300.10.75.1.s390x", }, }, { category: "product_version", name: "python3-doc-3.6.15-150300.10.75.1.s390x", product: { name: "python3-doc-3.6.15-150300.10.75.1.s390x", product_id: "python3-doc-3.6.15-150300.10.75.1.s390x", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", product: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", product_id: "python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", }, }, { category: "product_version", name: "python3-idle-3.6.15-150300.10.75.1.s390x", product: { name: "python3-idle-3.6.15-150300.10.75.1.s390x", product_id: "python3-idle-3.6.15-150300.10.75.1.s390x", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150300.10.75.1.s390x", product: { name: "python3-testsuite-3.6.15-150300.10.75.1.s390x", product_id: "python3-testsuite-3.6.15-150300.10.75.1.s390x", }, }, { category: "product_version", name: "python3-tk-3.6.15-150300.10.75.1.s390x", product: { name: "python3-tk-3.6.15-150300.10.75.1.s390x", product_id: "python3-tk-3.6.15-150300.10.75.1.s390x", }, }, { category: "product_version", name: "python3-tools-3.6.15-150300.10.75.1.s390x", product: { name: "python3-tools-3.6.15-150300.10.75.1.s390x", product_id: "python3-tools-3.6.15-150300.10.75.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", product: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", product_id: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", product: { name: "libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", product_id: "libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "python3-3.6.15-150300.10.75.1.x86_64", product: { name: "python3-3.6.15-150300.10.75.1.x86_64", product_id: "python3-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "python3-base-3.6.15-150300.10.75.1.x86_64", product: { name: "python3-base-3.6.15-150300.10.75.1.x86_64", product_id: "python3-base-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "python3-curses-3.6.15-150300.10.75.1.x86_64", product: { name: "python3-curses-3.6.15-150300.10.75.1.x86_64", product_id: "python3-curses-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150300.10.75.1.x86_64", product: { name: "python3-dbm-3.6.15-150300.10.75.1.x86_64", product_id: "python3-dbm-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "python3-devel-3.6.15-150300.10.75.1.x86_64", product: { name: "python3-devel-3.6.15-150300.10.75.1.x86_64", product_id: "python3-devel-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "python3-doc-3.6.15-150300.10.75.1.x86_64", product: { name: "python3-doc-3.6.15-150300.10.75.1.x86_64", product_id: "python3-doc-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", product: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", product_id: "python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "python3-idle-3.6.15-150300.10.75.1.x86_64", product: { name: "python3-idle-3.6.15-150300.10.75.1.x86_64", product_id: "python3-idle-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150300.10.75.1.x86_64", product: { name: "python3-testsuite-3.6.15-150300.10.75.1.x86_64", product_id: "python3-testsuite-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "python3-tk-3.6.15-150300.10.75.1.x86_64", product: { name: "python3-tk-3.6.15-150300.10.75.1.x86_64", product_id: "python3-tk-3.6.15-150300.10.75.1.x86_64", }, }, { category: "product_version", name: "python3-tools-3.6.15-150300.10.75.1.x86_64", product: { name: "python3-tools-3.6.15-150300.10.75.1.x86_64", product_id: "python3-tools-3.6.15-150300.10.75.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Micro 5.3", product: { name: "SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3", product_identification_helper: { cpe: "cpe:/o:suse:sle-micro:5.3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Micro 5.4", product: { name: "SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4", product_identification_helper: { cpe: "cpe:/o:suse:sle-micro:5.4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Micro 5.5", product: { name: "SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5", product_identification_helper: { cpe: "cpe:/o:suse:sle-micro:5.5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP6", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Micro 5.2", product: { name: "SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2", product_identification_helper: { cpe: "cpe:/o:suse:suse-microos:5.2", }, }, }, { category: "product_name", name: "openSUSE Leap Micro 5.5", product: { name: "openSUSE Leap Micro 5.5", product_id: "openSUSE Leap Micro 5.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap-micro:5.5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.s390x as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap Micro 5.5", product_id: "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap Micro 5.5", product_id: "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap Micro 5.5", product_id: "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap Micro 5.5", product_id: "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap Micro 5.5", product_id: "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap Micro 5.5", product_id: "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap Micro 5.5", product_id: "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap Micro 5.5", product_id: "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap Micro 5.5", product_id: "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", }, product_reference: "libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-doc-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-doc-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-doc-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-doc-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-testsuite-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-testsuite-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-testsuite-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-testsuite-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", }, product_reference: "libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-doc-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-doc-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-doc-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-doc-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-testsuite-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-testsuite-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-testsuite-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-testsuite-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.s390x", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.75.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.75.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.s390x", "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.s390x", "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.s390x", "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.s390x", "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.75.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.s390x", "openSUSE Leap Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.s390x", "openSUSE Leap Micro 5.5:python3-3.6.15-150300.10.75.1.x86_64", "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.aarch64", "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.s390x", "openSUSE Leap Micro 5.5:python3-base-3.6.15-150300.10.75.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-01T16:04:53Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
suse-su-2025:0049-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python310", title: "Title of the patch", }, { category: "description", text: "This update for python310 fixes the following issues:\n\n- Update to 3.10.16\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-49,openSUSE-SLE-15.6-2025-49", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0049-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0049-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250049-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0049-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020073.html", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE Bug 1233307", url: "https://bugzilla.suse.com/1233307", }, { category: "self", summary: "SUSE CVE CVE-2024-11168 page", url: "https://www.suse.com/security/cve/CVE-2024-11168/", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python310", tracking: { current_release_date: "2025-01-09T15:37:07Z", generator: { date: "2025-01-09T15:37:07Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0049-1", initial_release_date: "2025-01-09T15:37:07Z", revision_history: [ { date: "2025-01-09T15:37:07Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64", product: { name: "libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64", product_id: "libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64", }, }, { category: "product_version", name: "python310-3.10.16-150400.4.66.1.aarch64", product: { name: "python310-3.10.16-150400.4.66.1.aarch64", product_id: "python310-3.10.16-150400.4.66.1.aarch64", }, }, { category: "product_version", name: "python310-base-3.10.16-150400.4.66.1.aarch64", product: { name: "python310-base-3.10.16-150400.4.66.1.aarch64", product_id: "python310-base-3.10.16-150400.4.66.1.aarch64", }, }, { category: "product_version", name: "python310-curses-3.10.16-150400.4.66.1.aarch64", product: { name: "python310-curses-3.10.16-150400.4.66.1.aarch64", product_id: "python310-curses-3.10.16-150400.4.66.1.aarch64", }, }, { category: "product_version", name: "python310-dbm-3.10.16-150400.4.66.1.aarch64", product: { name: "python310-dbm-3.10.16-150400.4.66.1.aarch64", product_id: "python310-dbm-3.10.16-150400.4.66.1.aarch64", }, }, { category: "product_version", name: "python310-devel-3.10.16-150400.4.66.1.aarch64", product: { name: "python310-devel-3.10.16-150400.4.66.1.aarch64", product_id: "python310-devel-3.10.16-150400.4.66.1.aarch64", }, }, { category: "product_version", name: "python310-doc-3.10.16-150400.4.66.1.aarch64", product: { name: "python310-doc-3.10.16-150400.4.66.1.aarch64", product_id: "python310-doc-3.10.16-150400.4.66.1.aarch64", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64", product: { name: "python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64", product_id: "python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64", }, }, { category: "product_version", name: "python310-idle-3.10.16-150400.4.66.1.aarch64", product: { name: "python310-idle-3.10.16-150400.4.66.1.aarch64", product_id: "python310-idle-3.10.16-150400.4.66.1.aarch64", }, }, { category: "product_version", name: "python310-testsuite-3.10.16-150400.4.66.1.aarch64", product: { name: "python310-testsuite-3.10.16-150400.4.66.1.aarch64", product_id: "python310-testsuite-3.10.16-150400.4.66.1.aarch64", }, }, { category: "product_version", name: "python310-tk-3.10.16-150400.4.66.1.aarch64", product: { name: "python310-tk-3.10.16-150400.4.66.1.aarch64", product_id: "python310-tk-3.10.16-150400.4.66.1.aarch64", }, }, { category: "product_version", name: "python310-tools-3.10.16-150400.4.66.1.aarch64", product: { name: "python310-tools-3.10.16-150400.4.66.1.aarch64", product_id: "python310-tools-3.10.16-150400.4.66.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-64bit-3.10.16-150400.4.66.1.aarch64_ilp32", product: { name: "libpython3_10-1_0-64bit-3.10.16-150400.4.66.1.aarch64_ilp32", product_id: "libpython3_10-1_0-64bit-3.10.16-150400.4.66.1.aarch64_ilp32", }, }, { category: "product_version", name: "python310-64bit-3.10.16-150400.4.66.1.aarch64_ilp32", product: { name: "python310-64bit-3.10.16-150400.4.66.1.aarch64_ilp32", product_id: "python310-64bit-3.10.16-150400.4.66.1.aarch64_ilp32", }, }, { category: "product_version", name: "python310-base-64bit-3.10.16-150400.4.66.1.aarch64_ilp32", product: { name: "python310-base-64bit-3.10.16-150400.4.66.1.aarch64_ilp32", product_id: "python310-base-64bit-3.10.16-150400.4.66.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.16-150400.4.66.1.i586", product: { name: "libpython3_10-1_0-3.10.16-150400.4.66.1.i586", product_id: "libpython3_10-1_0-3.10.16-150400.4.66.1.i586", }, }, { category: "product_version", name: "python310-3.10.16-150400.4.66.1.i586", product: { name: "python310-3.10.16-150400.4.66.1.i586", product_id: "python310-3.10.16-150400.4.66.1.i586", }, }, { category: "product_version", name: "python310-base-3.10.16-150400.4.66.1.i586", product: { name: "python310-base-3.10.16-150400.4.66.1.i586", product_id: "python310-base-3.10.16-150400.4.66.1.i586", }, }, { category: "product_version", name: "python310-curses-3.10.16-150400.4.66.1.i586", product: { name: "python310-curses-3.10.16-150400.4.66.1.i586", product_id: "python310-curses-3.10.16-150400.4.66.1.i586", }, }, { category: "product_version", name: "python310-dbm-3.10.16-150400.4.66.1.i586", product: { name: "python310-dbm-3.10.16-150400.4.66.1.i586", product_id: "python310-dbm-3.10.16-150400.4.66.1.i586", }, }, { category: "product_version", name: "python310-devel-3.10.16-150400.4.66.1.i586", product: { name: "python310-devel-3.10.16-150400.4.66.1.i586", product_id: "python310-devel-3.10.16-150400.4.66.1.i586", }, }, { category: "product_version", name: "python310-doc-3.10.16-150400.4.66.1.i586", product: { name: "python310-doc-3.10.16-150400.4.66.1.i586", product_id: "python310-doc-3.10.16-150400.4.66.1.i586", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.16-150400.4.66.1.i586", product: { name: "python310-doc-devhelp-3.10.16-150400.4.66.1.i586", product_id: "python310-doc-devhelp-3.10.16-150400.4.66.1.i586", }, }, { category: "product_version", name: "python310-idle-3.10.16-150400.4.66.1.i586", product: { name: "python310-idle-3.10.16-150400.4.66.1.i586", product_id: "python310-idle-3.10.16-150400.4.66.1.i586", }, }, { category: "product_version", name: "python310-testsuite-3.10.16-150400.4.66.1.i586", product: { name: "python310-testsuite-3.10.16-150400.4.66.1.i586", product_id: "python310-testsuite-3.10.16-150400.4.66.1.i586", }, }, { category: "product_version", name: "python310-tk-3.10.16-150400.4.66.1.i586", product: { name: "python310-tk-3.10.16-150400.4.66.1.i586", product_id: "python310-tk-3.10.16-150400.4.66.1.i586", }, }, { category: "product_version", name: "python310-tools-3.10.16-150400.4.66.1.i586", product: { name: "python310-tools-3.10.16-150400.4.66.1.i586", product_id: "python310-tools-3.10.16-150400.4.66.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le", product: { name: "libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le", product_id: "libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le", }, }, { category: "product_version", name: "python310-3.10.16-150400.4.66.1.ppc64le", product: { name: "python310-3.10.16-150400.4.66.1.ppc64le", product_id: "python310-3.10.16-150400.4.66.1.ppc64le", }, }, { category: "product_version", name: "python310-base-3.10.16-150400.4.66.1.ppc64le", product: { name: "python310-base-3.10.16-150400.4.66.1.ppc64le", product_id: "python310-base-3.10.16-150400.4.66.1.ppc64le", }, }, { category: "product_version", name: "python310-curses-3.10.16-150400.4.66.1.ppc64le", product: { name: "python310-curses-3.10.16-150400.4.66.1.ppc64le", product_id: "python310-curses-3.10.16-150400.4.66.1.ppc64le", }, }, { category: "product_version", name: "python310-dbm-3.10.16-150400.4.66.1.ppc64le", product: { name: "python310-dbm-3.10.16-150400.4.66.1.ppc64le", product_id: "python310-dbm-3.10.16-150400.4.66.1.ppc64le", }, }, { category: "product_version", name: "python310-devel-3.10.16-150400.4.66.1.ppc64le", product: { name: "python310-devel-3.10.16-150400.4.66.1.ppc64le", product_id: "python310-devel-3.10.16-150400.4.66.1.ppc64le", }, }, { category: "product_version", name: "python310-doc-3.10.16-150400.4.66.1.ppc64le", product: { name: "python310-doc-3.10.16-150400.4.66.1.ppc64le", product_id: "python310-doc-3.10.16-150400.4.66.1.ppc64le", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le", product: { name: "python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le", product_id: "python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le", }, }, { category: "product_version", name: "python310-idle-3.10.16-150400.4.66.1.ppc64le", product: { name: "python310-idle-3.10.16-150400.4.66.1.ppc64le", product_id: "python310-idle-3.10.16-150400.4.66.1.ppc64le", }, }, { category: "product_version", name: "python310-testsuite-3.10.16-150400.4.66.1.ppc64le", product: { name: "python310-testsuite-3.10.16-150400.4.66.1.ppc64le", product_id: "python310-testsuite-3.10.16-150400.4.66.1.ppc64le", }, }, { category: "product_version", name: "python310-tk-3.10.16-150400.4.66.1.ppc64le", product: { name: "python310-tk-3.10.16-150400.4.66.1.ppc64le", product_id: "python310-tk-3.10.16-150400.4.66.1.ppc64le", }, }, { category: "product_version", name: "python310-tools-3.10.16-150400.4.66.1.ppc64le", product: { name: "python310-tools-3.10.16-150400.4.66.1.ppc64le", product_id: "python310-tools-3.10.16-150400.4.66.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.16-150400.4.66.1.s390x", product: { name: "libpython3_10-1_0-3.10.16-150400.4.66.1.s390x", product_id: "libpython3_10-1_0-3.10.16-150400.4.66.1.s390x", }, }, { category: "product_version", name: "python310-3.10.16-150400.4.66.1.s390x", product: { name: "python310-3.10.16-150400.4.66.1.s390x", product_id: "python310-3.10.16-150400.4.66.1.s390x", }, }, { category: "product_version", name: "python310-base-3.10.16-150400.4.66.1.s390x", product: { name: "python310-base-3.10.16-150400.4.66.1.s390x", product_id: "python310-base-3.10.16-150400.4.66.1.s390x", }, }, { category: "product_version", name: "python310-curses-3.10.16-150400.4.66.1.s390x", product: { name: "python310-curses-3.10.16-150400.4.66.1.s390x", product_id: "python310-curses-3.10.16-150400.4.66.1.s390x", }, }, { category: "product_version", name: "python310-dbm-3.10.16-150400.4.66.1.s390x", product: { name: "python310-dbm-3.10.16-150400.4.66.1.s390x", product_id: "python310-dbm-3.10.16-150400.4.66.1.s390x", }, }, { category: "product_version", name: "python310-devel-3.10.16-150400.4.66.1.s390x", product: { name: "python310-devel-3.10.16-150400.4.66.1.s390x", product_id: "python310-devel-3.10.16-150400.4.66.1.s390x", }, }, { category: "product_version", name: "python310-doc-3.10.16-150400.4.66.1.s390x", product: { name: "python310-doc-3.10.16-150400.4.66.1.s390x", product_id: "python310-doc-3.10.16-150400.4.66.1.s390x", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.16-150400.4.66.1.s390x", product: { name: "python310-doc-devhelp-3.10.16-150400.4.66.1.s390x", product_id: "python310-doc-devhelp-3.10.16-150400.4.66.1.s390x", }, }, { category: "product_version", name: "python310-idle-3.10.16-150400.4.66.1.s390x", product: { name: "python310-idle-3.10.16-150400.4.66.1.s390x", product_id: "python310-idle-3.10.16-150400.4.66.1.s390x", }, }, { category: "product_version", name: "python310-testsuite-3.10.16-150400.4.66.1.s390x", product: { name: "python310-testsuite-3.10.16-150400.4.66.1.s390x", product_id: "python310-testsuite-3.10.16-150400.4.66.1.s390x", }, }, { category: "product_version", name: "python310-tk-3.10.16-150400.4.66.1.s390x", product: { name: "python310-tk-3.10.16-150400.4.66.1.s390x", product_id: "python310-tk-3.10.16-150400.4.66.1.s390x", }, }, { category: "product_version", name: "python310-tools-3.10.16-150400.4.66.1.s390x", product: { name: "python310-tools-3.10.16-150400.4.66.1.s390x", product_id: "python310-tools-3.10.16-150400.4.66.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64", product: { name: "libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64", product_id: "libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64", product: { name: "libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64", product_id: "libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-3.10.16-150400.4.66.1.x86_64", product_id: "python310-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-32bit-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-32bit-3.10.16-150400.4.66.1.x86_64", product_id: "python310-32bit-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-base-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-base-3.10.16-150400.4.66.1.x86_64", product_id: "python310-base-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-base-32bit-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-base-32bit-3.10.16-150400.4.66.1.x86_64", product_id: "python310-base-32bit-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-curses-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-curses-3.10.16-150400.4.66.1.x86_64", product_id: "python310-curses-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-dbm-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-dbm-3.10.16-150400.4.66.1.x86_64", product_id: "python310-dbm-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-devel-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-devel-3.10.16-150400.4.66.1.x86_64", product_id: "python310-devel-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-doc-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-doc-3.10.16-150400.4.66.1.x86_64", product_id: "python310-doc-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64", product_id: "python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-idle-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-idle-3.10.16-150400.4.66.1.x86_64", product_id: "python310-idle-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-testsuite-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-testsuite-3.10.16-150400.4.66.1.x86_64", product_id: "python310-testsuite-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-tk-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-tk-3.10.16-150400.4.66.1.x86_64", product_id: "python310-tk-3.10.16-150400.4.66.1.x86_64", }, }, { category: "product_version", name: "python310-tools-3.10.16-150400.4.66.1.x86_64", product: { name: "python310-tools-3.10.16-150400.4.66.1.x86_64", product_id: "python310-tools-3.10.16-150400.4.66.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64", }, product_reference: "libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x", }, product_reference: "libpython3_10-1_0-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64", }, product_reference: "libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64", }, product_reference: "libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64", }, product_reference: "python310-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "python310-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x", }, product_reference: "python310-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-32bit-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64", }, product_reference: "python310-base-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "python310-base-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x", }, product_reference: "python310-base-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-base-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-base-32bit-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-base-32bit-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64", }, product_reference: "python310-curses-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "python310-curses-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x", }, product_reference: "python310-curses-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-curses-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64", }, product_reference: "python310-dbm-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "python310-dbm-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x", }, product_reference: "python310-dbm-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-dbm-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64", }, product_reference: "python310-devel-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "python310-devel-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x", }, product_reference: "python310-devel-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-devel-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-devel-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64", }, product_reference: "python310-doc-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "python310-doc-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x", }, product_reference: "python310-doc-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-doc-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64", }, product_reference: "python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x", }, product_reference: "python310-doc-devhelp-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64", }, product_reference: "python310-idle-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "python310-idle-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x", }, product_reference: "python310-idle-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-idle-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64", }, product_reference: "python310-testsuite-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "python310-testsuite-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x", }, product_reference: "python310-testsuite-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-testsuite-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-testsuite-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64", }, product_reference: "python310-tk-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "python310-tk-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x", }, product_reference: "python310-tk-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-tk-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64", }, product_reference: "python310-tools-3.10.16-150400.4.66.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le", }, product_reference: "python310-tools-3.10.16-150400.4.66.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x", }, product_reference: "python310-tools-3.10.16-150400.4.66.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python310-tools-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64", }, product_reference: "python310-tools-3.10.16-150400.4.66.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-11168", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-11168", }, ], notes: [ { category: "general", text: "The urllib.parse.urlsplit() and urlparse() functions improperly validated bracketed hosts (`[]`), allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-11168", url: "https://www.suse.com/security/cve/CVE-2024-11168", }, { category: "external", summary: "SUSE Bug 1233307 for CVE-2024-11168", url: "https://bugzilla.suse.com/1233307", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T15:37:07Z", details: "moderate", }, ], title: "CVE-2024-11168", }, { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T15:37:07Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
suse-su-2024:3944-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python3", title: "Title of the patch", }, { category: "description", text: "This update for python3 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3944,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-3944", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3944-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3944-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243944-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3944-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019793.html", }, { category: "self", summary: "SUSE Bug 1230906", url: "https://bugzilla.suse.com/1230906", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python3", tracking: { current_release_date: "2024-11-07T15:57:52Z", generator: { date: "2024-11-07T15:57:52Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3944-1", initial_release_date: "2024-11-07T15:57:52Z", revision_history: [ { date: "2024-11-07T15:57:52Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_4m1_0-3.4.10-25.142.1.aarch64", product: { name: "libpython3_4m1_0-3.4.10-25.142.1.aarch64", product_id: "libpython3_4m1_0-3.4.10-25.142.1.aarch64", }, }, { category: "product_version", name: "python3-3.4.10-25.142.1.aarch64", product: { name: "python3-3.4.10-25.142.1.aarch64", product_id: "python3-3.4.10-25.142.1.aarch64", }, }, { category: "product_version", name: "python3-base-3.4.10-25.142.1.aarch64", product: { name: "python3-base-3.4.10-25.142.1.aarch64", product_id: "python3-base-3.4.10-25.142.1.aarch64", }, }, { category: "product_version", name: "python3-curses-3.4.10-25.142.1.aarch64", product: { name: "python3-curses-3.4.10-25.142.1.aarch64", product_id: "python3-curses-3.4.10-25.142.1.aarch64", }, }, { category: "product_version", name: "python3-dbm-3.4.10-25.142.1.aarch64", product: { name: "python3-dbm-3.4.10-25.142.1.aarch64", product_id: "python3-dbm-3.4.10-25.142.1.aarch64", }, }, { category: "product_version", name: "python3-devel-3.4.10-25.142.1.aarch64", product: { name: "python3-devel-3.4.10-25.142.1.aarch64", product_id: "python3-devel-3.4.10-25.142.1.aarch64", }, }, { category: "product_version", name: "python3-idle-3.4.10-25.142.1.aarch64", product: { name: "python3-idle-3.4.10-25.142.1.aarch64", product_id: "python3-idle-3.4.10-25.142.1.aarch64", }, }, { category: "product_version", name: "python3-testsuite-3.4.10-25.142.1.aarch64", product: { name: "python3-testsuite-3.4.10-25.142.1.aarch64", product_id: "python3-testsuite-3.4.10-25.142.1.aarch64", }, }, { category: "product_version", name: "python3-tk-3.4.10-25.142.1.aarch64", product: { name: "python3-tk-3.4.10-25.142.1.aarch64", product_id: "python3-tk-3.4.10-25.142.1.aarch64", }, }, { category: "product_version", name: "python3-tools-3.4.10-25.142.1.aarch64", product: { name: "python3-tools-3.4.10-25.142.1.aarch64", product_id: "python3-tools-3.4.10-25.142.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_4m1_0-64bit-3.4.10-25.142.1.aarch64_ilp32", product: { name: "libpython3_4m1_0-64bit-3.4.10-25.142.1.aarch64_ilp32", product_id: "libpython3_4m1_0-64bit-3.4.10-25.142.1.aarch64_ilp32", }, }, { category: "product_version", name: "python3-64bit-3.4.10-25.142.1.aarch64_ilp32", product: { name: "python3-64bit-3.4.10-25.142.1.aarch64_ilp32", product_id: "python3-64bit-3.4.10-25.142.1.aarch64_ilp32", }, }, { category: "product_version", name: "python3-base-64bit-3.4.10-25.142.1.aarch64_ilp32", product: { name: "python3-base-64bit-3.4.10-25.142.1.aarch64_ilp32", product_id: "python3-base-64bit-3.4.10-25.142.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_4m1_0-3.4.10-25.142.1.i586", product: { name: "libpython3_4m1_0-3.4.10-25.142.1.i586", product_id: "libpython3_4m1_0-3.4.10-25.142.1.i586", }, }, { category: "product_version", name: "python3-3.4.10-25.142.1.i586", product: { name: "python3-3.4.10-25.142.1.i586", product_id: "python3-3.4.10-25.142.1.i586", }, }, { category: "product_version", name: "python3-base-3.4.10-25.142.1.i586", product: { name: "python3-base-3.4.10-25.142.1.i586", product_id: "python3-base-3.4.10-25.142.1.i586", }, }, { category: "product_version", name: "python3-curses-3.4.10-25.142.1.i586", product: { name: "python3-curses-3.4.10-25.142.1.i586", product_id: "python3-curses-3.4.10-25.142.1.i586", }, }, { category: "product_version", name: "python3-dbm-3.4.10-25.142.1.i586", product: { name: "python3-dbm-3.4.10-25.142.1.i586", product_id: "python3-dbm-3.4.10-25.142.1.i586", }, }, { category: "product_version", name: "python3-devel-3.4.10-25.142.1.i586", product: { name: "python3-devel-3.4.10-25.142.1.i586", product_id: "python3-devel-3.4.10-25.142.1.i586", }, }, { category: "product_version", name: "python3-idle-3.4.10-25.142.1.i586", product: { name: "python3-idle-3.4.10-25.142.1.i586", product_id: "python3-idle-3.4.10-25.142.1.i586", }, }, { category: "product_version", name: "python3-testsuite-3.4.10-25.142.1.i586", product: { name: "python3-testsuite-3.4.10-25.142.1.i586", product_id: "python3-testsuite-3.4.10-25.142.1.i586", }, }, { category: "product_version", name: "python3-tk-3.4.10-25.142.1.i586", product: { name: "python3-tk-3.4.10-25.142.1.i586", product_id: "python3-tk-3.4.10-25.142.1.i586", }, }, { category: "product_version", name: "python3-tools-3.4.10-25.142.1.i586", product: { name: "python3-tools-3.4.10-25.142.1.i586", product_id: "python3-tools-3.4.10-25.142.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "python3-doc-3.4.10-25.142.1.noarch", product: { name: "python3-doc-3.4.10-25.142.1.noarch", product_id: "python3-doc-3.4.10-25.142.1.noarch", }, }, { category: "product_version", name: "python3-doc-pdf-3.4.10-25.142.1.noarch", product: { name: "python3-doc-pdf-3.4.10-25.142.1.noarch", product_id: "python3-doc-pdf-3.4.10-25.142.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "libpython3_4m1_0-3.4.10-25.142.1.ppc64le", product: { name: "libpython3_4m1_0-3.4.10-25.142.1.ppc64le", product_id: "libpython3_4m1_0-3.4.10-25.142.1.ppc64le", }, }, { category: "product_version", name: "python3-3.4.10-25.142.1.ppc64le", product: { name: "python3-3.4.10-25.142.1.ppc64le", product_id: "python3-3.4.10-25.142.1.ppc64le", }, }, { category: "product_version", name: "python3-base-3.4.10-25.142.1.ppc64le", product: { name: "python3-base-3.4.10-25.142.1.ppc64le", product_id: "python3-base-3.4.10-25.142.1.ppc64le", }, }, { category: "product_version", name: "python3-curses-3.4.10-25.142.1.ppc64le", product: { name: "python3-curses-3.4.10-25.142.1.ppc64le", product_id: "python3-curses-3.4.10-25.142.1.ppc64le", }, }, { category: "product_version", name: "python3-dbm-3.4.10-25.142.1.ppc64le", product: { name: "python3-dbm-3.4.10-25.142.1.ppc64le", product_id: "python3-dbm-3.4.10-25.142.1.ppc64le", }, }, { category: "product_version", name: "python3-devel-3.4.10-25.142.1.ppc64le", product: { name: "python3-devel-3.4.10-25.142.1.ppc64le", product_id: "python3-devel-3.4.10-25.142.1.ppc64le", }, }, { category: "product_version", name: "python3-idle-3.4.10-25.142.1.ppc64le", product: { name: "python3-idle-3.4.10-25.142.1.ppc64le", product_id: "python3-idle-3.4.10-25.142.1.ppc64le", }, }, { category: "product_version", name: "python3-testsuite-3.4.10-25.142.1.ppc64le", product: { name: "python3-testsuite-3.4.10-25.142.1.ppc64le", product_id: "python3-testsuite-3.4.10-25.142.1.ppc64le", }, }, { category: "product_version", name: "python3-tk-3.4.10-25.142.1.ppc64le", product: { name: "python3-tk-3.4.10-25.142.1.ppc64le", product_id: "python3-tk-3.4.10-25.142.1.ppc64le", }, }, { category: "product_version", name: "python3-tools-3.4.10-25.142.1.ppc64le", product: { name: "python3-tools-3.4.10-25.142.1.ppc64le", product_id: "python3-tools-3.4.10-25.142.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_4m1_0-3.4.10-25.142.1.s390", product: { name: "libpython3_4m1_0-3.4.10-25.142.1.s390", product_id: "libpython3_4m1_0-3.4.10-25.142.1.s390", }, }, { category: "product_version", name: "python3-3.4.10-25.142.1.s390", product: { name: "python3-3.4.10-25.142.1.s390", product_id: "python3-3.4.10-25.142.1.s390", }, }, { category: "product_version", name: "python3-base-3.4.10-25.142.1.s390", product: { name: "python3-base-3.4.10-25.142.1.s390", product_id: "python3-base-3.4.10-25.142.1.s390", }, }, { category: "product_version", name: "python3-curses-3.4.10-25.142.1.s390", product: { name: "python3-curses-3.4.10-25.142.1.s390", product_id: "python3-curses-3.4.10-25.142.1.s390", }, }, { category: "product_version", name: "python3-dbm-3.4.10-25.142.1.s390", product: { name: "python3-dbm-3.4.10-25.142.1.s390", product_id: "python3-dbm-3.4.10-25.142.1.s390", }, }, { category: "product_version", name: "python3-devel-3.4.10-25.142.1.s390", product: { name: "python3-devel-3.4.10-25.142.1.s390", product_id: "python3-devel-3.4.10-25.142.1.s390", }, }, { category: "product_version", name: "python3-idle-3.4.10-25.142.1.s390", product: { name: "python3-idle-3.4.10-25.142.1.s390", product_id: "python3-idle-3.4.10-25.142.1.s390", }, }, { category: "product_version", name: "python3-testsuite-3.4.10-25.142.1.s390", product: { name: "python3-testsuite-3.4.10-25.142.1.s390", product_id: "python3-testsuite-3.4.10-25.142.1.s390", }, }, { category: "product_version", name: "python3-tk-3.4.10-25.142.1.s390", product: { name: "python3-tk-3.4.10-25.142.1.s390", product_id: "python3-tk-3.4.10-25.142.1.s390", }, }, { category: "product_version", name: "python3-tools-3.4.10-25.142.1.s390", product: { name: "python3-tools-3.4.10-25.142.1.s390", product_id: "python3-tools-3.4.10-25.142.1.s390", }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "libpython3_4m1_0-3.4.10-25.142.1.s390x", product: { name: "libpython3_4m1_0-3.4.10-25.142.1.s390x", product_id: "libpython3_4m1_0-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "libpython3_4m1_0-32bit-3.4.10-25.142.1.s390x", product: { name: "libpython3_4m1_0-32bit-3.4.10-25.142.1.s390x", product_id: "libpython3_4m1_0-32bit-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "python3-3.4.10-25.142.1.s390x", product: { name: "python3-3.4.10-25.142.1.s390x", product_id: "python3-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "python3-32bit-3.4.10-25.142.1.s390x", product: { name: "python3-32bit-3.4.10-25.142.1.s390x", product_id: "python3-32bit-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "python3-base-3.4.10-25.142.1.s390x", product: { name: "python3-base-3.4.10-25.142.1.s390x", product_id: "python3-base-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "python3-base-32bit-3.4.10-25.142.1.s390x", product: { name: "python3-base-32bit-3.4.10-25.142.1.s390x", product_id: "python3-base-32bit-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "python3-curses-3.4.10-25.142.1.s390x", product: { name: "python3-curses-3.4.10-25.142.1.s390x", product_id: "python3-curses-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "python3-dbm-3.4.10-25.142.1.s390x", product: { name: "python3-dbm-3.4.10-25.142.1.s390x", product_id: "python3-dbm-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "python3-devel-3.4.10-25.142.1.s390x", product: { name: "python3-devel-3.4.10-25.142.1.s390x", product_id: "python3-devel-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "python3-idle-3.4.10-25.142.1.s390x", product: { name: "python3-idle-3.4.10-25.142.1.s390x", product_id: "python3-idle-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "python3-testsuite-3.4.10-25.142.1.s390x", product: { name: "python3-testsuite-3.4.10-25.142.1.s390x", product_id: "python3-testsuite-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "python3-tk-3.4.10-25.142.1.s390x", product: { name: "python3-tk-3.4.10-25.142.1.s390x", product_id: "python3-tk-3.4.10-25.142.1.s390x", }, }, { category: "product_version", name: "python3-tools-3.4.10-25.142.1.s390x", product: { name: "python3-tools-3.4.10-25.142.1.s390x", product_id: "python3-tools-3.4.10-25.142.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_4m1_0-3.4.10-25.142.1.x86_64", product: { name: "libpython3_4m1_0-3.4.10-25.142.1.x86_64", product_id: "libpython3_4m1_0-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64", product: { name: "libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64", product_id: "libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "python3-3.4.10-25.142.1.x86_64", product: { name: "python3-3.4.10-25.142.1.x86_64", product_id: "python3-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "python3-32bit-3.4.10-25.142.1.x86_64", product: { name: "python3-32bit-3.4.10-25.142.1.x86_64", product_id: "python3-32bit-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "python3-base-3.4.10-25.142.1.x86_64", product: { name: "python3-base-3.4.10-25.142.1.x86_64", product_id: "python3-base-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "python3-base-32bit-3.4.10-25.142.1.x86_64", product: { name: "python3-base-32bit-3.4.10-25.142.1.x86_64", product_id: "python3-base-32bit-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "python3-curses-3.4.10-25.142.1.x86_64", product: { name: "python3-curses-3.4.10-25.142.1.x86_64", product_id: "python3-curses-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "python3-dbm-3.4.10-25.142.1.x86_64", product: { name: "python3-dbm-3.4.10-25.142.1.x86_64", product_id: "python3-dbm-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "python3-devel-3.4.10-25.142.1.x86_64", product: { name: "python3-devel-3.4.10-25.142.1.x86_64", product_id: "python3-devel-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "python3-idle-3.4.10-25.142.1.x86_64", product: { name: "python3-idle-3.4.10-25.142.1.x86_64", product_id: "python3-idle-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "python3-testsuite-3.4.10-25.142.1.x86_64", product: { name: "python3-testsuite-3.4.10-25.142.1.x86_64", product_id: "python3-testsuite-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "python3-tk-3.4.10-25.142.1.x86_64", product: { name: "python3-tk-3.4.10-25.142.1.x86_64", product_id: "python3-tk-3.4.10-25.142.1.x86_64", }, }, { category: "product_version", name: "python3-tools-3.4.10-25.142.1.x86_64", product: { name: "python3-tools-3.4.10-25.142.1.x86_64", product_id: "python3-tools-3.4.10-25.142.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product: { name: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss-extended-security:12:sp5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_4m1_0-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.142.1.x86_64", }, product_reference: "libpython3_4m1_0-3.4.10-25.142.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64", }, product_reference: "libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.142.1.x86_64", }, product_reference: "python3-3.4.10-25.142.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.142.1.x86_64", }, product_reference: "python3-base-3.4.10-25.142.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.142.1.x86_64", }, product_reference: "python3-curses-3.4.10-25.142.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.142.1.x86_64", }, product_reference: "python3-devel-3.4.10-25.142.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.142.1.x86_64", }, product_reference: "python3-tk-3.4.10-25.142.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.142.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.142.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.142.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.142.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-07T15:57:52Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
suse-su-2024:3929-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python36", title: "Title of the patch", }, { category: "description", text: "This update for python36 fixes the following issues:\n\nSecurity fixes:\n\n- CVE-2024-9287: properly quote path names provided when creating a virtual environment (bsc#1232241)\n\nOther fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3929,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-3929", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3929-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3929-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243929-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3929-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019784.html", }, { category: "self", summary: "SUSE Bug 1230906", url: "https://bugzilla.suse.com/1230906", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python36", tracking: { current_release_date: "2024-11-06T15:33:43Z", generator: { date: "2024-11-06T15:33:43Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3929-1", initial_release_date: "2024-11-06T15:33:43Z", revision_history: [ { date: "2024-11-06T15:33:43Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-70.1.aarch64", product: { name: "libpython3_6m1_0-3.6.15-70.1.aarch64", product_id: "libpython3_6m1_0-3.6.15-70.1.aarch64", }, }, { category: "product_version", name: "python36-3.6.15-70.1.aarch64", product: { name: "python36-3.6.15-70.1.aarch64", product_id: "python36-3.6.15-70.1.aarch64", }, }, { category: "product_version", name: "python36-base-3.6.15-70.1.aarch64", product: { name: "python36-base-3.6.15-70.1.aarch64", product_id: "python36-base-3.6.15-70.1.aarch64", }, }, { category: "product_version", name: "python36-curses-3.6.15-70.1.aarch64", product: { name: "python36-curses-3.6.15-70.1.aarch64", product_id: "python36-curses-3.6.15-70.1.aarch64", }, }, { category: "product_version", name: "python36-dbm-3.6.15-70.1.aarch64", product: { name: "python36-dbm-3.6.15-70.1.aarch64", product_id: "python36-dbm-3.6.15-70.1.aarch64", }, }, { category: "product_version", name: "python36-devel-3.6.15-70.1.aarch64", product: { name: "python36-devel-3.6.15-70.1.aarch64", product_id: "python36-devel-3.6.15-70.1.aarch64", }, }, { category: "product_version", name: "python36-idle-3.6.15-70.1.aarch64", product: { name: "python36-idle-3.6.15-70.1.aarch64", product_id: "python36-idle-3.6.15-70.1.aarch64", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-70.1.aarch64", product: { name: "python36-testsuite-3.6.15-70.1.aarch64", product_id: "python36-testsuite-3.6.15-70.1.aarch64", }, }, { category: "product_version", name: "python36-tk-3.6.15-70.1.aarch64", product: { name: "python36-tk-3.6.15-70.1.aarch64", product_id: "python36-tk-3.6.15-70.1.aarch64", }, }, { category: "product_version", name: "python36-tools-3.6.15-70.1.aarch64", product: { name: "python36-tools-3.6.15-70.1.aarch64", product_id: "python36-tools-3.6.15-70.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-64bit-3.6.15-70.1.aarch64_ilp32", product: { name: "libpython3_6m1_0-64bit-3.6.15-70.1.aarch64_ilp32", product_id: "libpython3_6m1_0-64bit-3.6.15-70.1.aarch64_ilp32", }, }, { category: "product_version", name: "python36-64bit-3.6.15-70.1.aarch64_ilp32", product: { name: "python36-64bit-3.6.15-70.1.aarch64_ilp32", product_id: "python36-64bit-3.6.15-70.1.aarch64_ilp32", }, }, { category: "product_version", name: "python36-base-64bit-3.6.15-70.1.aarch64_ilp32", product: { name: "python36-base-64bit-3.6.15-70.1.aarch64_ilp32", product_id: "python36-base-64bit-3.6.15-70.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-70.1.i586", product: { name: "libpython3_6m1_0-3.6.15-70.1.i586", product_id: "libpython3_6m1_0-3.6.15-70.1.i586", }, }, { category: "product_version", name: "python36-3.6.15-70.1.i586", product: { name: "python36-3.6.15-70.1.i586", product_id: "python36-3.6.15-70.1.i586", }, }, { category: "product_version", name: "python36-base-3.6.15-70.1.i586", product: { name: "python36-base-3.6.15-70.1.i586", product_id: "python36-base-3.6.15-70.1.i586", }, }, { category: "product_version", name: "python36-curses-3.6.15-70.1.i586", product: { name: "python36-curses-3.6.15-70.1.i586", product_id: "python36-curses-3.6.15-70.1.i586", }, }, { category: "product_version", name: "python36-dbm-3.6.15-70.1.i586", product: { name: "python36-dbm-3.6.15-70.1.i586", product_id: "python36-dbm-3.6.15-70.1.i586", }, }, { category: "product_version", name: "python36-devel-3.6.15-70.1.i586", product: { name: "python36-devel-3.6.15-70.1.i586", product_id: "python36-devel-3.6.15-70.1.i586", }, }, { category: "product_version", name: "python36-idle-3.6.15-70.1.i586", product: { name: "python36-idle-3.6.15-70.1.i586", product_id: "python36-idle-3.6.15-70.1.i586", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-70.1.i586", product: { name: "python36-testsuite-3.6.15-70.1.i586", product_id: "python36-testsuite-3.6.15-70.1.i586", }, }, { category: "product_version", name: "python36-tk-3.6.15-70.1.i586", product: { name: "python36-tk-3.6.15-70.1.i586", product_id: "python36-tk-3.6.15-70.1.i586", }, }, { category: "product_version", name: "python36-tools-3.6.15-70.1.i586", product: { name: "python36-tools-3.6.15-70.1.i586", product_id: "python36-tools-3.6.15-70.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-70.1.ppc64le", product: { name: "libpython3_6m1_0-3.6.15-70.1.ppc64le", product_id: "libpython3_6m1_0-3.6.15-70.1.ppc64le", }, }, { category: "product_version", name: "python36-3.6.15-70.1.ppc64le", product: { name: "python36-3.6.15-70.1.ppc64le", product_id: "python36-3.6.15-70.1.ppc64le", }, }, { category: "product_version", name: "python36-base-3.6.15-70.1.ppc64le", product: { name: "python36-base-3.6.15-70.1.ppc64le", product_id: "python36-base-3.6.15-70.1.ppc64le", }, }, { category: "product_version", name: "python36-curses-3.6.15-70.1.ppc64le", product: { name: "python36-curses-3.6.15-70.1.ppc64le", product_id: "python36-curses-3.6.15-70.1.ppc64le", }, }, { category: "product_version", name: "python36-dbm-3.6.15-70.1.ppc64le", product: { name: "python36-dbm-3.6.15-70.1.ppc64le", product_id: "python36-dbm-3.6.15-70.1.ppc64le", }, }, { category: "product_version", name: "python36-devel-3.6.15-70.1.ppc64le", product: { name: "python36-devel-3.6.15-70.1.ppc64le", product_id: "python36-devel-3.6.15-70.1.ppc64le", }, }, { category: "product_version", name: "python36-idle-3.6.15-70.1.ppc64le", product: { name: "python36-idle-3.6.15-70.1.ppc64le", product_id: "python36-idle-3.6.15-70.1.ppc64le", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-70.1.ppc64le", product: { name: "python36-testsuite-3.6.15-70.1.ppc64le", product_id: "python36-testsuite-3.6.15-70.1.ppc64le", }, }, { category: "product_version", name: "python36-tk-3.6.15-70.1.ppc64le", product: { name: "python36-tk-3.6.15-70.1.ppc64le", product_id: "python36-tk-3.6.15-70.1.ppc64le", }, }, { category: "product_version", name: "python36-tools-3.6.15-70.1.ppc64le", product: { name: "python36-tools-3.6.15-70.1.ppc64le", product_id: "python36-tools-3.6.15-70.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-70.1.s390", product: { name: "libpython3_6m1_0-3.6.15-70.1.s390", product_id: "libpython3_6m1_0-3.6.15-70.1.s390", }, }, { category: "product_version", name: "python36-3.6.15-70.1.s390", product: { name: "python36-3.6.15-70.1.s390", product_id: "python36-3.6.15-70.1.s390", }, }, { category: "product_version", name: "python36-base-3.6.15-70.1.s390", product: { name: "python36-base-3.6.15-70.1.s390", product_id: "python36-base-3.6.15-70.1.s390", }, }, { category: "product_version", name: "python36-curses-3.6.15-70.1.s390", product: { name: "python36-curses-3.6.15-70.1.s390", product_id: "python36-curses-3.6.15-70.1.s390", }, }, { category: "product_version", name: "python36-dbm-3.6.15-70.1.s390", product: { name: "python36-dbm-3.6.15-70.1.s390", product_id: "python36-dbm-3.6.15-70.1.s390", }, }, { category: "product_version", name: "python36-devel-3.6.15-70.1.s390", product: { name: "python36-devel-3.6.15-70.1.s390", product_id: "python36-devel-3.6.15-70.1.s390", }, }, { category: "product_version", name: "python36-idle-3.6.15-70.1.s390", product: { name: "python36-idle-3.6.15-70.1.s390", product_id: "python36-idle-3.6.15-70.1.s390", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-70.1.s390", product: { name: "python36-testsuite-3.6.15-70.1.s390", product_id: "python36-testsuite-3.6.15-70.1.s390", }, }, { category: "product_version", name: "python36-tk-3.6.15-70.1.s390", product: { name: "python36-tk-3.6.15-70.1.s390", product_id: "python36-tk-3.6.15-70.1.s390", }, }, { category: "product_version", name: "python36-tools-3.6.15-70.1.s390", product: { name: "python36-tools-3.6.15-70.1.s390", product_id: "python36-tools-3.6.15-70.1.s390", }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-70.1.s390x", product: { name: "libpython3_6m1_0-3.6.15-70.1.s390x", product_id: "libpython3_6m1_0-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "libpython3_6m1_0-32bit-3.6.15-70.1.s390x", product: { name: "libpython3_6m1_0-32bit-3.6.15-70.1.s390x", product_id: "libpython3_6m1_0-32bit-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "python36-3.6.15-70.1.s390x", product: { name: "python36-3.6.15-70.1.s390x", product_id: "python36-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "python36-32bit-3.6.15-70.1.s390x", product: { name: "python36-32bit-3.6.15-70.1.s390x", product_id: "python36-32bit-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "python36-base-3.6.15-70.1.s390x", product: { name: "python36-base-3.6.15-70.1.s390x", product_id: "python36-base-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "python36-base-32bit-3.6.15-70.1.s390x", product: { name: "python36-base-32bit-3.6.15-70.1.s390x", product_id: "python36-base-32bit-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "python36-curses-3.6.15-70.1.s390x", product: { name: "python36-curses-3.6.15-70.1.s390x", product_id: "python36-curses-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "python36-dbm-3.6.15-70.1.s390x", product: { name: "python36-dbm-3.6.15-70.1.s390x", product_id: "python36-dbm-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "python36-devel-3.6.15-70.1.s390x", product: { name: "python36-devel-3.6.15-70.1.s390x", product_id: "python36-devel-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "python36-idle-3.6.15-70.1.s390x", product: { name: "python36-idle-3.6.15-70.1.s390x", product_id: "python36-idle-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-70.1.s390x", product: { name: "python36-testsuite-3.6.15-70.1.s390x", product_id: "python36-testsuite-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "python36-tk-3.6.15-70.1.s390x", product: { name: "python36-tk-3.6.15-70.1.s390x", product_id: "python36-tk-3.6.15-70.1.s390x", }, }, { category: "product_version", name: "python36-tools-3.6.15-70.1.s390x", product: { name: "python36-tools-3.6.15-70.1.s390x", product_id: "python36-tools-3.6.15-70.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-70.1.x86_64", product: { name: "libpython3_6m1_0-3.6.15-70.1.x86_64", product_id: "libpython3_6m1_0-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "libpython3_6m1_0-32bit-3.6.15-70.1.x86_64", product: { name: "libpython3_6m1_0-32bit-3.6.15-70.1.x86_64", product_id: "libpython3_6m1_0-32bit-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "python36-3.6.15-70.1.x86_64", product: { name: "python36-3.6.15-70.1.x86_64", product_id: "python36-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "python36-32bit-3.6.15-70.1.x86_64", product: { name: "python36-32bit-3.6.15-70.1.x86_64", product_id: "python36-32bit-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "python36-base-3.6.15-70.1.x86_64", product: { name: "python36-base-3.6.15-70.1.x86_64", product_id: "python36-base-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "python36-base-32bit-3.6.15-70.1.x86_64", product: { name: "python36-base-32bit-3.6.15-70.1.x86_64", product_id: "python36-base-32bit-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "python36-curses-3.6.15-70.1.x86_64", product: { name: "python36-curses-3.6.15-70.1.x86_64", product_id: "python36-curses-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "python36-dbm-3.6.15-70.1.x86_64", product: { name: "python36-dbm-3.6.15-70.1.x86_64", product_id: "python36-dbm-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "python36-devel-3.6.15-70.1.x86_64", product: { name: "python36-devel-3.6.15-70.1.x86_64", product_id: "python36-devel-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "python36-idle-3.6.15-70.1.x86_64", product: { name: "python36-idle-3.6.15-70.1.x86_64", product_id: "python36-idle-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-70.1.x86_64", product: { name: "python36-testsuite-3.6.15-70.1.x86_64", product_id: "python36-testsuite-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "python36-tk-3.6.15-70.1.x86_64", product: { name: "python36-tk-3.6.15-70.1.x86_64", product_id: "python36-tk-3.6.15-70.1.x86_64", }, }, { category: "product_version", name: "python36-tools-3.6.15-70.1.x86_64", product: { name: "python36-tools-3.6.15-70.1.x86_64", product_id: "python36-tools-3.6.15-70.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product: { name: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss-extended-security:12:sp5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-70.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-70.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-70.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-32bit-3.6.15-70.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-70.1.x86_64", }, product_reference: "libpython3_6m1_0-32bit-3.6.15-70.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-3.6.15-70.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-70.1.x86_64", }, product_reference: "python36-3.6.15-70.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-base-3.6.15-70.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-70.1.x86_64", }, product_reference: "python36-base-3.6.15-70.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-70.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-70.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-70.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-70.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-70.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-70.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-70.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-70.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-70.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-70.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-70.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-70.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-06T15:33:43Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
suse-su-2024:3957-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python311", title: "Title of the patch", }, { category: "description", text: "This update for python311 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3957,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-3957,SUSE-SLE-Module-Python3-15-SP5-2024-3957,openSUSE-SLE-15.5-2024-3957", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3957-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3957-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243957-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3957-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019801.html", }, { category: "self", summary: "SUSE Bug 1230906", url: "https://bugzilla.suse.com/1230906", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python311", tracking: { current_release_date: "2024-11-08T15:24:49Z", generator: { date: "2024-11-08T15:24:49Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3957-1", initial_release_date: "2024-11-08T15:24:49Z", revision_history: [ { date: "2024-11-08T15:24:49Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", product: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", product_id: "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", }, }, { category: "product_version", name: "python311-3.11.10-150400.9.38.2.aarch64", product: { name: "python311-3.11.10-150400.9.38.2.aarch64", product_id: "python311-3.11.10-150400.9.38.2.aarch64", }, }, { category: "product_version", name: "python311-base-3.11.10-150400.9.38.2.aarch64", product: { name: "python311-base-3.11.10-150400.9.38.2.aarch64", product_id: "python311-base-3.11.10-150400.9.38.2.aarch64", }, }, { category: "product_version", name: "python311-curses-3.11.10-150400.9.38.2.aarch64", product: { name: "python311-curses-3.11.10-150400.9.38.2.aarch64", product_id: "python311-curses-3.11.10-150400.9.38.2.aarch64", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150400.9.38.2.aarch64", product: { name: "python311-dbm-3.11.10-150400.9.38.2.aarch64", product_id: "python311-dbm-3.11.10-150400.9.38.2.aarch64", }, }, { category: "product_version", name: "python311-devel-3.11.10-150400.9.38.2.aarch64", product: { name: "python311-devel-3.11.10-150400.9.38.2.aarch64", product_id: "python311-devel-3.11.10-150400.9.38.2.aarch64", }, }, { category: "product_version", name: "python311-doc-3.11.10-150400.9.38.1.aarch64", product: { name: "python311-doc-3.11.10-150400.9.38.1.aarch64", product_id: "python311-doc-3.11.10-150400.9.38.1.aarch64", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", product: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", product_id: "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", }, }, { category: "product_version", name: "python311-idle-3.11.10-150400.9.38.2.aarch64", product: { name: "python311-idle-3.11.10-150400.9.38.2.aarch64", product_id: "python311-idle-3.11.10-150400.9.38.2.aarch64", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150400.9.38.2.aarch64", product: { name: "python311-testsuite-3.11.10-150400.9.38.2.aarch64", product_id: "python311-testsuite-3.11.10-150400.9.38.2.aarch64", }, }, { category: "product_version", name: "python311-tk-3.11.10-150400.9.38.2.aarch64", product: { name: "python311-tk-3.11.10-150400.9.38.2.aarch64", product_id: "python311-tk-3.11.10-150400.9.38.2.aarch64", }, }, { category: "product_version", name: "python311-tools-3.11.10-150400.9.38.2.aarch64", product: { name: "python311-tools-3.11.10-150400.9.38.2.aarch64", product_id: "python311-tools-3.11.10-150400.9.38.2.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-64bit-3.11.10-150400.9.38.2.aarch64_ilp32", product: { name: "libpython3_11-1_0-64bit-3.11.10-150400.9.38.2.aarch64_ilp32", product_id: "libpython3_11-1_0-64bit-3.11.10-150400.9.38.2.aarch64_ilp32", }, }, { category: "product_version", name: "python311-64bit-3.11.10-150400.9.38.2.aarch64_ilp32", product: { name: "python311-64bit-3.11.10-150400.9.38.2.aarch64_ilp32", product_id: "python311-64bit-3.11.10-150400.9.38.2.aarch64_ilp32", }, }, { category: "product_version", name: "python311-base-64bit-3.11.10-150400.9.38.2.aarch64_ilp32", product: { name: "python311-base-64bit-3.11.10-150400.9.38.2.aarch64_ilp32", product_id: "python311-base-64bit-3.11.10-150400.9.38.2.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150400.9.38.2.i586", product: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.i586", product_id: "libpython3_11-1_0-3.11.10-150400.9.38.2.i586", }, }, { category: "product_version", name: "python311-3.11.10-150400.9.38.2.i586", product: { name: "python311-3.11.10-150400.9.38.2.i586", product_id: "python311-3.11.10-150400.9.38.2.i586", }, }, { category: "product_version", name: "python311-base-3.11.10-150400.9.38.2.i586", product: { name: "python311-base-3.11.10-150400.9.38.2.i586", product_id: "python311-base-3.11.10-150400.9.38.2.i586", }, }, { category: "product_version", name: "python311-curses-3.11.10-150400.9.38.2.i586", product: { name: "python311-curses-3.11.10-150400.9.38.2.i586", product_id: "python311-curses-3.11.10-150400.9.38.2.i586", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150400.9.38.2.i586", product: { name: "python311-dbm-3.11.10-150400.9.38.2.i586", product_id: "python311-dbm-3.11.10-150400.9.38.2.i586", }, }, { category: "product_version", name: "python311-devel-3.11.10-150400.9.38.2.i586", product: { name: "python311-devel-3.11.10-150400.9.38.2.i586", product_id: "python311-devel-3.11.10-150400.9.38.2.i586", }, }, { category: "product_version", name: "python311-doc-3.11.10-150400.9.38.1.i586", product: { name: "python311-doc-3.11.10-150400.9.38.1.i586", product_id: "python311-doc-3.11.10-150400.9.38.1.i586", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150400.9.38.1.i586", product: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.i586", product_id: "python311-doc-devhelp-3.11.10-150400.9.38.1.i586", }, }, { category: "product_version", name: "python311-idle-3.11.10-150400.9.38.2.i586", product: { name: "python311-idle-3.11.10-150400.9.38.2.i586", product_id: "python311-idle-3.11.10-150400.9.38.2.i586", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150400.9.38.2.i586", product: { name: "python311-testsuite-3.11.10-150400.9.38.2.i586", product_id: "python311-testsuite-3.11.10-150400.9.38.2.i586", }, }, { category: "product_version", name: "python311-tk-3.11.10-150400.9.38.2.i586", product: { name: "python311-tk-3.11.10-150400.9.38.2.i586", product_id: "python311-tk-3.11.10-150400.9.38.2.i586", }, }, { category: "product_version", name: "python311-tools-3.11.10-150400.9.38.2.i586", product: { name: "python311-tools-3.11.10-150400.9.38.2.i586", product_id: "python311-tools-3.11.10-150400.9.38.2.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", product: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", product_id: "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", }, }, { category: "product_version", name: "python311-3.11.10-150400.9.38.2.ppc64le", product: { name: "python311-3.11.10-150400.9.38.2.ppc64le", product_id: "python311-3.11.10-150400.9.38.2.ppc64le", }, }, { category: "product_version", name: "python311-base-3.11.10-150400.9.38.2.ppc64le", product: { name: "python311-base-3.11.10-150400.9.38.2.ppc64le", product_id: "python311-base-3.11.10-150400.9.38.2.ppc64le", }, }, { category: "product_version", name: "python311-curses-3.11.10-150400.9.38.2.ppc64le", product: { name: "python311-curses-3.11.10-150400.9.38.2.ppc64le", product_id: "python311-curses-3.11.10-150400.9.38.2.ppc64le", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150400.9.38.2.ppc64le", product: { name: "python311-dbm-3.11.10-150400.9.38.2.ppc64le", product_id: "python311-dbm-3.11.10-150400.9.38.2.ppc64le", }, }, { category: "product_version", name: "python311-devel-3.11.10-150400.9.38.2.ppc64le", product: { name: "python311-devel-3.11.10-150400.9.38.2.ppc64le", product_id: "python311-devel-3.11.10-150400.9.38.2.ppc64le", }, }, { category: "product_version", name: "python311-doc-3.11.10-150400.9.38.1.ppc64le", product: { name: "python311-doc-3.11.10-150400.9.38.1.ppc64le", product_id: "python311-doc-3.11.10-150400.9.38.1.ppc64le", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", product: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", product_id: "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", }, }, { category: "product_version", name: "python311-idle-3.11.10-150400.9.38.2.ppc64le", product: { name: "python311-idle-3.11.10-150400.9.38.2.ppc64le", product_id: "python311-idle-3.11.10-150400.9.38.2.ppc64le", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150400.9.38.2.ppc64le", product: { name: "python311-testsuite-3.11.10-150400.9.38.2.ppc64le", product_id: "python311-testsuite-3.11.10-150400.9.38.2.ppc64le", }, }, { category: "product_version", name: "python311-tk-3.11.10-150400.9.38.2.ppc64le", product: { name: "python311-tk-3.11.10-150400.9.38.2.ppc64le", product_id: "python311-tk-3.11.10-150400.9.38.2.ppc64le", }, }, { category: "product_version", name: "python311-tools-3.11.10-150400.9.38.2.ppc64le", product: { name: "python311-tools-3.11.10-150400.9.38.2.ppc64le", product_id: "python311-tools-3.11.10-150400.9.38.2.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", product: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", product_id: "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", }, }, { category: "product_version", name: "python311-3.11.10-150400.9.38.2.s390x", product: { name: "python311-3.11.10-150400.9.38.2.s390x", product_id: "python311-3.11.10-150400.9.38.2.s390x", }, }, { category: "product_version", name: "python311-base-3.11.10-150400.9.38.2.s390x", product: { name: "python311-base-3.11.10-150400.9.38.2.s390x", product_id: "python311-base-3.11.10-150400.9.38.2.s390x", }, }, { category: "product_version", name: "python311-curses-3.11.10-150400.9.38.2.s390x", product: { name: "python311-curses-3.11.10-150400.9.38.2.s390x", product_id: "python311-curses-3.11.10-150400.9.38.2.s390x", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150400.9.38.2.s390x", product: { name: "python311-dbm-3.11.10-150400.9.38.2.s390x", product_id: "python311-dbm-3.11.10-150400.9.38.2.s390x", }, }, { category: "product_version", name: "python311-devel-3.11.10-150400.9.38.2.s390x", product: { name: "python311-devel-3.11.10-150400.9.38.2.s390x", product_id: "python311-devel-3.11.10-150400.9.38.2.s390x", }, }, { category: "product_version", name: "python311-doc-3.11.10-150400.9.38.1.s390x", product: { name: "python311-doc-3.11.10-150400.9.38.1.s390x", product_id: "python311-doc-3.11.10-150400.9.38.1.s390x", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", product: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", product_id: "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", }, }, { category: "product_version", name: "python311-idle-3.11.10-150400.9.38.2.s390x", product: { name: "python311-idle-3.11.10-150400.9.38.2.s390x", product_id: "python311-idle-3.11.10-150400.9.38.2.s390x", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150400.9.38.2.s390x", product: { name: "python311-testsuite-3.11.10-150400.9.38.2.s390x", product_id: "python311-testsuite-3.11.10-150400.9.38.2.s390x", }, }, { category: "product_version", name: "python311-tk-3.11.10-150400.9.38.2.s390x", product: { name: "python311-tk-3.11.10-150400.9.38.2.s390x", product_id: "python311-tk-3.11.10-150400.9.38.2.s390x", }, }, { category: "product_version", name: "python311-tools-3.11.10-150400.9.38.2.s390x", product: { name: "python311-tools-3.11.10-150400.9.38.2.s390x", product_id: "python311-tools-3.11.10-150400.9.38.2.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", product: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", product_id: "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64", product: { name: "libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64", product_id: "libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "python311-3.11.10-150400.9.38.2.x86_64", product: { name: "python311-3.11.10-150400.9.38.2.x86_64", product_id: "python311-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "python311-32bit-3.11.10-150400.9.38.2.x86_64", product: { name: "python311-32bit-3.11.10-150400.9.38.2.x86_64", product_id: "python311-32bit-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "python311-base-3.11.10-150400.9.38.2.x86_64", product: { name: "python311-base-3.11.10-150400.9.38.2.x86_64", product_id: "python311-base-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "python311-base-32bit-3.11.10-150400.9.38.2.x86_64", product: { name: "python311-base-32bit-3.11.10-150400.9.38.2.x86_64", product_id: "python311-base-32bit-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "python311-curses-3.11.10-150400.9.38.2.x86_64", product: { name: "python311-curses-3.11.10-150400.9.38.2.x86_64", product_id: "python311-curses-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150400.9.38.2.x86_64", product: { name: "python311-dbm-3.11.10-150400.9.38.2.x86_64", product_id: "python311-dbm-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "python311-devel-3.11.10-150400.9.38.2.x86_64", product: { name: "python311-devel-3.11.10-150400.9.38.2.x86_64", product_id: "python311-devel-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "python311-doc-3.11.10-150400.9.38.1.x86_64", product: { name: "python311-doc-3.11.10-150400.9.38.1.x86_64", product_id: "python311-doc-3.11.10-150400.9.38.1.x86_64", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", product: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", product_id: "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", }, }, { category: "product_version", name: "python311-idle-3.11.10-150400.9.38.2.x86_64", product: { name: "python311-idle-3.11.10-150400.9.38.2.x86_64", product_id: "python311-idle-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150400.9.38.2.x86_64", product: { name: "python311-testsuite-3.11.10-150400.9.38.2.x86_64", product_id: "python311-testsuite-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "python311-tk-3.11.10-150400.9.38.2.x86_64", product: { name: "python311-tk-3.11.10-150400.9.38.2.x86_64", product_id: "python311-tk-3.11.10-150400.9.38.2.x86_64", }, }, { category: "product_version", name: "python311-tools-3.11.10-150400.9.38.2.x86_64", product: { name: "python311-tools-3.11.10-150400.9.38.2.x86_64", product_id: "python311-tools-3.11.10-150400.9.38.2.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", product: { name: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-public-cloud:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Python 3 15 SP5", product: { name: "SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-python3:15:sp5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-base-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-base-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-base-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4", product_id: "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-base-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Public Cloud 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-base-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-base-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-base-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-base-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-curses-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-curses-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-curses-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-curses-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-dbm-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-dbm-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-dbm-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-dbm-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-devel-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-devel-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-devel-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-devel-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.38.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.aarch64", }, product_reference: "python311-doc-3.11.10-150400.9.38.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.38.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.ppc64le", }, product_reference: "python311-doc-3.11.10-150400.9.38.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.38.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.s390x", }, product_reference: "python311-doc-3.11.10-150400.9.38.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.38.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.x86_64", }, product_reference: "python311-doc-3.11.10-150400.9.38.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-idle-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-idle-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-idle-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-idle-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-tk-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-tk-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-tk-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-tk-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-tools-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-tools-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-tools-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-tools-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64", }, product_reference: "libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-32bit-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-base-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-base-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-base-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-base-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-base-32bit-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-base-32bit-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-curses-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-curses-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-curses-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-curses-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-dbm-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-dbm-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-dbm-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-dbm-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-devel-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-devel-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-devel-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-devel-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.38.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.aarch64", }, product_reference: "python311-doc-3.11.10-150400.9.38.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.38.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.ppc64le", }, product_reference: "python311-doc-3.11.10-150400.9.38.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.38.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.s390x", }, product_reference: "python311-doc-3.11.10-150400.9.38.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150400.9.38.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.x86_64", }, product_reference: "python311-doc-3.11.10-150400.9.38.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", }, product_reference: "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-idle-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-idle-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-idle-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-idle-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-testsuite-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-testsuite-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-testsuite-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-testsuite-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-tk-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-tk-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-tk-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-tk-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.aarch64", }, product_reference: "python311-tools-3.11.10-150400.9.38.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.ppc64le", }, product_reference: "python311-tools-3.11.10-150400.9.38.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.s390x", }, product_reference: "python311-tools-3.11.10-150400.9.38.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.x86_64", }, product_reference: "python311-tools-3.11.10-150400.9.38.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.aarch64", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.ppc64le", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.s390x", "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.x86_64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x", "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.x86_64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.aarch64", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.ppc64le", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.s390x", "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-08T15:24:49Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
suse-su-2025:0048-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python312", title: "Title of the patch", }, { category: "description", text: "This update for python312 fixes the following issues:\n\n- Properly quote path names provided when creating a virtual environment (bsc#1232241, CVE-2024-9287)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-48,SUSE-SLE-Module-Python3-15-SP6-2025-48,openSUSE-SLE-15.6-2025-48", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0048-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0048-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250048-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0048-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020074.html", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python312", tracking: { current_release_date: "2025-01-09T15:36:51Z", generator: { date: "2025-01-09T15:36:51Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0048-1", initial_release_date: "2025-01-09T15:36:51Z", revision_history: [ { date: "2025-01-09T15:36:51Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", product: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", product_id: "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", }, }, { category: "product_version", name: "python312-3.12.8-150600.3.15.1.aarch64", product: { name: "python312-3.12.8-150600.3.15.1.aarch64", product_id: "python312-3.12.8-150600.3.15.1.aarch64", }, }, { category: "product_version", name: "python312-base-3.12.8-150600.3.15.1.aarch64", product: { name: "python312-base-3.12.8-150600.3.15.1.aarch64", product_id: "python312-base-3.12.8-150600.3.15.1.aarch64", }, }, { category: "product_version", name: "python312-curses-3.12.8-150600.3.15.1.aarch64", product: { name: "python312-curses-3.12.8-150600.3.15.1.aarch64", product_id: "python312-curses-3.12.8-150600.3.15.1.aarch64", }, }, { category: "product_version", name: "python312-dbm-3.12.8-150600.3.15.1.aarch64", product: { name: "python312-dbm-3.12.8-150600.3.15.1.aarch64", product_id: "python312-dbm-3.12.8-150600.3.15.1.aarch64", }, }, { category: "product_version", name: "python312-devel-3.12.8-150600.3.15.1.aarch64", product: { name: "python312-devel-3.12.8-150600.3.15.1.aarch64", product_id: "python312-devel-3.12.8-150600.3.15.1.aarch64", }, }, { category: "product_version", name: "python312-doc-3.12.8-150600.3.15.1.aarch64", product: { name: "python312-doc-3.12.8-150600.3.15.1.aarch64", product_id: "python312-doc-3.12.8-150600.3.15.1.aarch64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64", product: { name: "python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64", product_id: "python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64", }, }, { category: "product_version", name: "python312-idle-3.12.8-150600.3.15.1.aarch64", product: { name: "python312-idle-3.12.8-150600.3.15.1.aarch64", product_id: "python312-idle-3.12.8-150600.3.15.1.aarch64", }, }, { category: "product_version", name: "python312-testsuite-3.12.8-150600.3.15.1.aarch64", product: { name: "python312-testsuite-3.12.8-150600.3.15.1.aarch64", product_id: "python312-testsuite-3.12.8-150600.3.15.1.aarch64", }, }, { category: "product_version", name: "python312-tk-3.12.8-150600.3.15.1.aarch64", product: { name: "python312-tk-3.12.8-150600.3.15.1.aarch64", product_id: "python312-tk-3.12.8-150600.3.15.1.aarch64", }, }, { category: "product_version", name: "python312-tools-3.12.8-150600.3.15.1.aarch64", product: { name: "python312-tools-3.12.8-150600.3.15.1.aarch64", product_id: "python312-tools-3.12.8-150600.3.15.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-64bit-3.12.8-150600.3.15.1.aarch64_ilp32", product: { name: "libpython3_12-1_0-64bit-3.12.8-150600.3.15.1.aarch64_ilp32", product_id: "libpython3_12-1_0-64bit-3.12.8-150600.3.15.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-64bit-3.12.8-150600.3.15.1.aarch64_ilp32", product: { name: "python312-64bit-3.12.8-150600.3.15.1.aarch64_ilp32", product_id: "python312-64bit-3.12.8-150600.3.15.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-base-64bit-3.12.8-150600.3.15.1.aarch64_ilp32", product: { name: "python312-base-64bit-3.12.8-150600.3.15.1.aarch64_ilp32", product_id: "python312-base-64bit-3.12.8-150600.3.15.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.8-150600.3.15.1.i586", product: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.i586", product_id: "libpython3_12-1_0-3.12.8-150600.3.15.1.i586", }, }, { category: "product_version", name: "python312-3.12.8-150600.3.15.1.i586", product: { name: "python312-3.12.8-150600.3.15.1.i586", product_id: "python312-3.12.8-150600.3.15.1.i586", }, }, { category: "product_version", name: "python312-base-3.12.8-150600.3.15.1.i586", product: { name: "python312-base-3.12.8-150600.3.15.1.i586", product_id: "python312-base-3.12.8-150600.3.15.1.i586", }, }, { category: "product_version", name: "python312-curses-3.12.8-150600.3.15.1.i586", product: { name: "python312-curses-3.12.8-150600.3.15.1.i586", product_id: "python312-curses-3.12.8-150600.3.15.1.i586", }, }, { category: "product_version", name: "python312-dbm-3.12.8-150600.3.15.1.i586", product: { name: "python312-dbm-3.12.8-150600.3.15.1.i586", product_id: "python312-dbm-3.12.8-150600.3.15.1.i586", }, }, { category: "product_version", name: "python312-devel-3.12.8-150600.3.15.1.i586", product: { name: "python312-devel-3.12.8-150600.3.15.1.i586", product_id: "python312-devel-3.12.8-150600.3.15.1.i586", }, }, { category: "product_version", name: "python312-doc-3.12.8-150600.3.15.1.i586", product: { name: "python312-doc-3.12.8-150600.3.15.1.i586", product_id: "python312-doc-3.12.8-150600.3.15.1.i586", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.8-150600.3.15.1.i586", product: { name: "python312-doc-devhelp-3.12.8-150600.3.15.1.i586", product_id: "python312-doc-devhelp-3.12.8-150600.3.15.1.i586", }, }, { category: "product_version", name: "python312-idle-3.12.8-150600.3.15.1.i586", product: { name: "python312-idle-3.12.8-150600.3.15.1.i586", product_id: "python312-idle-3.12.8-150600.3.15.1.i586", }, }, { category: "product_version", name: "python312-testsuite-3.12.8-150600.3.15.1.i586", product: { name: "python312-testsuite-3.12.8-150600.3.15.1.i586", product_id: "python312-testsuite-3.12.8-150600.3.15.1.i586", }, }, { category: "product_version", name: "python312-tk-3.12.8-150600.3.15.1.i586", product: { name: "python312-tk-3.12.8-150600.3.15.1.i586", product_id: "python312-tk-3.12.8-150600.3.15.1.i586", }, }, { category: "product_version", name: "python312-tools-3.12.8-150600.3.15.1.i586", product: { name: "python312-tools-3.12.8-150600.3.15.1.i586", product_id: "python312-tools-3.12.8-150600.3.15.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", product: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", product_id: "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", }, }, { category: "product_version", name: "python312-3.12.8-150600.3.15.1.ppc64le", product: { name: "python312-3.12.8-150600.3.15.1.ppc64le", product_id: "python312-3.12.8-150600.3.15.1.ppc64le", }, }, { category: "product_version", name: "python312-base-3.12.8-150600.3.15.1.ppc64le", product: { name: "python312-base-3.12.8-150600.3.15.1.ppc64le", product_id: "python312-base-3.12.8-150600.3.15.1.ppc64le", }, }, { category: "product_version", name: "python312-curses-3.12.8-150600.3.15.1.ppc64le", product: { name: "python312-curses-3.12.8-150600.3.15.1.ppc64le", product_id: "python312-curses-3.12.8-150600.3.15.1.ppc64le", }, }, { category: "product_version", name: "python312-dbm-3.12.8-150600.3.15.1.ppc64le", product: { name: "python312-dbm-3.12.8-150600.3.15.1.ppc64le", product_id: "python312-dbm-3.12.8-150600.3.15.1.ppc64le", }, }, { category: "product_version", name: "python312-devel-3.12.8-150600.3.15.1.ppc64le", product: { name: "python312-devel-3.12.8-150600.3.15.1.ppc64le", product_id: "python312-devel-3.12.8-150600.3.15.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-3.12.8-150600.3.15.1.ppc64le", product: { name: "python312-doc-3.12.8-150600.3.15.1.ppc64le", product_id: "python312-doc-3.12.8-150600.3.15.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le", product: { name: "python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le", product_id: "python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le", }, }, { category: "product_version", name: "python312-idle-3.12.8-150600.3.15.1.ppc64le", product: { name: "python312-idle-3.12.8-150600.3.15.1.ppc64le", product_id: "python312-idle-3.12.8-150600.3.15.1.ppc64le", }, }, { category: "product_version", name: "python312-testsuite-3.12.8-150600.3.15.1.ppc64le", product: { name: "python312-testsuite-3.12.8-150600.3.15.1.ppc64le", product_id: "python312-testsuite-3.12.8-150600.3.15.1.ppc64le", }, }, { category: "product_version", name: "python312-tk-3.12.8-150600.3.15.1.ppc64le", product: { name: "python312-tk-3.12.8-150600.3.15.1.ppc64le", product_id: "python312-tk-3.12.8-150600.3.15.1.ppc64le", }, }, { category: "product_version", name: "python312-tools-3.12.8-150600.3.15.1.ppc64le", product: { name: "python312-tools-3.12.8-150600.3.15.1.ppc64le", product_id: "python312-tools-3.12.8-150600.3.15.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", product: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", product_id: "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", }, }, { category: "product_version", name: "python312-3.12.8-150600.3.15.1.s390x", product: { name: "python312-3.12.8-150600.3.15.1.s390x", product_id: "python312-3.12.8-150600.3.15.1.s390x", }, }, { category: "product_version", name: "python312-base-3.12.8-150600.3.15.1.s390x", product: { name: "python312-base-3.12.8-150600.3.15.1.s390x", product_id: "python312-base-3.12.8-150600.3.15.1.s390x", }, }, { category: "product_version", name: "python312-curses-3.12.8-150600.3.15.1.s390x", product: { name: "python312-curses-3.12.8-150600.3.15.1.s390x", product_id: "python312-curses-3.12.8-150600.3.15.1.s390x", }, }, { category: "product_version", name: "python312-dbm-3.12.8-150600.3.15.1.s390x", product: { name: "python312-dbm-3.12.8-150600.3.15.1.s390x", product_id: "python312-dbm-3.12.8-150600.3.15.1.s390x", }, }, { category: "product_version", name: "python312-devel-3.12.8-150600.3.15.1.s390x", product: { name: "python312-devel-3.12.8-150600.3.15.1.s390x", product_id: "python312-devel-3.12.8-150600.3.15.1.s390x", }, }, { category: "product_version", name: "python312-doc-3.12.8-150600.3.15.1.s390x", product: { name: "python312-doc-3.12.8-150600.3.15.1.s390x", product_id: "python312-doc-3.12.8-150600.3.15.1.s390x", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.8-150600.3.15.1.s390x", product: { name: "python312-doc-devhelp-3.12.8-150600.3.15.1.s390x", product_id: "python312-doc-devhelp-3.12.8-150600.3.15.1.s390x", }, }, { category: "product_version", name: "python312-idle-3.12.8-150600.3.15.1.s390x", product: { name: "python312-idle-3.12.8-150600.3.15.1.s390x", product_id: "python312-idle-3.12.8-150600.3.15.1.s390x", }, }, { category: "product_version", name: "python312-testsuite-3.12.8-150600.3.15.1.s390x", product: { name: "python312-testsuite-3.12.8-150600.3.15.1.s390x", product_id: "python312-testsuite-3.12.8-150600.3.15.1.s390x", }, }, { category: "product_version", name: "python312-tk-3.12.8-150600.3.15.1.s390x", product: { name: "python312-tk-3.12.8-150600.3.15.1.s390x", product_id: "python312-tk-3.12.8-150600.3.15.1.s390x", }, }, { category: "product_version", name: "python312-tools-3.12.8-150600.3.15.1.s390x", product: { name: "python312-tools-3.12.8-150600.3.15.1.s390x", product_id: "python312-tools-3.12.8-150600.3.15.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", product: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", product_id: "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64", product: { name: "libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64", product_id: "libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-3.12.8-150600.3.15.1.x86_64", product_id: "python312-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-32bit-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-32bit-3.12.8-150600.3.15.1.x86_64", product_id: "python312-32bit-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-base-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-base-3.12.8-150600.3.15.1.x86_64", product_id: "python312-base-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-base-32bit-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-base-32bit-3.12.8-150600.3.15.1.x86_64", product_id: "python312-base-32bit-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-curses-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-curses-3.12.8-150600.3.15.1.x86_64", product_id: "python312-curses-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-dbm-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-dbm-3.12.8-150600.3.15.1.x86_64", product_id: "python312-dbm-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-devel-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-devel-3.12.8-150600.3.15.1.x86_64", product_id: "python312-devel-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-doc-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-doc-3.12.8-150600.3.15.1.x86_64", product_id: "python312-doc-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64", product_id: "python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-idle-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-idle-3.12.8-150600.3.15.1.x86_64", product_id: "python312-idle-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-testsuite-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-testsuite-3.12.8-150600.3.15.1.x86_64", product_id: "python312-testsuite-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-tk-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-tk-3.12.8-150600.3.15.1.x86_64", product_id: "python312-tk-3.12.8-150600.3.15.1.x86_64", }, }, { category: "product_version", name: "python312-tools-3.12.8-150600.3.15.1.x86_64", product: { name: "python312-tools-3.12.8-150600.3.15.1.x86_64", product_id: "python312-tools-3.12.8-150600.3.15.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Python 3 15 SP6", product: { name: "SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-python3:15:sp6", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-base-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-base-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-base-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-base-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-curses-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-curses-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-curses-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-curses-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-dbm-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-dbm-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-dbm-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-dbm-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-devel-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-devel-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-devel-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-devel-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-idle-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-idle-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-idle-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-idle-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-tk-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-tk-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-tk-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-tk-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-tools-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-tools-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-tools-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-tools-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64", }, product_reference: "libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-32bit-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-base-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-base-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-base-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-base-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-32bit-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-base-32bit-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-curses-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-curses-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-curses-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-curses-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-dbm-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-dbm-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-dbm-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-dbm-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-devel-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-devel-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-devel-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-devel-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-doc-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-doc-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-doc-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-doc-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-doc-devhelp-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-idle-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-idle-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-idle-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-idle-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-testsuite-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-testsuite-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-testsuite-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-testsuite-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-tk-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-tk-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-tk-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-tk-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.aarch64", }, product_reference: "python312-tools-3.12.8-150600.3.15.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.ppc64le", }, product_reference: "python312-tools-3.12.8-150600.3.15.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.s390x", }, product_reference: "python312-tools-3.12.8-150600.3.15.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.x86_64", }, product_reference: "python312-tools-3.12.8-150600.3.15.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T15:36:51Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
suse-su-2024:3959-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python312", title: "Title of the patch", }, { category: "description", text: "This update for python312 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3959,SUSE-SLE-Module-Python3-15-SP6-2024-3959,openSUSE-SLE-15.6-2024-3959", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3959-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3959-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243959-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3959-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019799.html", }, { category: "self", summary: "SUSE Bug 1230906", url: "https://bugzilla.suse.com/1230906", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python312", tracking: { current_release_date: "2024-11-08T15:25:30Z", generator: { date: "2024-11-08T15:25:30Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3959-1", initial_release_date: "2024-11-08T15:25:30Z", revision_history: [ { date: "2024-11-08T15:25:30Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", product: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", product_id: "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", }, }, { category: "product_version", name: "python312-3.12.7-150600.3.9.1.aarch64", product: { name: "python312-3.12.7-150600.3.9.1.aarch64", product_id: "python312-3.12.7-150600.3.9.1.aarch64", }, }, { category: "product_version", name: "python312-base-3.12.7-150600.3.9.1.aarch64", product: { name: "python312-base-3.12.7-150600.3.9.1.aarch64", product_id: "python312-base-3.12.7-150600.3.9.1.aarch64", }, }, { category: "product_version", name: "python312-curses-3.12.7-150600.3.9.1.aarch64", product: { name: "python312-curses-3.12.7-150600.3.9.1.aarch64", product_id: "python312-curses-3.12.7-150600.3.9.1.aarch64", }, }, { category: "product_version", name: "python312-dbm-3.12.7-150600.3.9.1.aarch64", product: { name: "python312-dbm-3.12.7-150600.3.9.1.aarch64", product_id: "python312-dbm-3.12.7-150600.3.9.1.aarch64", }, }, { category: "product_version", name: "python312-devel-3.12.7-150600.3.9.1.aarch64", product: { name: "python312-devel-3.12.7-150600.3.9.1.aarch64", product_id: "python312-devel-3.12.7-150600.3.9.1.aarch64", }, }, { category: "product_version", name: "python312-doc-3.12.7-150600.3.9.1.aarch64", product: { name: "python312-doc-3.12.7-150600.3.9.1.aarch64", product_id: "python312-doc-3.12.7-150600.3.9.1.aarch64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64", product: { name: "python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64", product_id: "python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64", }, }, { category: "product_version", name: "python312-idle-3.12.7-150600.3.9.1.aarch64", product: { name: "python312-idle-3.12.7-150600.3.9.1.aarch64", product_id: "python312-idle-3.12.7-150600.3.9.1.aarch64", }, }, { category: "product_version", name: "python312-testsuite-3.12.7-150600.3.9.1.aarch64", product: { name: "python312-testsuite-3.12.7-150600.3.9.1.aarch64", product_id: "python312-testsuite-3.12.7-150600.3.9.1.aarch64", }, }, { category: "product_version", name: "python312-tk-3.12.7-150600.3.9.1.aarch64", product: { name: "python312-tk-3.12.7-150600.3.9.1.aarch64", product_id: "python312-tk-3.12.7-150600.3.9.1.aarch64", }, }, { category: "product_version", name: "python312-tools-3.12.7-150600.3.9.1.aarch64", product: { name: "python312-tools-3.12.7-150600.3.9.1.aarch64", product_id: "python312-tools-3.12.7-150600.3.9.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-64bit-3.12.7-150600.3.9.1.aarch64_ilp32", product: { name: "libpython3_12-1_0-64bit-3.12.7-150600.3.9.1.aarch64_ilp32", product_id: "libpython3_12-1_0-64bit-3.12.7-150600.3.9.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-64bit-3.12.7-150600.3.9.1.aarch64_ilp32", product: { name: "python312-64bit-3.12.7-150600.3.9.1.aarch64_ilp32", product_id: "python312-64bit-3.12.7-150600.3.9.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-base-64bit-3.12.7-150600.3.9.1.aarch64_ilp32", product: { name: "python312-base-64bit-3.12.7-150600.3.9.1.aarch64_ilp32", product_id: "python312-base-64bit-3.12.7-150600.3.9.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.7-150600.3.9.1.i586", product: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.i586", product_id: "libpython3_12-1_0-3.12.7-150600.3.9.1.i586", }, }, { category: "product_version", name: "python312-3.12.7-150600.3.9.1.i586", product: { name: "python312-3.12.7-150600.3.9.1.i586", product_id: "python312-3.12.7-150600.3.9.1.i586", }, }, { category: "product_version", name: "python312-base-3.12.7-150600.3.9.1.i586", product: { name: "python312-base-3.12.7-150600.3.9.1.i586", product_id: "python312-base-3.12.7-150600.3.9.1.i586", }, }, { category: "product_version", name: "python312-curses-3.12.7-150600.3.9.1.i586", product: { name: "python312-curses-3.12.7-150600.3.9.1.i586", product_id: "python312-curses-3.12.7-150600.3.9.1.i586", }, }, { category: "product_version", name: "python312-dbm-3.12.7-150600.3.9.1.i586", product: { name: "python312-dbm-3.12.7-150600.3.9.1.i586", product_id: "python312-dbm-3.12.7-150600.3.9.1.i586", }, }, { category: "product_version", name: "python312-devel-3.12.7-150600.3.9.1.i586", product: { name: "python312-devel-3.12.7-150600.3.9.1.i586", product_id: "python312-devel-3.12.7-150600.3.9.1.i586", }, }, { category: "product_version", name: "python312-doc-3.12.7-150600.3.9.1.i586", product: { name: "python312-doc-3.12.7-150600.3.9.1.i586", product_id: "python312-doc-3.12.7-150600.3.9.1.i586", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.7-150600.3.9.1.i586", product: { name: "python312-doc-devhelp-3.12.7-150600.3.9.1.i586", product_id: "python312-doc-devhelp-3.12.7-150600.3.9.1.i586", }, }, { category: "product_version", name: "python312-idle-3.12.7-150600.3.9.1.i586", product: { name: "python312-idle-3.12.7-150600.3.9.1.i586", product_id: "python312-idle-3.12.7-150600.3.9.1.i586", }, }, { category: "product_version", name: "python312-testsuite-3.12.7-150600.3.9.1.i586", product: { name: "python312-testsuite-3.12.7-150600.3.9.1.i586", product_id: "python312-testsuite-3.12.7-150600.3.9.1.i586", }, }, { category: "product_version", name: "python312-tk-3.12.7-150600.3.9.1.i586", product: { name: "python312-tk-3.12.7-150600.3.9.1.i586", product_id: "python312-tk-3.12.7-150600.3.9.1.i586", }, }, { category: "product_version", name: "python312-tools-3.12.7-150600.3.9.1.i586", product: { name: "python312-tools-3.12.7-150600.3.9.1.i586", product_id: "python312-tools-3.12.7-150600.3.9.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", product: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", product_id: "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", }, }, { category: "product_version", name: "python312-3.12.7-150600.3.9.1.ppc64le", product: { name: "python312-3.12.7-150600.3.9.1.ppc64le", product_id: "python312-3.12.7-150600.3.9.1.ppc64le", }, }, { category: "product_version", name: "python312-base-3.12.7-150600.3.9.1.ppc64le", product: { name: "python312-base-3.12.7-150600.3.9.1.ppc64le", product_id: "python312-base-3.12.7-150600.3.9.1.ppc64le", }, }, { category: "product_version", name: "python312-curses-3.12.7-150600.3.9.1.ppc64le", product: { name: "python312-curses-3.12.7-150600.3.9.1.ppc64le", product_id: "python312-curses-3.12.7-150600.3.9.1.ppc64le", }, }, { category: "product_version", name: "python312-dbm-3.12.7-150600.3.9.1.ppc64le", product: { name: "python312-dbm-3.12.7-150600.3.9.1.ppc64le", product_id: "python312-dbm-3.12.7-150600.3.9.1.ppc64le", }, }, { category: "product_version", name: "python312-devel-3.12.7-150600.3.9.1.ppc64le", product: { name: "python312-devel-3.12.7-150600.3.9.1.ppc64le", product_id: "python312-devel-3.12.7-150600.3.9.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-3.12.7-150600.3.9.1.ppc64le", product: { name: "python312-doc-3.12.7-150600.3.9.1.ppc64le", product_id: "python312-doc-3.12.7-150600.3.9.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le", product: { name: "python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le", product_id: "python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le", }, }, { category: "product_version", name: "python312-idle-3.12.7-150600.3.9.1.ppc64le", product: { name: "python312-idle-3.12.7-150600.3.9.1.ppc64le", product_id: "python312-idle-3.12.7-150600.3.9.1.ppc64le", }, }, { category: "product_version", name: "python312-testsuite-3.12.7-150600.3.9.1.ppc64le", product: { name: "python312-testsuite-3.12.7-150600.3.9.1.ppc64le", product_id: "python312-testsuite-3.12.7-150600.3.9.1.ppc64le", }, }, { category: "product_version", name: "python312-tk-3.12.7-150600.3.9.1.ppc64le", product: { name: "python312-tk-3.12.7-150600.3.9.1.ppc64le", product_id: "python312-tk-3.12.7-150600.3.9.1.ppc64le", }, }, { category: "product_version", name: "python312-tools-3.12.7-150600.3.9.1.ppc64le", product: { name: "python312-tools-3.12.7-150600.3.9.1.ppc64le", product_id: "python312-tools-3.12.7-150600.3.9.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", product: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", product_id: "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", }, }, { category: "product_version", name: "python312-3.12.7-150600.3.9.1.s390x", product: { name: "python312-3.12.7-150600.3.9.1.s390x", product_id: "python312-3.12.7-150600.3.9.1.s390x", }, }, { category: "product_version", name: "python312-base-3.12.7-150600.3.9.1.s390x", product: { name: "python312-base-3.12.7-150600.3.9.1.s390x", product_id: "python312-base-3.12.7-150600.3.9.1.s390x", }, }, { category: "product_version", name: "python312-curses-3.12.7-150600.3.9.1.s390x", product: { name: "python312-curses-3.12.7-150600.3.9.1.s390x", product_id: "python312-curses-3.12.7-150600.3.9.1.s390x", }, }, { category: "product_version", name: "python312-dbm-3.12.7-150600.3.9.1.s390x", product: { name: "python312-dbm-3.12.7-150600.3.9.1.s390x", product_id: "python312-dbm-3.12.7-150600.3.9.1.s390x", }, }, { category: "product_version", name: "python312-devel-3.12.7-150600.3.9.1.s390x", product: { name: "python312-devel-3.12.7-150600.3.9.1.s390x", product_id: "python312-devel-3.12.7-150600.3.9.1.s390x", }, }, { category: "product_version", name: "python312-doc-3.12.7-150600.3.9.1.s390x", product: { name: "python312-doc-3.12.7-150600.3.9.1.s390x", product_id: "python312-doc-3.12.7-150600.3.9.1.s390x", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.7-150600.3.9.1.s390x", product: { name: "python312-doc-devhelp-3.12.7-150600.3.9.1.s390x", product_id: "python312-doc-devhelp-3.12.7-150600.3.9.1.s390x", }, }, { category: "product_version", name: "python312-idle-3.12.7-150600.3.9.1.s390x", product: { name: "python312-idle-3.12.7-150600.3.9.1.s390x", product_id: "python312-idle-3.12.7-150600.3.9.1.s390x", }, }, { category: "product_version", name: "python312-testsuite-3.12.7-150600.3.9.1.s390x", product: { name: "python312-testsuite-3.12.7-150600.3.9.1.s390x", product_id: "python312-testsuite-3.12.7-150600.3.9.1.s390x", }, }, { category: "product_version", name: "python312-tk-3.12.7-150600.3.9.1.s390x", product: { name: "python312-tk-3.12.7-150600.3.9.1.s390x", product_id: "python312-tk-3.12.7-150600.3.9.1.s390x", }, }, { category: "product_version", name: "python312-tools-3.12.7-150600.3.9.1.s390x", product: { name: "python312-tools-3.12.7-150600.3.9.1.s390x", product_id: "python312-tools-3.12.7-150600.3.9.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", product: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", product_id: "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64", product: { name: "libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64", product_id: "libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-3.12.7-150600.3.9.1.x86_64", product_id: "python312-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-32bit-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-32bit-3.12.7-150600.3.9.1.x86_64", product_id: "python312-32bit-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-base-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-base-3.12.7-150600.3.9.1.x86_64", product_id: "python312-base-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-base-32bit-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-base-32bit-3.12.7-150600.3.9.1.x86_64", product_id: "python312-base-32bit-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-curses-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-curses-3.12.7-150600.3.9.1.x86_64", product_id: "python312-curses-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-dbm-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-dbm-3.12.7-150600.3.9.1.x86_64", product_id: "python312-dbm-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-devel-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-devel-3.12.7-150600.3.9.1.x86_64", product_id: "python312-devel-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-doc-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-doc-3.12.7-150600.3.9.1.x86_64", product_id: "python312-doc-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64", product_id: "python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-idle-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-idle-3.12.7-150600.3.9.1.x86_64", product_id: "python312-idle-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-testsuite-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-testsuite-3.12.7-150600.3.9.1.x86_64", product_id: "python312-testsuite-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-tk-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-tk-3.12.7-150600.3.9.1.x86_64", product_id: "python312-tk-3.12.7-150600.3.9.1.x86_64", }, }, { category: "product_version", name: "python312-tools-3.12.7-150600.3.9.1.x86_64", product: { name: "python312-tools-3.12.7-150600.3.9.1.x86_64", product_id: "python312-tools-3.12.7-150600.3.9.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Python 3 15 SP6", product: { name: "SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-python3:15:sp6", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-base-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-base-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-base-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-base-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-curses-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-curses-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-curses-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-curses-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-dbm-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-dbm-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-dbm-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-dbm-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-devel-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-devel-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-devel-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-devel-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-idle-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-idle-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-idle-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-idle-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-tk-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-tk-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-tk-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-tk-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-tools-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-tools-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-tools-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-tools-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64", }, product_reference: "libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-32bit-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-32bit-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-base-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-base-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-base-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-base-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-32bit-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-32bit-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-base-32bit-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-curses-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-curses-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-curses-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-curses-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-dbm-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-dbm-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-dbm-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-dbm-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-devel-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-devel-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-devel-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-devel-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-doc-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-doc-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-doc-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-doc-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-doc-devhelp-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-idle-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-idle-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-idle-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-idle-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-testsuite-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-testsuite-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-testsuite-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-testsuite-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-tk-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-tk-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-tk-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-tk-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.aarch64", }, product_reference: "python312-tools-3.12.7-150600.3.9.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.ppc64le", }, product_reference: "python312-tools-3.12.7-150600.3.9.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.s390x", }, product_reference: "python312-tools-3.12.7-150600.3.9.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.x86_64", }, product_reference: "python312-tools-3.12.7-150600.3.9.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-08T15:25:30Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
suse-su-2025:0047-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python39", title: "Title of the patch", }, { category: "description", text: "This update for python39 fixes the following issue:\n\n- Update to 3.9.21\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-47,openSUSE-SLE-15.6-2025-47", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0047-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0047-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250047-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0047-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020075.html", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE Bug 1233307", url: "https://bugzilla.suse.com/1233307", }, { category: "self", summary: "SUSE CVE CVE-2024-11168 page", url: "https://www.suse.com/security/cve/CVE-2024-11168/", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python39", tracking: { current_release_date: "2025-01-09T15:36:39Z", generator: { date: "2025-01-09T15:36:39Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0047-1", initial_release_date: "2025-01-09T15:36:39Z", revision_history: [ { date: "2025-01-09T15:36:39Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64", product: { name: "libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64", product_id: "libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64", }, }, { category: "product_version", name: "python39-3.9.21-150300.4.61.1.aarch64", product: { name: "python39-3.9.21-150300.4.61.1.aarch64", product_id: "python39-3.9.21-150300.4.61.1.aarch64", }, }, { category: "product_version", name: "python39-base-3.9.21-150300.4.61.1.aarch64", product: { name: "python39-base-3.9.21-150300.4.61.1.aarch64", product_id: "python39-base-3.9.21-150300.4.61.1.aarch64", }, }, { category: "product_version", name: "python39-curses-3.9.21-150300.4.61.1.aarch64", product: { name: "python39-curses-3.9.21-150300.4.61.1.aarch64", product_id: "python39-curses-3.9.21-150300.4.61.1.aarch64", }, }, { category: "product_version", name: "python39-dbm-3.9.21-150300.4.61.1.aarch64", product: { name: "python39-dbm-3.9.21-150300.4.61.1.aarch64", product_id: "python39-dbm-3.9.21-150300.4.61.1.aarch64", }, }, { category: "product_version", name: "python39-devel-3.9.21-150300.4.61.1.aarch64", product: { name: "python39-devel-3.9.21-150300.4.61.1.aarch64", product_id: "python39-devel-3.9.21-150300.4.61.1.aarch64", }, }, { category: "product_version", name: "python39-doc-3.9.21-150300.4.61.1.aarch64", product: { name: "python39-doc-3.9.21-150300.4.61.1.aarch64", product_id: "python39-doc-3.9.21-150300.4.61.1.aarch64", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64", product: { name: "python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64", product_id: "python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64", }, }, { category: "product_version", name: "python39-idle-3.9.21-150300.4.61.1.aarch64", product: { name: "python39-idle-3.9.21-150300.4.61.1.aarch64", product_id: "python39-idle-3.9.21-150300.4.61.1.aarch64", }, }, { category: "product_version", name: "python39-testsuite-3.9.21-150300.4.61.1.aarch64", product: { name: "python39-testsuite-3.9.21-150300.4.61.1.aarch64", product_id: "python39-testsuite-3.9.21-150300.4.61.1.aarch64", }, }, { category: "product_version", name: "python39-tk-3.9.21-150300.4.61.1.aarch64", product: { name: "python39-tk-3.9.21-150300.4.61.1.aarch64", product_id: "python39-tk-3.9.21-150300.4.61.1.aarch64", }, }, { category: "product_version", name: "python39-tools-3.9.21-150300.4.61.1.aarch64", product: { name: "python39-tools-3.9.21-150300.4.61.1.aarch64", product_id: "python39-tools-3.9.21-150300.4.61.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-64bit-3.9.21-150300.4.61.1.aarch64_ilp32", product: { name: "libpython3_9-1_0-64bit-3.9.21-150300.4.61.1.aarch64_ilp32", product_id: "libpython3_9-1_0-64bit-3.9.21-150300.4.61.1.aarch64_ilp32", }, }, { category: "product_version", name: "python39-64bit-3.9.21-150300.4.61.1.aarch64_ilp32", product: { name: "python39-64bit-3.9.21-150300.4.61.1.aarch64_ilp32", product_id: "python39-64bit-3.9.21-150300.4.61.1.aarch64_ilp32", }, }, { category: "product_version", name: "python39-base-64bit-3.9.21-150300.4.61.1.aarch64_ilp32", product: { name: "python39-base-64bit-3.9.21-150300.4.61.1.aarch64_ilp32", product_id: "python39-base-64bit-3.9.21-150300.4.61.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.21-150300.4.61.1.i586", product: { name: "libpython3_9-1_0-3.9.21-150300.4.61.1.i586", product_id: "libpython3_9-1_0-3.9.21-150300.4.61.1.i586", }, }, { category: "product_version", name: "python39-3.9.21-150300.4.61.1.i586", product: { name: "python39-3.9.21-150300.4.61.1.i586", product_id: "python39-3.9.21-150300.4.61.1.i586", }, }, { category: "product_version", name: "python39-base-3.9.21-150300.4.61.1.i586", product: { name: "python39-base-3.9.21-150300.4.61.1.i586", product_id: "python39-base-3.9.21-150300.4.61.1.i586", }, }, { category: "product_version", name: "python39-curses-3.9.21-150300.4.61.1.i586", product: { name: "python39-curses-3.9.21-150300.4.61.1.i586", product_id: "python39-curses-3.9.21-150300.4.61.1.i586", }, }, { category: "product_version", name: "python39-dbm-3.9.21-150300.4.61.1.i586", product: { name: "python39-dbm-3.9.21-150300.4.61.1.i586", product_id: "python39-dbm-3.9.21-150300.4.61.1.i586", }, }, { category: "product_version", name: "python39-devel-3.9.21-150300.4.61.1.i586", product: { name: "python39-devel-3.9.21-150300.4.61.1.i586", product_id: "python39-devel-3.9.21-150300.4.61.1.i586", }, }, { category: "product_version", name: "python39-doc-3.9.21-150300.4.61.1.i586", product: { name: "python39-doc-3.9.21-150300.4.61.1.i586", product_id: "python39-doc-3.9.21-150300.4.61.1.i586", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.21-150300.4.61.1.i586", product: { name: "python39-doc-devhelp-3.9.21-150300.4.61.1.i586", product_id: "python39-doc-devhelp-3.9.21-150300.4.61.1.i586", }, }, { category: "product_version", name: "python39-idle-3.9.21-150300.4.61.1.i586", product: { name: "python39-idle-3.9.21-150300.4.61.1.i586", product_id: "python39-idle-3.9.21-150300.4.61.1.i586", }, }, { category: "product_version", name: "python39-testsuite-3.9.21-150300.4.61.1.i586", product: { name: "python39-testsuite-3.9.21-150300.4.61.1.i586", product_id: "python39-testsuite-3.9.21-150300.4.61.1.i586", }, }, { category: "product_version", name: "python39-tk-3.9.21-150300.4.61.1.i586", product: { name: "python39-tk-3.9.21-150300.4.61.1.i586", product_id: "python39-tk-3.9.21-150300.4.61.1.i586", }, }, { category: "product_version", name: "python39-tools-3.9.21-150300.4.61.1.i586", product: { name: "python39-tools-3.9.21-150300.4.61.1.i586", product_id: "python39-tools-3.9.21-150300.4.61.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le", product: { name: "libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le", product_id: "libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le", }, }, { category: "product_version", name: "python39-3.9.21-150300.4.61.1.ppc64le", product: { name: "python39-3.9.21-150300.4.61.1.ppc64le", product_id: "python39-3.9.21-150300.4.61.1.ppc64le", }, }, { category: "product_version", name: "python39-base-3.9.21-150300.4.61.1.ppc64le", product: { name: "python39-base-3.9.21-150300.4.61.1.ppc64le", product_id: "python39-base-3.9.21-150300.4.61.1.ppc64le", }, }, { category: "product_version", name: "python39-curses-3.9.21-150300.4.61.1.ppc64le", product: { name: "python39-curses-3.9.21-150300.4.61.1.ppc64le", product_id: "python39-curses-3.9.21-150300.4.61.1.ppc64le", }, }, { category: "product_version", name: "python39-dbm-3.9.21-150300.4.61.1.ppc64le", product: { name: "python39-dbm-3.9.21-150300.4.61.1.ppc64le", product_id: "python39-dbm-3.9.21-150300.4.61.1.ppc64le", }, }, { category: "product_version", name: "python39-devel-3.9.21-150300.4.61.1.ppc64le", product: { name: "python39-devel-3.9.21-150300.4.61.1.ppc64le", product_id: "python39-devel-3.9.21-150300.4.61.1.ppc64le", }, }, { category: "product_version", name: "python39-doc-3.9.21-150300.4.61.1.ppc64le", product: { name: "python39-doc-3.9.21-150300.4.61.1.ppc64le", product_id: "python39-doc-3.9.21-150300.4.61.1.ppc64le", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le", product: { name: "python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le", product_id: "python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le", }, }, { category: "product_version", name: "python39-idle-3.9.21-150300.4.61.1.ppc64le", product: { name: "python39-idle-3.9.21-150300.4.61.1.ppc64le", product_id: "python39-idle-3.9.21-150300.4.61.1.ppc64le", }, }, { category: "product_version", name: "python39-testsuite-3.9.21-150300.4.61.1.ppc64le", product: { name: "python39-testsuite-3.9.21-150300.4.61.1.ppc64le", product_id: "python39-testsuite-3.9.21-150300.4.61.1.ppc64le", }, }, { category: "product_version", name: "python39-tk-3.9.21-150300.4.61.1.ppc64le", product: { name: "python39-tk-3.9.21-150300.4.61.1.ppc64le", product_id: "python39-tk-3.9.21-150300.4.61.1.ppc64le", }, }, { category: "product_version", name: "python39-tools-3.9.21-150300.4.61.1.ppc64le", product: { name: "python39-tools-3.9.21-150300.4.61.1.ppc64le", product_id: "python39-tools-3.9.21-150300.4.61.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.21-150300.4.61.1.s390x", product: { name: "libpython3_9-1_0-3.9.21-150300.4.61.1.s390x", product_id: "libpython3_9-1_0-3.9.21-150300.4.61.1.s390x", }, }, { category: "product_version", name: "python39-3.9.21-150300.4.61.1.s390x", product: { name: "python39-3.9.21-150300.4.61.1.s390x", product_id: "python39-3.9.21-150300.4.61.1.s390x", }, }, { category: "product_version", name: "python39-base-3.9.21-150300.4.61.1.s390x", product: { name: "python39-base-3.9.21-150300.4.61.1.s390x", product_id: "python39-base-3.9.21-150300.4.61.1.s390x", }, }, { category: "product_version", name: "python39-curses-3.9.21-150300.4.61.1.s390x", product: { name: "python39-curses-3.9.21-150300.4.61.1.s390x", product_id: "python39-curses-3.9.21-150300.4.61.1.s390x", }, }, { category: "product_version", name: "python39-dbm-3.9.21-150300.4.61.1.s390x", product: { name: "python39-dbm-3.9.21-150300.4.61.1.s390x", product_id: "python39-dbm-3.9.21-150300.4.61.1.s390x", }, }, { category: "product_version", name: "python39-devel-3.9.21-150300.4.61.1.s390x", product: { name: "python39-devel-3.9.21-150300.4.61.1.s390x", product_id: "python39-devel-3.9.21-150300.4.61.1.s390x", }, }, { category: "product_version", name: "python39-doc-3.9.21-150300.4.61.1.s390x", product: { name: "python39-doc-3.9.21-150300.4.61.1.s390x", product_id: "python39-doc-3.9.21-150300.4.61.1.s390x", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.21-150300.4.61.1.s390x", product: { name: "python39-doc-devhelp-3.9.21-150300.4.61.1.s390x", product_id: "python39-doc-devhelp-3.9.21-150300.4.61.1.s390x", }, }, { category: "product_version", name: "python39-idle-3.9.21-150300.4.61.1.s390x", product: { name: "python39-idle-3.9.21-150300.4.61.1.s390x", product_id: "python39-idle-3.9.21-150300.4.61.1.s390x", }, }, { category: "product_version", name: "python39-testsuite-3.9.21-150300.4.61.1.s390x", product: { name: "python39-testsuite-3.9.21-150300.4.61.1.s390x", product_id: "python39-testsuite-3.9.21-150300.4.61.1.s390x", }, }, { category: "product_version", name: "python39-tk-3.9.21-150300.4.61.1.s390x", product: { name: "python39-tk-3.9.21-150300.4.61.1.s390x", product_id: "python39-tk-3.9.21-150300.4.61.1.s390x", }, }, { category: "product_version", name: "python39-tools-3.9.21-150300.4.61.1.s390x", product: { name: "python39-tools-3.9.21-150300.4.61.1.s390x", product_id: "python39-tools-3.9.21-150300.4.61.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64", product: { name: "libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64", product_id: "libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64", product: { name: "libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64", product_id: "libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-3.9.21-150300.4.61.1.x86_64", product_id: "python39-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-32bit-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-32bit-3.9.21-150300.4.61.1.x86_64", product_id: "python39-32bit-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-base-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-base-3.9.21-150300.4.61.1.x86_64", product_id: "python39-base-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-base-32bit-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-base-32bit-3.9.21-150300.4.61.1.x86_64", product_id: "python39-base-32bit-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-curses-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-curses-3.9.21-150300.4.61.1.x86_64", product_id: "python39-curses-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-dbm-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-dbm-3.9.21-150300.4.61.1.x86_64", product_id: "python39-dbm-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-devel-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-devel-3.9.21-150300.4.61.1.x86_64", product_id: "python39-devel-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-doc-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-doc-3.9.21-150300.4.61.1.x86_64", product_id: "python39-doc-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64", product_id: "python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-idle-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-idle-3.9.21-150300.4.61.1.x86_64", product_id: "python39-idle-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-testsuite-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-testsuite-3.9.21-150300.4.61.1.x86_64", product_id: "python39-testsuite-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-tk-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-tk-3.9.21-150300.4.61.1.x86_64", product_id: "python39-tk-3.9.21-150300.4.61.1.x86_64", }, }, { category: "product_version", name: "python39-tools-3.9.21-150300.4.61.1.x86_64", product: { name: "python39-tools-3.9.21-150300.4.61.1.x86_64", product_id: "python39-tools-3.9.21-150300.4.61.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64", }, product_reference: "libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x", }, product_reference: "libpython3_9-1_0-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64", }, product_reference: "libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64", }, product_reference: "libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64", }, product_reference: "python39-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "python39-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x", }, product_reference: "python39-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-32bit-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-32bit-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64", }, product_reference: "python39-base-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "python39-base-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x", }, product_reference: "python39-base-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-base-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-32bit-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-base-32bit-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64", }, product_reference: "python39-curses-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "python39-curses-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x", }, product_reference: "python39-curses-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-curses-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64", }, product_reference: "python39-dbm-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "python39-dbm-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x", }, product_reference: "python39-dbm-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-dbm-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64", }, product_reference: "python39-devel-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "python39-devel-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x", }, product_reference: "python39-devel-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-devel-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64", }, product_reference: "python39-doc-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "python39-doc-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x", }, product_reference: "python39-doc-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-doc-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64", }, product_reference: "python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x", }, product_reference: "python39-doc-devhelp-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64", }, product_reference: "python39-idle-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "python39-idle-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x", }, product_reference: "python39-idle-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-idle-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64", }, product_reference: "python39-testsuite-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "python39-testsuite-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x", }, product_reference: "python39-testsuite-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-testsuite-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64", }, product_reference: "python39-tk-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "python39-tk-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x", }, product_reference: "python39-tk-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-tk-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64", }, product_reference: "python39-tools-3.9.21-150300.4.61.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le", }, product_reference: "python39-tools-3.9.21-150300.4.61.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x", }, product_reference: "python39-tools-3.9.21-150300.4.61.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64", }, product_reference: "python39-tools-3.9.21-150300.4.61.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-11168", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-11168", }, ], notes: [ { category: "general", text: "The urllib.parse.urlsplit() and urlparse() functions improperly validated bracketed hosts (`[]`), allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-11168", url: "https://www.suse.com/security/cve/CVE-2024-11168", }, { category: "external", summary: "SUSE Bug 1233307 for CVE-2024-11168", url: "https://bugzilla.suse.com/1233307", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T15:36:39Z", details: "moderate", }, ], title: "CVE-2024-11168", }, { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-09T15:36:39Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
suse-su-2024:3760-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python3", title: "Title of the patch", }, { category: "description", text: "This update for python3 fixes the following issues:\n\nSecurity fixes:\n\n- CVE-2024-9287: properly quote path names provided when creating a virtual environment (bsc#1232241)\n\nOther fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3760,SUSE-SUSE-MicroOS-5.1-2024-3760", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3760-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3760-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243760-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3760-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019680.html", }, { category: "self", summary: "SUSE Bug 1230906", url: "https://bugzilla.suse.com/1230906", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python3", tracking: { current_release_date: "2024-10-28T03:33:33Z", generator: { date: "2024-10-28T03:33:33Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3760-1", initial_release_date: "2024-10-28T03:33:33Z", revision_history: [ { date: "2024-10-28T03:33:33Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150000.3.164.1.aarch64", product: { name: "libpython3_6m1_0-3.6.15-150000.3.164.1.aarch64", product_id: "libpython3_6m1_0-3.6.15-150000.3.164.1.aarch64", }, }, { category: "product_version", name: "python3-3.6.15-150000.3.164.1.aarch64", product: { name: "python3-3.6.15-150000.3.164.1.aarch64", product_id: "python3-3.6.15-150000.3.164.1.aarch64", }, }, { category: "product_version", name: "python3-base-3.6.15-150000.3.164.1.aarch64", product: { name: "python3-base-3.6.15-150000.3.164.1.aarch64", product_id: "python3-base-3.6.15-150000.3.164.1.aarch64", }, }, { category: "product_version", name: "python3-curses-3.6.15-150000.3.164.1.aarch64", product: { name: "python3-curses-3.6.15-150000.3.164.1.aarch64", product_id: "python3-curses-3.6.15-150000.3.164.1.aarch64", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150000.3.164.1.aarch64", product: { name: "python3-dbm-3.6.15-150000.3.164.1.aarch64", product_id: "python3-dbm-3.6.15-150000.3.164.1.aarch64", }, }, { category: "product_version", name: "python3-devel-3.6.15-150000.3.164.1.aarch64", product: { name: "python3-devel-3.6.15-150000.3.164.1.aarch64", product_id: "python3-devel-3.6.15-150000.3.164.1.aarch64", }, }, { category: "product_version", name: "python3-doc-3.6.15-150000.3.164.1.aarch64", product: { name: "python3-doc-3.6.15-150000.3.164.1.aarch64", product_id: "python3-doc-3.6.15-150000.3.164.1.aarch64", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150000.3.164.1.aarch64", product: { name: "python3-doc-devhelp-3.6.15-150000.3.164.1.aarch64", product_id: "python3-doc-devhelp-3.6.15-150000.3.164.1.aarch64", }, }, { category: "product_version", name: "python3-idle-3.6.15-150000.3.164.1.aarch64", product: { name: "python3-idle-3.6.15-150000.3.164.1.aarch64", product_id: "python3-idle-3.6.15-150000.3.164.1.aarch64", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150000.3.164.1.aarch64", product: { name: "python3-testsuite-3.6.15-150000.3.164.1.aarch64", product_id: "python3-testsuite-3.6.15-150000.3.164.1.aarch64", }, }, { category: "product_version", name: "python3-tk-3.6.15-150000.3.164.1.aarch64", product: { name: "python3-tk-3.6.15-150000.3.164.1.aarch64", product_id: "python3-tk-3.6.15-150000.3.164.1.aarch64", }, }, { category: "product_version", name: "python3-tools-3.6.15-150000.3.164.1.aarch64", product: { name: "python3-tools-3.6.15-150000.3.164.1.aarch64", product_id: "python3-tools-3.6.15-150000.3.164.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-64bit-3.6.15-150000.3.164.1.aarch64_ilp32", product: { name: "libpython3_6m1_0-64bit-3.6.15-150000.3.164.1.aarch64_ilp32", product_id: "libpython3_6m1_0-64bit-3.6.15-150000.3.164.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150000.3.164.1.i586", product: { name: "libpython3_6m1_0-3.6.15-150000.3.164.1.i586", product_id: "libpython3_6m1_0-3.6.15-150000.3.164.1.i586", }, }, { category: "product_version", name: "python3-3.6.15-150000.3.164.1.i586", product: { name: "python3-3.6.15-150000.3.164.1.i586", product_id: "python3-3.6.15-150000.3.164.1.i586", }, }, { category: "product_version", name: "python3-base-3.6.15-150000.3.164.1.i586", product: { name: "python3-base-3.6.15-150000.3.164.1.i586", product_id: "python3-base-3.6.15-150000.3.164.1.i586", }, }, { category: "product_version", name: "python3-curses-3.6.15-150000.3.164.1.i586", product: { name: "python3-curses-3.6.15-150000.3.164.1.i586", product_id: "python3-curses-3.6.15-150000.3.164.1.i586", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150000.3.164.1.i586", product: { name: "python3-dbm-3.6.15-150000.3.164.1.i586", product_id: "python3-dbm-3.6.15-150000.3.164.1.i586", }, }, { category: "product_version", name: "python3-devel-3.6.15-150000.3.164.1.i586", product: { name: "python3-devel-3.6.15-150000.3.164.1.i586", product_id: "python3-devel-3.6.15-150000.3.164.1.i586", }, }, { category: "product_version", name: "python3-doc-3.6.15-150000.3.164.1.i586", product: { name: "python3-doc-3.6.15-150000.3.164.1.i586", product_id: "python3-doc-3.6.15-150000.3.164.1.i586", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150000.3.164.1.i586", product: { name: "python3-doc-devhelp-3.6.15-150000.3.164.1.i586", product_id: "python3-doc-devhelp-3.6.15-150000.3.164.1.i586", }, }, { category: "product_version", name: "python3-idle-3.6.15-150000.3.164.1.i586", product: { name: "python3-idle-3.6.15-150000.3.164.1.i586", product_id: "python3-idle-3.6.15-150000.3.164.1.i586", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150000.3.164.1.i586", product: { name: "python3-testsuite-3.6.15-150000.3.164.1.i586", product_id: "python3-testsuite-3.6.15-150000.3.164.1.i586", }, }, { category: "product_version", name: "python3-tk-3.6.15-150000.3.164.1.i586", product: { name: "python3-tk-3.6.15-150000.3.164.1.i586", product_id: "python3-tk-3.6.15-150000.3.164.1.i586", }, }, { category: "product_version", name: "python3-tools-3.6.15-150000.3.164.1.i586", product: { name: "python3-tools-3.6.15-150000.3.164.1.i586", product_id: "python3-tools-3.6.15-150000.3.164.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150000.3.164.1.ppc64le", product: { name: "libpython3_6m1_0-3.6.15-150000.3.164.1.ppc64le", product_id: "libpython3_6m1_0-3.6.15-150000.3.164.1.ppc64le", }, }, { category: "product_version", name: "python3-3.6.15-150000.3.164.1.ppc64le", product: { name: "python3-3.6.15-150000.3.164.1.ppc64le", product_id: "python3-3.6.15-150000.3.164.1.ppc64le", }, }, { category: "product_version", name: "python3-base-3.6.15-150000.3.164.1.ppc64le", product: { name: "python3-base-3.6.15-150000.3.164.1.ppc64le", product_id: "python3-base-3.6.15-150000.3.164.1.ppc64le", }, }, { category: "product_version", name: "python3-curses-3.6.15-150000.3.164.1.ppc64le", product: { name: "python3-curses-3.6.15-150000.3.164.1.ppc64le", product_id: "python3-curses-3.6.15-150000.3.164.1.ppc64le", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150000.3.164.1.ppc64le", product: { name: "python3-dbm-3.6.15-150000.3.164.1.ppc64le", product_id: "python3-dbm-3.6.15-150000.3.164.1.ppc64le", }, }, { category: "product_version", name: "python3-devel-3.6.15-150000.3.164.1.ppc64le", product: { name: "python3-devel-3.6.15-150000.3.164.1.ppc64le", product_id: "python3-devel-3.6.15-150000.3.164.1.ppc64le", }, }, { category: "product_version", name: "python3-doc-3.6.15-150000.3.164.1.ppc64le", product: { name: "python3-doc-3.6.15-150000.3.164.1.ppc64le", product_id: "python3-doc-3.6.15-150000.3.164.1.ppc64le", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150000.3.164.1.ppc64le", product: { name: "python3-doc-devhelp-3.6.15-150000.3.164.1.ppc64le", product_id: "python3-doc-devhelp-3.6.15-150000.3.164.1.ppc64le", }, }, { category: "product_version", name: "python3-idle-3.6.15-150000.3.164.1.ppc64le", product: { name: "python3-idle-3.6.15-150000.3.164.1.ppc64le", product_id: "python3-idle-3.6.15-150000.3.164.1.ppc64le", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150000.3.164.1.ppc64le", product: { name: "python3-testsuite-3.6.15-150000.3.164.1.ppc64le", product_id: "python3-testsuite-3.6.15-150000.3.164.1.ppc64le", }, }, { category: "product_version", name: "python3-tk-3.6.15-150000.3.164.1.ppc64le", product: { name: "python3-tk-3.6.15-150000.3.164.1.ppc64le", product_id: "python3-tk-3.6.15-150000.3.164.1.ppc64le", }, }, { category: "product_version", name: "python3-tools-3.6.15-150000.3.164.1.ppc64le", product: { name: "python3-tools-3.6.15-150000.3.164.1.ppc64le", product_id: "python3-tools-3.6.15-150000.3.164.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150000.3.164.1.s390x", product: { name: "libpython3_6m1_0-3.6.15-150000.3.164.1.s390x", product_id: "libpython3_6m1_0-3.6.15-150000.3.164.1.s390x", }, }, { category: "product_version", name: "python3-3.6.15-150000.3.164.1.s390x", product: { name: "python3-3.6.15-150000.3.164.1.s390x", product_id: "python3-3.6.15-150000.3.164.1.s390x", }, }, { category: "product_version", name: "python3-base-3.6.15-150000.3.164.1.s390x", product: { name: "python3-base-3.6.15-150000.3.164.1.s390x", product_id: "python3-base-3.6.15-150000.3.164.1.s390x", }, }, { category: "product_version", name: "python3-curses-3.6.15-150000.3.164.1.s390x", product: { name: "python3-curses-3.6.15-150000.3.164.1.s390x", product_id: "python3-curses-3.6.15-150000.3.164.1.s390x", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150000.3.164.1.s390x", product: { name: "python3-dbm-3.6.15-150000.3.164.1.s390x", product_id: "python3-dbm-3.6.15-150000.3.164.1.s390x", }, }, { category: "product_version", name: "python3-devel-3.6.15-150000.3.164.1.s390x", product: { name: "python3-devel-3.6.15-150000.3.164.1.s390x", product_id: "python3-devel-3.6.15-150000.3.164.1.s390x", }, }, { category: "product_version", name: "python3-doc-3.6.15-150000.3.164.1.s390x", product: { name: "python3-doc-3.6.15-150000.3.164.1.s390x", product_id: "python3-doc-3.6.15-150000.3.164.1.s390x", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150000.3.164.1.s390x", product: { name: "python3-doc-devhelp-3.6.15-150000.3.164.1.s390x", product_id: "python3-doc-devhelp-3.6.15-150000.3.164.1.s390x", }, }, { category: "product_version", name: "python3-idle-3.6.15-150000.3.164.1.s390x", product: { name: "python3-idle-3.6.15-150000.3.164.1.s390x", product_id: "python3-idle-3.6.15-150000.3.164.1.s390x", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150000.3.164.1.s390x", product: { name: "python3-testsuite-3.6.15-150000.3.164.1.s390x", product_id: "python3-testsuite-3.6.15-150000.3.164.1.s390x", }, }, { category: "product_version", name: "python3-tk-3.6.15-150000.3.164.1.s390x", product: { name: "python3-tk-3.6.15-150000.3.164.1.s390x", product_id: "python3-tk-3.6.15-150000.3.164.1.s390x", }, }, { category: "product_version", name: "python3-tools-3.6.15-150000.3.164.1.s390x", product: { name: "python3-tools-3.6.15-150000.3.164.1.s390x", product_id: "python3-tools-3.6.15-150000.3.164.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150000.3.164.1.x86_64", product: { name: "libpython3_6m1_0-3.6.15-150000.3.164.1.x86_64", product_id: "libpython3_6m1_0-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "libpython3_6m1_0-32bit-3.6.15-150000.3.164.1.x86_64", product: { name: "libpython3_6m1_0-32bit-3.6.15-150000.3.164.1.x86_64", product_id: "libpython3_6m1_0-32bit-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "python3-3.6.15-150000.3.164.1.x86_64", product: { name: "python3-3.6.15-150000.3.164.1.x86_64", product_id: "python3-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "python3-base-3.6.15-150000.3.164.1.x86_64", product: { name: "python3-base-3.6.15-150000.3.164.1.x86_64", product_id: "python3-base-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "python3-curses-3.6.15-150000.3.164.1.x86_64", product: { name: "python3-curses-3.6.15-150000.3.164.1.x86_64", product_id: "python3-curses-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150000.3.164.1.x86_64", product: { name: "python3-dbm-3.6.15-150000.3.164.1.x86_64", product_id: "python3-dbm-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "python3-devel-3.6.15-150000.3.164.1.x86_64", product: { name: "python3-devel-3.6.15-150000.3.164.1.x86_64", product_id: "python3-devel-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "python3-doc-3.6.15-150000.3.164.1.x86_64", product: { name: "python3-doc-3.6.15-150000.3.164.1.x86_64", product_id: "python3-doc-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150000.3.164.1.x86_64", product: { name: "python3-doc-devhelp-3.6.15-150000.3.164.1.x86_64", product_id: "python3-doc-devhelp-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "python3-idle-3.6.15-150000.3.164.1.x86_64", product: { name: "python3-idle-3.6.15-150000.3.164.1.x86_64", product_id: "python3-idle-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150000.3.164.1.x86_64", product: { name: "python3-testsuite-3.6.15-150000.3.164.1.x86_64", product_id: "python3-testsuite-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "python3-tk-3.6.15-150000.3.164.1.x86_64", product: { name: "python3-tk-3.6.15-150000.3.164.1.x86_64", product_id: "python3-tk-3.6.15-150000.3.164.1.x86_64", }, }, { category: "product_version", name: "python3-tools-3.6.15-150000.3.164.1.x86_64", product: { name: "python3-tools-3.6.15-150000.3.164.1.x86_64", product_id: "python3-tools-3.6.15-150000.3.164.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Micro 5.1", product: { name: "SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1", product_identification_helper: { cpe: "cpe:/o:suse:suse-microos:5.1", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150000.3.164.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150000.3.164.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150000.3.164.1.s390x as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150000.3.164.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150000.3.164.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150000.3.164.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150000.3.164.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.aarch64", }, product_reference: "python3-3.6.15-150000.3.164.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150000.3.164.1.s390x as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.s390x", }, product_reference: "python3-3.6.15-150000.3.164.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150000.3.164.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.x86_64", }, product_reference: "python3-3.6.15-150000.3.164.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150000.3.164.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.aarch64", }, product_reference: "python3-base-3.6.15-150000.3.164.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150000.3.164.1.s390x as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.s390x", }, product_reference: "python3-base-3.6.15-150000.3.164.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150000.3.164.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.x86_64", }, product_reference: "python3-base-3.6.15-150000.3.164.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.164.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.164.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.164.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-28T03:33:33Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
suse-su-2024:3958-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for python311", title: "Title of the patch", }, { category: "description", text: "This update for python311 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-3958,SUSE-SLE-Module-Basesystem-15-SP6-2024-3958,SUSE-SLE-Module-Python3-15-SP6-2024-3958,openSUSE-SLE-15.6-2024-3958", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3958-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:3958-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20243958-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:3958-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019800.html", }, { category: "self", summary: "SUSE Bug 1230906", url: "https://bugzilla.suse.com/1230906", }, { category: "self", summary: "SUSE Bug 1232241", url: "https://bugzilla.suse.com/1232241", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "Security update for python311", tracking: { current_release_date: "2024-11-08T15:25:10Z", generator: { date: "2024-11-08T15:25:10Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:3958-1", initial_release_date: "2024-11-08T15:25:10Z", revision_history: [ { date: "2024-11-08T15:25:10Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", product: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", product_id: "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", }, }, { category: "product_version", name: "python311-3.11.10-150600.3.9.2.aarch64", product: { name: "python311-3.11.10-150600.3.9.2.aarch64", product_id: "python311-3.11.10-150600.3.9.2.aarch64", }, }, { category: "product_version", name: "python311-base-3.11.10-150600.3.9.2.aarch64", product: { name: "python311-base-3.11.10-150600.3.9.2.aarch64", product_id: "python311-base-3.11.10-150600.3.9.2.aarch64", }, }, { category: "product_version", name: "python311-curses-3.11.10-150600.3.9.2.aarch64", product: { name: "python311-curses-3.11.10-150600.3.9.2.aarch64", product_id: "python311-curses-3.11.10-150600.3.9.2.aarch64", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150600.3.9.2.aarch64", product: { name: "python311-dbm-3.11.10-150600.3.9.2.aarch64", product_id: "python311-dbm-3.11.10-150600.3.9.2.aarch64", }, }, { category: "product_version", name: "python311-devel-3.11.10-150600.3.9.2.aarch64", product: { name: "python311-devel-3.11.10-150600.3.9.2.aarch64", product_id: "python311-devel-3.11.10-150600.3.9.2.aarch64", }, }, { category: "product_version", name: "python311-doc-3.11.10-150600.3.9.3.aarch64", product: { name: "python311-doc-3.11.10-150600.3.9.3.aarch64", product_id: "python311-doc-3.11.10-150600.3.9.3.aarch64", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64", product: { name: "python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64", product_id: "python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64", }, }, { category: "product_version", name: "python311-idle-3.11.10-150600.3.9.2.aarch64", product: { name: "python311-idle-3.11.10-150600.3.9.2.aarch64", product_id: "python311-idle-3.11.10-150600.3.9.2.aarch64", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150600.3.9.2.aarch64", product: { name: "python311-testsuite-3.11.10-150600.3.9.2.aarch64", product_id: "python311-testsuite-3.11.10-150600.3.9.2.aarch64", }, }, { category: "product_version", name: "python311-tk-3.11.10-150600.3.9.2.aarch64", product: { name: "python311-tk-3.11.10-150600.3.9.2.aarch64", product_id: "python311-tk-3.11.10-150600.3.9.2.aarch64", }, }, { category: "product_version", name: "python311-tools-3.11.10-150600.3.9.2.aarch64", product: { name: "python311-tools-3.11.10-150600.3.9.2.aarch64", product_id: "python311-tools-3.11.10-150600.3.9.2.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-64bit-3.11.10-150600.3.9.2.aarch64_ilp32", product: { name: "libpython3_11-1_0-64bit-3.11.10-150600.3.9.2.aarch64_ilp32", product_id: "libpython3_11-1_0-64bit-3.11.10-150600.3.9.2.aarch64_ilp32", }, }, { category: "product_version", name: "python311-64bit-3.11.10-150600.3.9.2.aarch64_ilp32", product: { name: "python311-64bit-3.11.10-150600.3.9.2.aarch64_ilp32", product_id: "python311-64bit-3.11.10-150600.3.9.2.aarch64_ilp32", }, }, { category: "product_version", name: "python311-base-64bit-3.11.10-150600.3.9.2.aarch64_ilp32", product: { name: "python311-base-64bit-3.11.10-150600.3.9.2.aarch64_ilp32", product_id: "python311-base-64bit-3.11.10-150600.3.9.2.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150600.3.9.2.i586", product: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.i586", product_id: "libpython3_11-1_0-3.11.10-150600.3.9.2.i586", }, }, { category: "product_version", name: "python311-3.11.10-150600.3.9.2.i586", product: { name: "python311-3.11.10-150600.3.9.2.i586", product_id: "python311-3.11.10-150600.3.9.2.i586", }, }, { category: "product_version", name: "python311-base-3.11.10-150600.3.9.2.i586", product: { name: "python311-base-3.11.10-150600.3.9.2.i586", product_id: "python311-base-3.11.10-150600.3.9.2.i586", }, }, { category: "product_version", name: "python311-curses-3.11.10-150600.3.9.2.i586", product: { name: "python311-curses-3.11.10-150600.3.9.2.i586", product_id: "python311-curses-3.11.10-150600.3.9.2.i586", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150600.3.9.2.i586", product: { name: "python311-dbm-3.11.10-150600.3.9.2.i586", product_id: "python311-dbm-3.11.10-150600.3.9.2.i586", }, }, { category: "product_version", name: "python311-devel-3.11.10-150600.3.9.2.i586", product: { name: "python311-devel-3.11.10-150600.3.9.2.i586", product_id: "python311-devel-3.11.10-150600.3.9.2.i586", }, }, { category: "product_version", name: "python311-doc-3.11.10-150600.3.9.3.i586", product: { name: "python311-doc-3.11.10-150600.3.9.3.i586", product_id: "python311-doc-3.11.10-150600.3.9.3.i586", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150600.3.9.3.i586", product: { name: "python311-doc-devhelp-3.11.10-150600.3.9.3.i586", product_id: "python311-doc-devhelp-3.11.10-150600.3.9.3.i586", }, }, { category: "product_version", name: "python311-idle-3.11.10-150600.3.9.2.i586", product: { name: "python311-idle-3.11.10-150600.3.9.2.i586", product_id: "python311-idle-3.11.10-150600.3.9.2.i586", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150600.3.9.2.i586", product: { name: "python311-testsuite-3.11.10-150600.3.9.2.i586", product_id: "python311-testsuite-3.11.10-150600.3.9.2.i586", }, }, { category: "product_version", name: "python311-tk-3.11.10-150600.3.9.2.i586", product: { name: "python311-tk-3.11.10-150600.3.9.2.i586", product_id: "python311-tk-3.11.10-150600.3.9.2.i586", }, }, { category: "product_version", name: "python311-tools-3.11.10-150600.3.9.2.i586", product: { name: "python311-tools-3.11.10-150600.3.9.2.i586", product_id: "python311-tools-3.11.10-150600.3.9.2.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", product: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", product_id: "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", }, }, { category: "product_version", name: "python311-3.11.10-150600.3.9.2.ppc64le", product: { name: "python311-3.11.10-150600.3.9.2.ppc64le", product_id: "python311-3.11.10-150600.3.9.2.ppc64le", }, }, { category: "product_version", name: "python311-base-3.11.10-150600.3.9.2.ppc64le", product: { name: "python311-base-3.11.10-150600.3.9.2.ppc64le", product_id: "python311-base-3.11.10-150600.3.9.2.ppc64le", }, }, { category: "product_version", name: "python311-curses-3.11.10-150600.3.9.2.ppc64le", product: { name: "python311-curses-3.11.10-150600.3.9.2.ppc64le", product_id: "python311-curses-3.11.10-150600.3.9.2.ppc64le", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150600.3.9.2.ppc64le", product: { name: "python311-dbm-3.11.10-150600.3.9.2.ppc64le", product_id: "python311-dbm-3.11.10-150600.3.9.2.ppc64le", }, }, { category: "product_version", name: "python311-devel-3.11.10-150600.3.9.2.ppc64le", product: { name: "python311-devel-3.11.10-150600.3.9.2.ppc64le", product_id: "python311-devel-3.11.10-150600.3.9.2.ppc64le", }, }, { category: "product_version", name: "python311-doc-3.11.10-150600.3.9.3.ppc64le", product: { name: "python311-doc-3.11.10-150600.3.9.3.ppc64le", product_id: "python311-doc-3.11.10-150600.3.9.3.ppc64le", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le", product: { name: "python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le", product_id: "python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le", }, }, { category: "product_version", name: "python311-idle-3.11.10-150600.3.9.2.ppc64le", product: { name: "python311-idle-3.11.10-150600.3.9.2.ppc64le", product_id: "python311-idle-3.11.10-150600.3.9.2.ppc64le", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150600.3.9.2.ppc64le", product: { name: "python311-testsuite-3.11.10-150600.3.9.2.ppc64le", product_id: "python311-testsuite-3.11.10-150600.3.9.2.ppc64le", }, }, { category: "product_version", name: "python311-tk-3.11.10-150600.3.9.2.ppc64le", product: { name: "python311-tk-3.11.10-150600.3.9.2.ppc64le", product_id: "python311-tk-3.11.10-150600.3.9.2.ppc64le", }, }, { category: "product_version", name: "python311-tools-3.11.10-150600.3.9.2.ppc64le", product: { name: "python311-tools-3.11.10-150600.3.9.2.ppc64le", product_id: "python311-tools-3.11.10-150600.3.9.2.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", product: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", product_id: "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", }, }, { category: "product_version", name: "python311-3.11.10-150600.3.9.2.s390x", product: { name: "python311-3.11.10-150600.3.9.2.s390x", product_id: "python311-3.11.10-150600.3.9.2.s390x", }, }, { category: "product_version", name: "python311-base-3.11.10-150600.3.9.2.s390x", product: { name: "python311-base-3.11.10-150600.3.9.2.s390x", product_id: "python311-base-3.11.10-150600.3.9.2.s390x", }, }, { category: "product_version", name: "python311-curses-3.11.10-150600.3.9.2.s390x", product: { name: "python311-curses-3.11.10-150600.3.9.2.s390x", product_id: "python311-curses-3.11.10-150600.3.9.2.s390x", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150600.3.9.2.s390x", product: { name: "python311-dbm-3.11.10-150600.3.9.2.s390x", product_id: "python311-dbm-3.11.10-150600.3.9.2.s390x", }, }, { category: "product_version", name: "python311-devel-3.11.10-150600.3.9.2.s390x", product: { name: "python311-devel-3.11.10-150600.3.9.2.s390x", product_id: "python311-devel-3.11.10-150600.3.9.2.s390x", }, }, { category: "product_version", name: "python311-doc-3.11.10-150600.3.9.3.s390x", product: { name: "python311-doc-3.11.10-150600.3.9.3.s390x", product_id: "python311-doc-3.11.10-150600.3.9.3.s390x", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150600.3.9.3.s390x", product: { name: "python311-doc-devhelp-3.11.10-150600.3.9.3.s390x", product_id: "python311-doc-devhelp-3.11.10-150600.3.9.3.s390x", }, }, { category: "product_version", name: "python311-idle-3.11.10-150600.3.9.2.s390x", product: { name: "python311-idle-3.11.10-150600.3.9.2.s390x", product_id: "python311-idle-3.11.10-150600.3.9.2.s390x", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150600.3.9.2.s390x", product: { name: "python311-testsuite-3.11.10-150600.3.9.2.s390x", product_id: "python311-testsuite-3.11.10-150600.3.9.2.s390x", }, }, { category: "product_version", name: "python311-tk-3.11.10-150600.3.9.2.s390x", product: { name: "python311-tk-3.11.10-150600.3.9.2.s390x", product_id: "python311-tk-3.11.10-150600.3.9.2.s390x", }, }, { category: "product_version", name: "python311-tools-3.11.10-150600.3.9.2.s390x", product: { name: "python311-tools-3.11.10-150600.3.9.2.s390x", product_id: "python311-tools-3.11.10-150600.3.9.2.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", product: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", product_id: "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64", product: { name: "libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64", product_id: "libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "python311-3.11.10-150600.3.9.2.x86_64", product: { name: "python311-3.11.10-150600.3.9.2.x86_64", product_id: "python311-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "python311-32bit-3.11.10-150600.3.9.2.x86_64", product: { name: "python311-32bit-3.11.10-150600.3.9.2.x86_64", product_id: "python311-32bit-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "python311-base-3.11.10-150600.3.9.2.x86_64", product: { name: "python311-base-3.11.10-150600.3.9.2.x86_64", product_id: "python311-base-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "python311-base-32bit-3.11.10-150600.3.9.2.x86_64", product: { name: "python311-base-32bit-3.11.10-150600.3.9.2.x86_64", product_id: "python311-base-32bit-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "python311-curses-3.11.10-150600.3.9.2.x86_64", product: { name: "python311-curses-3.11.10-150600.3.9.2.x86_64", product_id: "python311-curses-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "python311-dbm-3.11.10-150600.3.9.2.x86_64", product: { name: "python311-dbm-3.11.10-150600.3.9.2.x86_64", product_id: "python311-dbm-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "python311-devel-3.11.10-150600.3.9.2.x86_64", product: { name: "python311-devel-3.11.10-150600.3.9.2.x86_64", product_id: "python311-devel-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "python311-doc-3.11.10-150600.3.9.3.x86_64", product: { name: "python311-doc-3.11.10-150600.3.9.3.x86_64", product_id: "python311-doc-3.11.10-150600.3.9.3.x86_64", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64", product: { name: "python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64", product_id: "python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64", }, }, { category: "product_version", name: "python311-idle-3.11.10-150600.3.9.2.x86_64", product: { name: "python311-idle-3.11.10-150600.3.9.2.x86_64", product_id: "python311-idle-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "python311-testsuite-3.11.10-150600.3.9.2.x86_64", product: { name: "python311-testsuite-3.11.10-150600.3.9.2.x86_64", product_id: "python311-testsuite-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "python311-tk-3.11.10-150600.3.9.2.x86_64", product: { name: "python311-tk-3.11.10-150600.3.9.2.x86_64", product_id: "python311-tk-3.11.10-150600.3.9.2.x86_64", }, }, { category: "product_version", name: "python311-tools-3.11.10-150600.3.9.2.x86_64", product: { name: "python311-tools-3.11.10-150600.3.9.2.x86_64", product_id: "python311-tools-3.11.10-150600.3.9.2.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Python 3 15 SP6", product: { name: "SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-python3:15:sp6", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-base-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-base-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-base-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-base-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-curses-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-curses-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-curses-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-curses-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-dbm-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-dbm-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-dbm-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-dbm-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-devel-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-devel-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-devel-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-devel-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-idle-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-idle-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-idle-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-idle-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-tk-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-tk-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-tk-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-tk-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-tools-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-tools-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-tools-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", product_id: "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-tools-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Python 3 15 SP6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", }, product_reference: "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64", }, product_reference: "libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-32bit-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-base-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-base-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-base-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-base-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-32bit-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-base-32bit-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-curses-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-curses-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-curses-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-curses-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-dbm-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-dbm-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-dbm-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-dbm-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-devel-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-devel-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-devel-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-devel-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150600.3.9.3.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.aarch64", }, product_reference: "python311-doc-3.11.10-150600.3.9.3.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150600.3.9.3.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.ppc64le", }, product_reference: "python311-doc-3.11.10-150600.3.9.3.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150600.3.9.3.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.s390x", }, product_reference: "python311-doc-3.11.10-150600.3.9.3.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.10-150600.3.9.3.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.x86_64", }, product_reference: "python311-doc-3.11.10-150600.3.9.3.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64", }, product_reference: "python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le", }, product_reference: "python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150600.3.9.3.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.s390x", }, product_reference: "python311-doc-devhelp-3.11.10-150600.3.9.3.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64", }, product_reference: "python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-idle-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-idle-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-idle-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-idle-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-testsuite-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-testsuite-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-testsuite-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-testsuite-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-tk-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-tk-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-tk-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-tk-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.aarch64", }, product_reference: "python311-tools-3.11.10-150600.3.9.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.ppc64le", }, product_reference: "python311-tools-3.11.10-150600.3.9.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.s390x", }, product_reference: "python311-tools-3.11.10-150600.3.9.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.x86_64", }, product_reference: "python311-tools-3.11.10-150600.3.9.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.s390x", "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.s390x", "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-08T15:25:10Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
RHSA-2024:10983
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 python3.9:3.9.21 module is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Improper validation of IPv6 and IPvFuture addresses (CVE-2024-11168)\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-2024:10983", url: "https://access.redhat.com/errata/RHSA-2024:10983", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { 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: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10983.json", }, ], title: "Red Hat Security Advisory: python3.9:3.9.21 security update", tracking: { current_release_date: "2025-02-10T18:59:49+00:00", generator: { date: "2025-02-10T18:59:49+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:10983", initial_release_date: "2024-12-12T09:23:14+00:00", revision_history: [ { date: "2024-12-12T09:23:14+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T09:23:14+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T18:59:49+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.5.0.Z.MAIN", 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.5.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:9::baseos", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN", 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-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-0:3.9.21-1.el9_5.aarch64", product_id: "python3-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64", product_id: "python3-libs-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64", product_id: "python3-devel-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", product_id: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64", product_id: "python3-debug-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64", product_id: "python3-idle-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-test-0:3.9.21-1.el9_5.aarch64", product_id: "python3-test-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-libs-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-devel-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-debug-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-idle-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-test-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-0:3.9.21-1.el9_5.x86_64", product_id: "python3-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64", product_id: "python3-libs-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64", product_id: "python3-devel-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", product_id: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64", product_id: "python3-debug-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64", product_id: "python3-idle-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-test-0:3.9.21-1.el9_5.x86_64", product_id: "python3-test-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.i686", product: { name: "python3-libs-0:3.9.21-1.el9_5.i686", product_id: "python3-libs-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.i686", product: { name: "python3-devel-0:3.9.21-1.el9_5.i686", product_id: "python3-devel-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-0:3.9.21-1.el9_5.i686", product: { name: "python3-0:3.9.21-1.el9_5.i686", product_id: "python3-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.i686", product: { name: "python3-debug-0:3.9.21-1.el9_5.i686", product_id: "python3-debug-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.i686", product: { name: "python3-idle-0:3.9.21-1.el9_5.i686", product_id: "python3-idle-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.i686", product: { name: "python3-test-0:3.9.21-1.el9_5.i686", product_id: "python3-test-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.i686", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686", product_id: "python3-tkinter-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3-0:3.9.21-1.el9_5.s390x", product: { name: "python3-0:3.9.21-1.el9_5.s390x", product_id: "python3-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.s390x", product: { name: "python3-libs-0:3.9.21-1.el9_5.s390x", product_id: "python3-libs-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.s390x", product: { name: "python3-devel-0:3.9.21-1.el9_5.s390x", product_id: "python3-devel-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.s390x", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x", product_id: "python3-tkinter-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.s390x", product: { name: "python3-debug-0:3.9.21-1.el9_5.s390x", product_id: "python3-debug-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.s390x", product: { name: "python3-idle-0:3.9.21-1.el9_5.s390x", product_id: "python3-idle-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.s390x", product: { name: "python3-test-0:3.9.21-1.el9_5.s390x", product_id: "python3-test-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.9-0:3.9.21-1.el9_5.src", product: { name: "python3.9-0:3.9.21-1.el9_5.src", product_id: "python3.9-0:3.9.21-1.el9_5.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9@3.9.21-1.el9_5?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", product: { name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", product_id: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python-unversioned-command@3.9.21-1.el9_5?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.9.21-1.el9_5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", }, product_reference: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-test-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-test-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-test-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.21-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", }, product_reference: "python3.9-0:3.9.21-1.el9_5.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", }, product_reference: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-test-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-test-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-test-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.21-1.el9_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", }, product_reference: "python3.9-0:3.9.21-1.el9_5.src", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", }, product_reference: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-test-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-test-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-test-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.21-1.el9_5.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", }, product_reference: "python3.9-0:3.9.21-1.el9_5.src", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T09:23:14+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.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10983", }, { 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.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-11168", cwe: { id: "CWE-1287", name: "Improper Validation of Specified Type of Input", }, discovery_date: "2024-11-12T22:00:56.815651+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2325776", }, ], notes: [ { category: "description", text: "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.", title: "Vulnerability description", }, { category: "summary", text: "python: Improper validation of IPv6 and IPvFuture addresses", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-11168", }, { category: "external", summary: "RHBZ#2325776", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2325776", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-11168", url: "https://www.cve.org/CVERecord?id=CVE-2024-11168", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", }, { category: "external", summary: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", url: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", }, { category: "external", summary: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", url: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", }, { category: "external", summary: "https://github.com/python/cpython/issues/103848", url: "https://github.com/python/cpython/issues/103848", }, { category: "external", summary: "https://github.com/python/cpython/pull/103849", url: "https://github.com/python/cpython/pull/103849", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", }, ], release_date: "2024-11-12T21:22:23.438000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T09:23:14+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.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10983", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Improper validation of IPv6 and IPvFuture addresses", }, ], }
rhsa-2024_10980
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.12 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Unbounded memory buffering in SelectorSocketTransport.writelines() (CVE-2024-12254)\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-2024:10980", url: "https://access.redhat.com/errata/RHSA-2024:10980", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10980.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2024-12-18T02:22:09+00:00", generator: { date: "2024-12-18T02:22:09+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:10980", initial_release_date: "2024-12-12T08:56:14+00:00", revision_history: [ { date: "2024-12-12T08:56:14+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T08:56:14+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T02:22:09+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.src", product: { name: "python3.12-0:3.12.8-1.el8_10.src", product_id: "python3.12-0:3.12.8-1.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-test-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-test-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-test-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-test-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.i686", product_id: "python3.12-devel-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.i686", product_id: "python3.12-libs-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-0:3.12.8-1.el8_10.i686", product_id: "python3.12-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.i686", product_id: "python3.12-debug-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.i686", product_id: "python3.12-idle-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-test-0:3.12.8-1.el8_10.i686", product_id: "python3.12-test-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-devel-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-libs-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-debug-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-idle-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-test-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-test-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", product: { name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", product_id: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-rpm-macros@3.12.8-1.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", }, product_reference: "python3.12-0:3.12.8-1.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", }, product_reference: "python3.12-0:3.12.8-1.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:56:14+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10980", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-12254", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, discovery_date: "2024-12-06T16:00:53.728823+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2330804", }, ], notes: [ { category: "description", text: "A flaw was found in Python. In certain configurations, the `asyncio._SelectorSocketTransport.writelines()` method fails to signal the protocol to clear the write buffer when it approaches capacity. Because of this, protocols would not periodically drain the write buffer, potentially leading to a denial of service via memory exhaustion.", title: "Vulnerability description", }, { category: "summary", text: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability likely impacts a small number of users. You must be using Python 3.12.0 or later, on Linux, using the asyncio module with protocols, and using .writelines() method which had new zero-copy-on-write behavior in Python 3.12.0 and later. If not all of these factors are true, then your usage of Python is unaffected.\n\n\nThis vulnerability is rated with an Important severity due to its potential for denial of service (DoS) attacks through memory exhaustion. By failing to signal the protocol to drain the write buffer when approaching the high-water mark, the affected `asyncio._SelectorSocketTransport.writelines()` method introduces a important flaw in flow control. This flaw can lead to uncontrolled growth of the buffer in long-running or high-throughput applications, which are typical in networked systems or event-driven architectures. Given that `asyncio` is widely used in performance-critical Python applications for handling asynchronous I/O, the impact of memory exhaustion could destabilize services, compromise system availability, and increase the risk of cascading failures, especially in production environments handling large-scale or untrusted inputs.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "RHBZ#2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-12254", url: "https://www.cve.org/CVERecord?id=CVE-2024-12254", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", }, { category: "external", summary: "https://github.com/python/cpython/issues/127655", url: "https://github.com/python/cpython/issues/127655", }, { category: "external", summary: "https://github.com/python/cpython/pull/127656", url: "https://github.com/python/cpython/pull/127656", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", }, ], release_date: "2024-12-06T15:19:41.576000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:56:14+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10980", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", }, ], }
rhsa-2024:11035
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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* python: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Unbounded memory buffering in SelectorSocketTransport.writelines() (CVE-2024-12254)\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-2024:11035", url: "https://access.redhat.com/errata/RHSA-2024:11035", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11035.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2025-02-10T18:58:59+00:00", generator: { date: "2025-02-10T18:58:59+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:11035", initial_release_date: "2024-12-13T09:19:06+00:00", revision_history: [ { date: "2024-12-13T09:19:06+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-13T09:19:06+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T18:58:59+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream 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.5.src", product: { name: "python3.12-0:3.12.1-4.el9_4.5.src", product_id: "python3.12-0:3.12.1-4.el9_4.5.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?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.5.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.5.aarch64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.src", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.src", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-13T09:19: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.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11035", }, { 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-12254", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, discovery_date: "2024-12-06T16:00:53.728823+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2330804", }, ], notes: [ { category: "description", text: "A flaw was found in Python. In certain configurations, the `asyncio._SelectorSocketTransport.writelines()` method fails to signal the protocol to clear the write buffer when it approaches capacity. Because of this, protocols would not periodically drain the write buffer, potentially leading to a denial of service via memory exhaustion.", title: "Vulnerability description", }, { category: "summary", text: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability likely impacts a small number of users. You must be using Python 3.12.0 or later, on Linux, using the asyncio module with protocols, and using .writelines() method which had new zero-copy-on-write behavior in Python 3.12.0 and later. If not all of these factors are true, then your usage of Python is unaffected.\n\n\nThis vulnerability is rated with an Important severity due to its potential for denial of service (DoS) attacks through memory exhaustion. By failing to signal the protocol to drain the write buffer when approaching the high-water mark, the affected `asyncio._SelectorSocketTransport.writelines()` method introduces a important flaw in flow control. This flaw can lead to uncontrolled growth of the buffer in long-running or high-throughput applications, which are typical in networked systems or event-driven architectures. Given that `asyncio` is widely used in performance-critical Python applications for handling asynchronous I/O, the impact of memory exhaustion could destabilize services, compromise system availability, and increase the risk of cascading failures, especially in production environments handling large-scale or untrusted inputs.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "RHBZ#2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-12254", url: "https://www.cve.org/CVERecord?id=CVE-2024-12254", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", }, { category: "external", summary: "https://github.com/python/cpython/issues/127655", url: "https://github.com/python/cpython/issues/127655", }, { category: "external", summary: "https://github.com/python/cpython/pull/127656", url: "https://github.com/python/cpython/pull/127656", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", }, ], release_date: "2024-12-06T15:19:41.576000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-13T09:19: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.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11035", }, { 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", }, ], }
rhsa-2025:0280
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\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:0280", url: "https://access.redhat.com/errata/RHSA-2025:0280", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0280.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2025-02-10T18:59:23+00:00", generator: { date: "2025-02-10T18:59:23+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2025:0280", initial_release_date: "2025-01-13T11:40:27+00:00", revision_history: [ { date: "2025-01-13T11:40:27+00:00", number: "1", summary: "Initial version", }, { date: "2025-01-13T11:40:27+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T18:59:23+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.7.src", product: { name: "python3.11-0:3.11.7-1.el9_4.7.src", product_id: "python3.11-0:3.11.7-1.el9_4.7.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.7?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.7-1.el9_4.7.aarch64", product: { name: "python3.11-0:3.11.7-1.el9_4.7.aarch64", product_id: "python3.11-0:3.11.7-1.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.7-1.el9_4.7.aarch64", product: { name: "python3.11-devel-0:3.11.7-1.el9_4.7.aarch64", product_id: "python3.11-devel-0:3.11.7-1.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.7-1.el9_4.7.aarch64", product: { name: "python3.11-libs-0:3.11.7-1.el9_4.7.aarch64", product_id: "python3.11-libs-0:3.11.7-1.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.7-1.el9_4.7.aarch64", product: { name: "python3.11-tkinter-0:3.11.7-1.el9_4.7.aarch64", product_id: "python3.11-tkinter-0:3.11.7-1.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.7-1.el9_4.7.aarch64", product: { name: "python3.11-debugsource-0:3.11.7-1.el9_4.7.aarch64", product_id: "python3.11-debugsource-0:3.11.7-1.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.aarch64", product: { name: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.aarch64", product_id: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.7-1.el9_4.7.aarch64", product: { name: "python3.11-debug-0:3.11.7-1.el9_4.7.aarch64", product_id: "python3.11-debug-0:3.11.7-1.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.7-1.el9_4.7.aarch64", product: { name: "python3.11-idle-0:3.11.7-1.el9_4.7.aarch64", product_id: "python3.11-idle-0:3.11.7-1.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.7-1.el9_4.7.aarch64", product: { name: "python3.11-test-0:3.11.7-1.el9_4.7.aarch64", product_id: "python3.11-test-0:3.11.7-1.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.7?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.7-1.el9_4.7.ppc64le", product: { name: "python3.11-0:3.11.7-1.el9_4.7.ppc64le", product_id: "python3.11-0:3.11.7-1.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.7-1.el9_4.7.ppc64le", product: { name: "python3.11-devel-0:3.11.7-1.el9_4.7.ppc64le", product_id: "python3.11-devel-0:3.11.7-1.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.7-1.el9_4.7.ppc64le", product: { name: "python3.11-libs-0:3.11.7-1.el9_4.7.ppc64le", product_id: "python3.11-libs-0:3.11.7-1.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.7-1.el9_4.7.ppc64le", product: { name: "python3.11-tkinter-0:3.11.7-1.el9_4.7.ppc64le", product_id: "python3.11-tkinter-0:3.11.7-1.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.7-1.el9_4.7.ppc64le", product: { name: "python3.11-debugsource-0:3.11.7-1.el9_4.7.ppc64le", product_id: "python3.11-debugsource-0:3.11.7-1.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.ppc64le", product_id: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.7-1.el9_4.7.ppc64le", product: { name: "python3.11-debug-0:3.11.7-1.el9_4.7.ppc64le", product_id: "python3.11-debug-0:3.11.7-1.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.7-1.el9_4.7.ppc64le", product: { name: "python3.11-idle-0:3.11.7-1.el9_4.7.ppc64le", product_id: "python3.11-idle-0:3.11.7-1.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.7-1.el9_4.7.ppc64le", product: { name: "python3.11-test-0:3.11.7-1.el9_4.7.ppc64le", product_id: "python3.11-test-0:3.11.7-1.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.7?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.7-1.el9_4.7.x86_64", product: { name: "python3.11-0:3.11.7-1.el9_4.7.x86_64", product_id: "python3.11-0:3.11.7-1.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.7-1.el9_4.7.x86_64", product: { name: "python3.11-devel-0:3.11.7-1.el9_4.7.x86_64", product_id: "python3.11-devel-0:3.11.7-1.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.7-1.el9_4.7.x86_64", product: { name: "python3.11-libs-0:3.11.7-1.el9_4.7.x86_64", product_id: "python3.11-libs-0:3.11.7-1.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", product: { name: "python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", product_id: "python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.7-1.el9_4.7.x86_64", product: { name: "python3.11-debugsource-0:3.11.7-1.el9_4.7.x86_64", product_id: "python3.11-debugsource-0:3.11.7-1.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.x86_64", product: { name: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.x86_64", product_id: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.7-1.el9_4.7.x86_64", product: { name: "python3.11-debug-0:3.11.7-1.el9_4.7.x86_64", product_id: "python3.11-debug-0:3.11.7-1.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.7-1.el9_4.7.x86_64", product: { name: "python3.11-idle-0:3.11.7-1.el9_4.7.x86_64", product_id: "python3.11-idle-0:3.11.7-1.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.7-1.el9_4.7.x86_64", product: { name: "python3.11-test-0:3.11.7-1.el9_4.7.x86_64", product_id: "python3.11-test-0:3.11.7-1.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.7?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-devel-0:3.11.7-1.el9_4.7.i686", product: { name: "python3.11-devel-0:3.11.7-1.el9_4.7.i686", product_id: "python3.11-devel-0:3.11.7-1.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.7-1.el9_4.7.i686", product: { name: "python3.11-libs-0:3.11.7-1.el9_4.7.i686", product_id: "python3.11-libs-0:3.11.7-1.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.7-1.el9_4.7.i686", product: { name: "python3.11-debugsource-0:3.11.7-1.el9_4.7.i686", product_id: "python3.11-debugsource-0:3.11.7-1.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.i686", product: { name: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.i686", product_id: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.11-0:3.11.7-1.el9_4.7.i686", product: { name: "python3.11-0:3.11.7-1.el9_4.7.i686", product_id: "python3.11-0:3.11.7-1.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.7-1.el9_4.7.i686", product: { name: "python3.11-debug-0:3.11.7-1.el9_4.7.i686", product_id: "python3.11-debug-0:3.11.7-1.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.7-1.el9_4.7.i686", product: { name: "python3.11-idle-0:3.11.7-1.el9_4.7.i686", product_id: "python3.11-idle-0:3.11.7-1.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.7-1.el9_4.7.i686", product: { name: "python3.11-test-0:3.11.7-1.el9_4.7.i686", product_id: "python3.11-test-0:3.11.7-1.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.7-1.el9_4.7.i686", product: { name: "python3.11-tkinter-0:3.11.7-1.el9_4.7.i686", product_id: "python3.11-tkinter-0:3.11.7-1.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.7?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.7-1.el9_4.7.s390x", product: { name: "python3.11-0:3.11.7-1.el9_4.7.s390x", product_id: "python3.11-0:3.11.7-1.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.7-1.el9_4.7.s390x", product: { name: "python3.11-devel-0:3.11.7-1.el9_4.7.s390x", product_id: "python3.11-devel-0:3.11.7-1.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.7-1.el9_4.7.s390x", product: { name: "python3.11-libs-0:3.11.7-1.el9_4.7.s390x", product_id: "python3.11-libs-0:3.11.7-1.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.7-1.el9_4.7.s390x", product: { name: "python3.11-tkinter-0:3.11.7-1.el9_4.7.s390x", product_id: "python3.11-tkinter-0:3.11.7-1.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.7-1.el9_4.7.s390x", product: { name: "python3.11-debugsource-0:3.11.7-1.el9_4.7.s390x", product_id: "python3.11-debugsource-0:3.11.7-1.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.s390x", product: { name: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.s390x", product_id: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.7-1.el9_4.7.s390x", product: { name: "python3.11-debug-0:3.11.7-1.el9_4.7.s390x", product_id: "python3.11-debug-0:3.11.7-1.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.7-1.el9_4.7.s390x", product: { name: "python3.11-idle-0:3.11.7-1.el9_4.7.s390x", product_id: "python3.11-idle-0:3.11.7-1.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.7-1.el9_4.7.s390x", product: { name: "python3.11-test-0:3.11.7-1.el9_4.7.s390x", product_id: "python3.11-test-0:3.11.7-1.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.7?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.7.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.7.aarch64", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.src", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-debug-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-debug-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-debug-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-debug-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-debug-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-debugsource-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-debugsource-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-devel-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-devel-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-devel-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-devel-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-devel-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-idle-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-idle-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-idle-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-idle-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-idle-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-libs-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-libs-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-libs-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-libs-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-libs-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-test-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-test-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-test-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-test-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-test-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-tkinter-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-tkinter-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.src", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-debug-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-debug-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-debug-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-debug-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-debug-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-debugsource-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-debugsource-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-devel-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-devel-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-devel-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-devel-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-devel-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-idle-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-idle-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-idle-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-idle-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-idle-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-libs-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-libs-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-libs-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-libs-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-libs-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-test-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-test-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-test-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-test-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-test-0:3.11.7-1.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.7-1.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.11-tkinter-0:3.11.7-1.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.7-1.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.11-tkinter-0:3.11.7-1.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2025-01-13T11:40:27+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.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2025:0280", }, { 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.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, ], }
rhsa-2024_11111
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\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-2024:11111", url: "https://access.redhat.com/errata/RHSA-2024:11111", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11111.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2024-12-18T05:21:24+00:00", generator: { date: "2024-12-18T05:21:24+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:11111", initial_release_date: "2024-12-16T12:06:49+00:00", revision_history: [ { date: "2024-12-16T12:06:49+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T12:06:49+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T05:21:24+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.5.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN", 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.9-7.el9_5.2.src", product: { name: "python3.11-0:3.11.9-7.el9_5.2.src", product_id: "python3.11-0:3.11.9-7.el9_5.2.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?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.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.src", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T12:06:49+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.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11111", }, { 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.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, ], }
rhsa-2024_11024
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 python3.9:3.9.18 module 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\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-2024:11024", url: "https://access.redhat.com/errata/RHSA-2024:11024", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11024.json", }, ], title: "Red Hat Security Advisory: python3.9:3.9.18 security update", tracking: { current_release_date: "2024-12-18T02:22:55+00:00", generator: { date: "2024-12-18T02:22:55+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:11024", initial_release_date: "2024-12-12T21:11:25+00:00", revision_history: [ { date: "2024-12-12T21:11:25+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T21:11:25+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T02:22: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 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.7.noarch", product: { name: "python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", product_id: "python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.7?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-devel-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-libs-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-debug-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-idle-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-test-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-test-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-devel-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-libs-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-debug-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-idle-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-test-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-test-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.i686", product_id: "python3-devel-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.i686", product_id: "python3-libs-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-0:3.9.18-3.el9_4.7.i686", product_id: "python3-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.i686", product_id: "python3-debug-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.i686", product_id: "python3-idle-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-test-0:3.9.18-3.el9_4.7.i686", product_id: "python3-test-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.i686", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-devel-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-libs-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-debug-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-idle-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-test-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-test-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-devel-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-libs-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-debug-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-idle-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-test-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-test-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.9-0:3.9.18-3.el9_4.7.src", product: { name: "python3.9-0:3.9.18-3.el9_4.7.src", product_id: "python3.9-0:3.9.18-3.el9_4.7.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.7?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.7.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.7.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T21:11:25+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.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11024", }, { 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.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, ], }
rhsa-2024:10983
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 python3.9:3.9.21 module is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Improper validation of IPv6 and IPvFuture addresses (CVE-2024-11168)\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-2024:10983", url: "https://access.redhat.com/errata/RHSA-2024:10983", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { 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: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10983.json", }, ], title: "Red Hat Security Advisory: python3.9:3.9.21 security update", tracking: { current_release_date: "2025-02-10T18:59:49+00:00", generator: { date: "2025-02-10T18:59:49+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:10983", initial_release_date: "2024-12-12T09:23:14+00:00", revision_history: [ { date: "2024-12-12T09:23:14+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T09:23:14+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T18:59:49+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.5.0.Z.MAIN", 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.5.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:9::baseos", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN", 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-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-0:3.9.21-1.el9_5.aarch64", product_id: "python3-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64", product_id: "python3-libs-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64", product_id: "python3-devel-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", product_id: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64", product_id: "python3-debug-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64", product_id: "python3-idle-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-test-0:3.9.21-1.el9_5.aarch64", product_id: "python3-test-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-libs-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-devel-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-debug-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-idle-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-test-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-0:3.9.21-1.el9_5.x86_64", product_id: "python3-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64", product_id: "python3-libs-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64", product_id: "python3-devel-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", product_id: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64", product_id: "python3-debug-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64", product_id: "python3-idle-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-test-0:3.9.21-1.el9_5.x86_64", product_id: "python3-test-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.i686", product: { name: "python3-libs-0:3.9.21-1.el9_5.i686", product_id: "python3-libs-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.i686", product: { name: "python3-devel-0:3.9.21-1.el9_5.i686", product_id: "python3-devel-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-0:3.9.21-1.el9_5.i686", product: { name: "python3-0:3.9.21-1.el9_5.i686", product_id: "python3-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.i686", product: { name: "python3-debug-0:3.9.21-1.el9_5.i686", product_id: "python3-debug-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.i686", product: { name: "python3-idle-0:3.9.21-1.el9_5.i686", product_id: "python3-idle-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.i686", product: { name: "python3-test-0:3.9.21-1.el9_5.i686", product_id: "python3-test-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.i686", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686", product_id: "python3-tkinter-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3-0:3.9.21-1.el9_5.s390x", product: { name: "python3-0:3.9.21-1.el9_5.s390x", product_id: "python3-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.s390x", product: { name: "python3-libs-0:3.9.21-1.el9_5.s390x", product_id: "python3-libs-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.s390x", product: { name: "python3-devel-0:3.9.21-1.el9_5.s390x", product_id: "python3-devel-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.s390x", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x", product_id: "python3-tkinter-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.s390x", product: { name: "python3-debug-0:3.9.21-1.el9_5.s390x", product_id: "python3-debug-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.s390x", product: { name: "python3-idle-0:3.9.21-1.el9_5.s390x", product_id: "python3-idle-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.s390x", product: { name: "python3-test-0:3.9.21-1.el9_5.s390x", product_id: "python3-test-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.9-0:3.9.21-1.el9_5.src", product: { name: "python3.9-0:3.9.21-1.el9_5.src", product_id: "python3.9-0:3.9.21-1.el9_5.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9@3.9.21-1.el9_5?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", product: { name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", product_id: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python-unversioned-command@3.9.21-1.el9_5?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.9.21-1.el9_5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", }, product_reference: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-test-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-test-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-test-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.21-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", }, product_reference: "python3.9-0:3.9.21-1.el9_5.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", }, product_reference: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-test-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-test-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-test-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.21-1.el9_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", }, product_reference: "python3.9-0:3.9.21-1.el9_5.src", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", }, product_reference: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-test-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-test-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-test-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.21-1.el9_5.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", }, product_reference: "python3.9-0:3.9.21-1.el9_5.src", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T09:23:14+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.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10983", }, { 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.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-11168", cwe: { id: "CWE-1287", name: "Improper Validation of Specified Type of Input", }, discovery_date: "2024-11-12T22:00:56.815651+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2325776", }, ], notes: [ { category: "description", text: "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.", title: "Vulnerability description", }, { category: "summary", text: "python: Improper validation of IPv6 and IPvFuture addresses", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-11168", }, { category: "external", summary: "RHBZ#2325776", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2325776", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-11168", url: "https://www.cve.org/CVERecord?id=CVE-2024-11168", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", }, { category: "external", summary: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", url: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", }, { category: "external", summary: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", url: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", }, { category: "external", summary: "https://github.com/python/cpython/issues/103848", url: "https://github.com/python/cpython/issues/103848", }, { category: "external", summary: "https://github.com/python/cpython/pull/103849", url: "https://github.com/python/cpython/pull/103849", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", }, ], release_date: "2024-11-12T21:22:23.438000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T09:23:14+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.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10983", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Improper validation of IPv6 and IPvFuture addresses", }, ], }
RHSA-2024:10779
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 python3:3.6.8 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Improper validation of IPv6 and IPvFuture addresses (CVE-2024-11168)\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-2024:10779", url: "https://access.redhat.com/errata/RHSA-2024:10779", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { 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: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10779.json", }, ], title: "Red Hat Security Advisory: python3:3.6.8 security update", tracking: { current_release_date: "2025-02-10T18:59:26+00:00", generator: { date: "2025-02-10T18:59:26+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:10779", initial_release_date: "2024-12-04T08:22:23+00:00", revision_history: [ { date: "2024-12-04T08:22:23+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-04T08:22:23+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T18:59:26+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-69.el8_10.i686", product: { name: "platform-python-0:3.6.8-69.el8_10.i686", product_id: "platform-python-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.i686", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.i686", product_id: "platform-python-debug-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.i686", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.i686", product_id: "platform-python-devel-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.i686", product: { name: "python3-idle-0:3.6.8-69.el8_10.i686", product_id: "python3-idle-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.i686", product: { name: "python3-test-0:3.6.8-69.el8_10.i686", product_id: "python3-test-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.i686", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.i686", product_id: "python3-tkinter-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.i686", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.i686", product_id: "python3-debugsource-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.i686", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.i686", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.i686", product: { name: "python3-libs-0:3.6.8-69.el8_10.i686", product_id: "python3-libs-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.x86_64", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.x86_64", product_id: "platform-python-debug-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.x86_64", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.x86_64", product_id: "platform-python-devel-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-idle-0:3.6.8-69.el8_10.x86_64", product_id: "python3-idle-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", product_id: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.x86_64", product_id: "python3-debugsource-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.x86_64", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.x86_64", product: { name: "platform-python-0:3.6.8-69.el8_10.x86_64", product_id: "platform-python-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-libs-0:3.6.8-69.el8_10.x86_64", product_id: "python3-libs-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-test-0:3.6.8-69.el8_10.x86_64", product_id: "python3-test-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.aarch64", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.aarch64", product_id: "platform-python-debug-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.aarch64", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.aarch64", product_id: "platform-python-devel-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-idle-0:3.6.8-69.el8_10.aarch64", product_id: "python3-idle-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.aarch64", product_id: "python3-tkinter-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.aarch64", product_id: "python3-debugsource-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.aarch64", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.aarch64", product: { name: "platform-python-0:3.6.8-69.el8_10.aarch64", product_id: "platform-python-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-libs-0:3.6.8-69.el8_10.aarch64", product_id: "python3-libs-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-test-0:3.6.8-69.el8_10.aarch64", product_id: "python3-test-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.ppc64le", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.ppc64le", product_id: "platform-python-debug-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.ppc64le", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.ppc64le", product_id: "platform-python-devel-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-idle-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-idle-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-tkinter-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-debugsource-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.ppc64le", product: { name: "platform-python-0:3.6.8-69.el8_10.ppc64le", product_id: "platform-python-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-libs-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-libs-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-test-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-test-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.s390x", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.s390x", product_id: "platform-python-debug-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.s390x", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.s390x", product_id: "platform-python-devel-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.s390x", product: { name: "python3-idle-0:3.6.8-69.el8_10.s390x", product_id: "python3-idle-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.s390x", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.s390x", product_id: "python3-tkinter-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.s390x", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.s390x", product_id: "python3-debugsource-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.s390x", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.s390x", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.s390x", product: { name: "platform-python-0:3.6.8-69.el8_10.s390x", product_id: "platform-python-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.s390x", product: { name: "python3-libs-0:3.6.8-69.el8_10.s390x", product_id: "python3-libs-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.s390x", product: { name: "python3-test-0:3.6.8-69.el8_10.s390x", product_id: "python3-test-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3-0:3.6.8-69.el8_10.src", product: { name: "python3-0:3.6.8-69.el8_10.src", product_id: "python3-0:3.6.8-69.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.src", }, product_reference: "python3-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.src", }, product_reference: "python3-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", relates_to_product_reference: "BaseOS-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-04T08:22:23+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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10779", }, { 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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-11168", cwe: { id: "CWE-1287", name: "Improper Validation of Specified Type of Input", }, discovery_date: "2024-11-12T22:00:56.815651+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2325776", }, ], notes: [ { category: "description", text: "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.", title: "Vulnerability description", }, { category: "summary", text: "python: Improper validation of IPv6 and IPvFuture addresses", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-11168", }, { category: "external", summary: "RHBZ#2325776", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2325776", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-11168", url: "https://www.cve.org/CVERecord?id=CVE-2024-11168", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", }, { category: "external", summary: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", url: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", }, { category: "external", summary: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", url: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", }, { category: "external", summary: "https://github.com/python/cpython/issues/103848", url: "https://github.com/python/cpython/issues/103848", }, { category: "external", summary: "https://github.com/python/cpython/pull/103849", url: "https://github.com/python/cpython/pull/103849", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", }, ], release_date: "2024-11-12T21:22:23.438000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-04T08:22:23+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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10779", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Improper validation of IPv6 and IPvFuture addresses", }, ], }
rhsa-2024_10779
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 python3:3.6.8 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Improper validation of IPv6 and IPvFuture addresses (CVE-2024-11168)\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-2024:10779", url: "https://access.redhat.com/errata/RHSA-2024:10779", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { 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: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10779.json", }, ], title: "Red Hat Security Advisory: python3:3.6.8 security update", tracking: { current_release_date: "2024-12-18T02:21:58+00:00", generator: { date: "2024-12-18T02:21:58+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:10779", initial_release_date: "2024-12-04T08:22:23+00:00", revision_history: [ { date: "2024-12-04T08:22:23+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-04T08:22:23+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T02:21:58+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (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-69.el8_10.i686", product: { name: "platform-python-0:3.6.8-69.el8_10.i686", product_id: "platform-python-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.i686", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.i686", product_id: "platform-python-debug-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.i686", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.i686", product_id: "platform-python-devel-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.i686", product: { name: "python3-idle-0:3.6.8-69.el8_10.i686", product_id: "python3-idle-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.i686", product: { name: "python3-test-0:3.6.8-69.el8_10.i686", product_id: "python3-test-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.i686", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.i686", product_id: "python3-tkinter-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.i686", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.i686", product_id: "python3-debugsource-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.i686", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.i686", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.i686", product: { name: "python3-libs-0:3.6.8-69.el8_10.i686", product_id: "python3-libs-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.x86_64", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.x86_64", product_id: "platform-python-debug-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.x86_64", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.x86_64", product_id: "platform-python-devel-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-idle-0:3.6.8-69.el8_10.x86_64", product_id: "python3-idle-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", product_id: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.x86_64", product_id: "python3-debugsource-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.x86_64", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.x86_64", product: { name: "platform-python-0:3.6.8-69.el8_10.x86_64", product_id: "platform-python-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-libs-0:3.6.8-69.el8_10.x86_64", product_id: "python3-libs-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-test-0:3.6.8-69.el8_10.x86_64", product_id: "python3-test-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.aarch64", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.aarch64", product_id: "platform-python-debug-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.aarch64", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.aarch64", product_id: "platform-python-devel-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-idle-0:3.6.8-69.el8_10.aarch64", product_id: "python3-idle-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.aarch64", product_id: "python3-tkinter-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.aarch64", product_id: "python3-debugsource-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.aarch64", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.aarch64", product: { name: "platform-python-0:3.6.8-69.el8_10.aarch64", product_id: "platform-python-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-libs-0:3.6.8-69.el8_10.aarch64", product_id: "python3-libs-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-test-0:3.6.8-69.el8_10.aarch64", product_id: "python3-test-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.ppc64le", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.ppc64le", product_id: "platform-python-debug-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.ppc64le", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.ppc64le", product_id: "platform-python-devel-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-idle-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-idle-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-tkinter-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-debugsource-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.ppc64le", product: { name: "platform-python-0:3.6.8-69.el8_10.ppc64le", product_id: "platform-python-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-libs-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-libs-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-test-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-test-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.s390x", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.s390x", product_id: "platform-python-debug-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.s390x", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.s390x", product_id: "platform-python-devel-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.s390x", product: { name: "python3-idle-0:3.6.8-69.el8_10.s390x", product_id: "python3-idle-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.s390x", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.s390x", product_id: "python3-tkinter-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.s390x", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.s390x", product_id: "python3-debugsource-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.s390x", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.s390x", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.s390x", product: { name: "platform-python-0:3.6.8-69.el8_10.s390x", product_id: "platform-python-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.s390x", product: { name: "python3-libs-0:3.6.8-69.el8_10.s390x", product_id: "python3-libs-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.s390x", product: { name: "python3-test-0:3.6.8-69.el8_10.s390x", product_id: "python3-test-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3-0:3.6.8-69.el8_10.src", product: { name: "python3-0:3.6.8-69.el8_10.src", product_id: "python3-0:3.6.8-69.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.src", }, product_reference: "python3-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.src", }, product_reference: "python3-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", relates_to_product_reference: "BaseOS-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-04T08:22:23+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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10779", }, { 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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-11168", cwe: { id: "CWE-1287", name: "Improper Validation of Specified Type of Input", }, discovery_date: "2024-11-12T22:00:56.815651+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2325776", }, ], notes: [ { category: "description", text: "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.", title: "Vulnerability description", }, { category: "summary", text: "python: Improper validation of IPv6 and IPvFuture addresses", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-11168", }, { category: "external", summary: "RHBZ#2325776", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2325776", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-11168", url: "https://www.cve.org/CVERecord?id=CVE-2024-11168", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", }, { category: "external", summary: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", url: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", }, { category: "external", summary: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", url: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", }, { category: "external", summary: "https://github.com/python/cpython/issues/103848", url: "https://github.com/python/cpython/issues/103848", }, { category: "external", summary: "https://github.com/python/cpython/pull/103849", url: "https://github.com/python/cpython/pull/103849", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", }, ], release_date: "2024-11-12T21:22:23.438000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-04T08:22:23+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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10779", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Improper validation of IPv6 and IPvFuture addresses", }, ], }
rhsa-2024_10983
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 python3.9:3.9.21 module is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Improper validation of IPv6 and IPvFuture addresses (CVE-2024-11168)\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-2024:10983", url: "https://access.redhat.com/errata/RHSA-2024:10983", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { 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: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10983.json", }, ], title: "Red Hat Security Advisory: python3.9:3.9.21 security update", tracking: { current_release_date: "2024-12-18T02:22:19+00:00", generator: { date: "2024-12-18T02:22:19+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:10983", initial_release_date: "2024-12-12T09:23:14+00:00", revision_history: [ { date: "2024-12-12T09:23:14+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T09:23:14+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T02:22:19+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.5.0.Z.MAIN", 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.5.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:9::baseos", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN", 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-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-0:3.9.21-1.el9_5.aarch64", product_id: "python3-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64", product_id: "python3-libs-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64", product_id: "python3-devel-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", product_id: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64", product_id: "python3-debug-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64", product_id: "python3-idle-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.aarch64", product: { name: "python3-test-0:3.9.21-1.el9_5.aarch64", product_id: "python3-test-0:3.9.21-1.el9_5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-libs-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-devel-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-debug-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-idle-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.ppc64le", product: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le", product_id: "python3-test-0:3.9.21-1.el9_5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-0:3.9.21-1.el9_5.x86_64", product_id: "python3-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64", product_id: "python3-libs-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64", product_id: "python3-devel-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", product_id: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64", product_id: "python3-debug-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64", product_id: "python3-idle-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.x86_64", product: { name: "python3-test-0:3.9.21-1.el9_5.x86_64", product_id: "python3-test-0:3.9.21-1.el9_5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.i686", product: { name: "python3-libs-0:3.9.21-1.el9_5.i686", product_id: "python3-libs-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.i686", product: { name: "python3-devel-0:3.9.21-1.el9_5.i686", product_id: "python3-devel-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-0:3.9.21-1.el9_5.i686", product: { name: "python3-0:3.9.21-1.el9_5.i686", product_id: "python3-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.i686", product: { name: "python3-debug-0:3.9.21-1.el9_5.i686", product_id: "python3-debug-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.i686", product: { name: "python3-idle-0:3.9.21-1.el9_5.i686", product_id: "python3-idle-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.i686", product: { name: "python3-test-0:3.9.21-1.el9_5.i686", product_id: "python3-test-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.i686", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686", product_id: "python3-tkinter-0:3.9.21-1.el9_5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3-0:3.9.21-1.el9_5.s390x", product: { name: "python3-0:3.9.21-1.el9_5.s390x", product_id: "python3-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.21-1.el9_5.s390x", product: { name: "python3-libs-0:3.9.21-1.el9_5.s390x", product_id: "python3-libs-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", product: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", product_id: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", product: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", product_id: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-devel-0:3.9.21-1.el9_5.s390x", product: { name: "python3-devel-0:3.9.21-1.el9_5.s390x", product_id: "python3-devel-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.21-1.el9_5.s390x", product: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x", product_id: "python3-tkinter-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.21-1.el9_5.s390x", product: { name: "python3-debug-0:3.9.21-1.el9_5.s390x", product_id: "python3-debug-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.21-1.el9_5.s390x", product: { name: "python3-idle-0:3.9.21-1.el9_5.s390x", product_id: "python3-idle-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.21-1.el9_5?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.9.21-1.el9_5.s390x", product: { name: "python3-test-0:3.9.21-1.el9_5.s390x", product_id: "python3-test-0:3.9.21-1.el9_5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.21-1.el9_5?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.9-0:3.9.21-1.el9_5.src", product: { name: "python3.9-0:3.9.21-1.el9_5.src", product_id: "python3.9-0:3.9.21-1.el9_5.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9@3.9.21-1.el9_5?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", product: { name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", product_id: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python-unversioned-command@3.9.21-1.el9_5?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.9.21-1.el9_5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", }, product_reference: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-test-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-test-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-test-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.21-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", }, product_reference: "python3.9-0:3.9.21-1.el9_5.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", }, product_reference: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-test-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-test-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-test-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.21-1.el9_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", }, product_reference: "python3.9-0:3.9.21-1.el9_5.src", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", product_id: "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "BaseOS-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python-unversioned-command-0:3.9.21-1.el9_5.noarch as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", }, product_reference: "python-unversioned-command-0:3.9.21-1.el9_5.noarch", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-debug-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-debug-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-devel-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-devel-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-idle-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-idle-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-libs-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-libs-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-test-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-test-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-test-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-test-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-test-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3-tkinter-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3-tkinter-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-0:3.9.21-1.el9_5.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", }, product_reference: "python3.9-0:3.9.21-1.el9_5.src", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T09:23:14+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.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10983", }, { 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.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-11168", cwe: { id: "CWE-1287", name: "Improper Validation of Specified Type of Input", }, discovery_date: "2024-11-12T22:00:56.815651+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2325776", }, ], notes: [ { category: "description", text: "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.", title: "Vulnerability description", }, { category: "summary", text: "python: Improper validation of IPv6 and IPvFuture addresses", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-11168", }, { category: "external", summary: "RHBZ#2325776", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2325776", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-11168", url: "https://www.cve.org/CVERecord?id=CVE-2024-11168", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", }, { category: "external", summary: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", url: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", }, { category: "external", summary: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", url: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", }, { category: "external", summary: "https://github.com/python/cpython/issues/103848", url: "https://github.com/python/cpython/issues/103848", }, { category: "external", summary: "https://github.com/python/cpython/pull/103849", url: "https://github.com/python/cpython/pull/103849", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", }, ], release_date: "2024-11-12T21:22:23.438000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T09:23:14+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.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10983", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.21-1.el9_5.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.21-1.el9_5.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.21-1.el9_5.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.21-1.el9_5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Improper validation of IPv6 and IPvFuture addresses", }, ], }
RHSA-2024:10980
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.12 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Unbounded memory buffering in SelectorSocketTransport.writelines() (CVE-2024-12254)\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-2024:10980", url: "https://access.redhat.com/errata/RHSA-2024:10980", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10980.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2025-02-10T18:59:38+00:00", generator: { date: "2025-02-10T18:59:38+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:10980", initial_release_date: "2024-12-12T08:56:14+00:00", revision_history: [ { date: "2024-12-12T08:56:14+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T08:56:14+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T18:59:38+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.src", product: { name: "python3.12-0:3.12.8-1.el8_10.src", product_id: "python3.12-0:3.12.8-1.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-test-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-test-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-test-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-test-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.i686", product_id: "python3.12-devel-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.i686", product_id: "python3.12-libs-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-0:3.12.8-1.el8_10.i686", product_id: "python3.12-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.i686", product_id: "python3.12-debug-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.i686", product_id: "python3.12-idle-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-test-0:3.12.8-1.el8_10.i686", product_id: "python3.12-test-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-devel-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-libs-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-debug-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-idle-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-test-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-test-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", product: { name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", product_id: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-rpm-macros@3.12.8-1.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", }, product_reference: "python3.12-0:3.12.8-1.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", }, product_reference: "python3.12-0:3.12.8-1.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:56:14+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10980", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-12254", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, discovery_date: "2024-12-06T16:00:53.728823+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2330804", }, ], notes: [ { category: "description", text: "A flaw was found in Python. In certain configurations, the `asyncio._SelectorSocketTransport.writelines()` method fails to signal the protocol to clear the write buffer when it approaches capacity. Because of this, protocols would not periodically drain the write buffer, potentially leading to a denial of service via memory exhaustion.", title: "Vulnerability description", }, { category: "summary", text: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability likely impacts a small number of users. You must be using Python 3.12.0 or later, on Linux, using the asyncio module with protocols, and using .writelines() method which had new zero-copy-on-write behavior in Python 3.12.0 and later. If not all of these factors are true, then your usage of Python is unaffected.\n\n\nThis vulnerability is rated with an Important severity due to its potential for denial of service (DoS) attacks through memory exhaustion. By failing to signal the protocol to drain the write buffer when approaching the high-water mark, the affected `asyncio._SelectorSocketTransport.writelines()` method introduces a important flaw in flow control. This flaw can lead to uncontrolled growth of the buffer in long-running or high-throughput applications, which are typical in networked systems or event-driven architectures. Given that `asyncio` is widely used in performance-critical Python applications for handling asynchronous I/O, the impact of memory exhaustion could destabilize services, compromise system availability, and increase the risk of cascading failures, especially in production environments handling large-scale or untrusted inputs.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "RHBZ#2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-12254", url: "https://www.cve.org/CVERecord?id=CVE-2024-12254", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", }, { category: "external", summary: "https://github.com/python/cpython/issues/127655", url: "https://github.com/python/cpython/issues/127655", }, { category: "external", summary: "https://github.com/python/cpython/pull/127656", url: "https://github.com/python/cpython/pull/127656", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", }, ], release_date: "2024-12-06T15:19:41.576000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:56:14+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10980", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", }, ], }
RHSA-2024:11024
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 python3.9:3.9.18 module 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\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-2024:11024", url: "https://access.redhat.com/errata/RHSA-2024:11024", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11024.json", }, ], title: "Red Hat Security Advisory: python3.9:3.9.18 security update", tracking: { current_release_date: "2025-02-10T19:00:28+00:00", generator: { date: "2025-02-10T19:00:28+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:11024", initial_release_date: "2024-12-12T21:11:25+00:00", revision_history: [ { date: "2024-12-12T21:11:25+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T21:11:25+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T19:00:28+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.7.noarch", product: { name: "python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", product_id: "python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.7?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-devel-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-libs-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-debug-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-idle-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-test-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-test-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-devel-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-libs-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-debug-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-idle-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-test-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-test-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.i686", product_id: "python3-devel-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.i686", product_id: "python3-libs-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-0:3.9.18-3.el9_4.7.i686", product_id: "python3-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.i686", product_id: "python3-debug-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.i686", product_id: "python3-idle-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-test-0:3.9.18-3.el9_4.7.i686", product_id: "python3-test-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.i686", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-devel-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-libs-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-debug-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-idle-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-test-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-test-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-devel-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-libs-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-debug-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-idle-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-test-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-test-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.9-0:3.9.18-3.el9_4.7.src", product: { name: "python3.9-0:3.9.18-3.el9_4.7.src", product_id: "python3.9-0:3.9.18-3.el9_4.7.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.7?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.7.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.7.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T21:11:25+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.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11024", }, { 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.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, ], }
rhsa-2024_11035
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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* python: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Unbounded memory buffering in SelectorSocketTransport.writelines() (CVE-2024-12254)\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-2024:11035", url: "https://access.redhat.com/errata/RHSA-2024:11035", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11035.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2024-12-18T02:23:06+00:00", generator: { date: "2024-12-18T02:23:06+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:11035", initial_release_date: "2024-12-13T09:19:06+00:00", revision_history: [ { date: "2024-12-13T09:19:06+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-13T09:19:06+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T02:23:06+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.5.src", product: { name: "python3.12-0:3.12.1-4.el9_4.5.src", product_id: "python3.12-0:3.12.1-4.el9_4.5.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?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.5.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.5.aarch64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.src", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.src", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-13T09:19: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.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11035", }, { 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-12254", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, discovery_date: "2024-12-06T16:00:53.728823+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2330804", }, ], notes: [ { category: "description", text: "A flaw was found in Python. In certain configurations, the `asyncio._SelectorSocketTransport.writelines()` method fails to signal the protocol to clear the write buffer when it approaches capacity. Because of this, protocols would not periodically drain the write buffer, potentially leading to a denial of service via memory exhaustion.", title: "Vulnerability description", }, { category: "summary", text: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability likely impacts a small number of users. You must be using Python 3.12.0 or later, on Linux, using the asyncio module with protocols, and using .writelines() method which had new zero-copy-on-write behavior in Python 3.12.0 and later. If not all of these factors are true, then your usage of Python is unaffected.\n\n\nThis vulnerability is rated with an Important severity due to its potential for denial of service (DoS) attacks through memory exhaustion. By failing to signal the protocol to drain the write buffer when approaching the high-water mark, the affected `asyncio._SelectorSocketTransport.writelines()` method introduces a important flaw in flow control. This flaw can lead to uncontrolled growth of the buffer in long-running or high-throughput applications, which are typical in networked systems or event-driven architectures. Given that `asyncio` is widely used in performance-critical Python applications for handling asynchronous I/O, the impact of memory exhaustion could destabilize services, compromise system availability, and increase the risk of cascading failures, especially in production environments handling large-scale or untrusted inputs.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "RHBZ#2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-12254", url: "https://www.cve.org/CVERecord?id=CVE-2024-12254", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", }, { category: "external", summary: "https://github.com/python/cpython/issues/127655", url: "https://github.com/python/cpython/issues/127655", }, { category: "external", summary: "https://github.com/python/cpython/pull/127656", url: "https://github.com/python/cpython/pull/127656", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", }, ], release_date: "2024-12-06T15:19:41.576000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-13T09:19: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.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11035", }, { 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", }, ], }
rhsa-2024:10779
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 python3:3.6.8 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Improper validation of IPv6 and IPvFuture addresses (CVE-2024-11168)\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-2024:10779", url: "https://access.redhat.com/errata/RHSA-2024:10779", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { 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: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10779.json", }, ], title: "Red Hat Security Advisory: python3:3.6.8 security update", tracking: { current_release_date: "2025-02-10T18:59:26+00:00", generator: { date: "2025-02-10T18:59:26+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:10779", initial_release_date: "2024-12-04T08:22:23+00:00", revision_history: [ { date: "2024-12-04T08:22:23+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-04T08:22:23+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T18:59:26+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-69.el8_10.i686", product: { name: "platform-python-0:3.6.8-69.el8_10.i686", product_id: "platform-python-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.i686", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.i686", product_id: "platform-python-debug-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.i686", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.i686", product_id: "platform-python-devel-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.i686", product: { name: "python3-idle-0:3.6.8-69.el8_10.i686", product_id: "python3-idle-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.i686", product: { name: "python3-test-0:3.6.8-69.el8_10.i686", product_id: "python3-test-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.i686", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.i686", product_id: "python3-tkinter-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.i686", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.i686", product_id: "python3-debugsource-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.i686", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.i686", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.i686", product: { name: "python3-libs-0:3.6.8-69.el8_10.i686", product_id: "python3-libs-0:3.6.8-69.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.x86_64", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.x86_64", product_id: "platform-python-debug-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.x86_64", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.x86_64", product_id: "platform-python-devel-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-idle-0:3.6.8-69.el8_10.x86_64", product_id: "python3-idle-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", product_id: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.x86_64", product_id: "python3-debugsource-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.x86_64", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.x86_64", product: { name: "platform-python-0:3.6.8-69.el8_10.x86_64", product_id: "platform-python-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-libs-0:3.6.8-69.el8_10.x86_64", product_id: "python3-libs-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.x86_64", product: { name: "python3-test-0:3.6.8-69.el8_10.x86_64", product_id: "python3-test-0:3.6.8-69.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.aarch64", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.aarch64", product_id: "platform-python-debug-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.aarch64", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.aarch64", product_id: "platform-python-devel-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-idle-0:3.6.8-69.el8_10.aarch64", product_id: "python3-idle-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.aarch64", product_id: "python3-tkinter-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.aarch64", product_id: "python3-debugsource-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.aarch64", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.aarch64", product: { name: "platform-python-0:3.6.8-69.el8_10.aarch64", product_id: "platform-python-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-libs-0:3.6.8-69.el8_10.aarch64", product_id: "python3-libs-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.aarch64", product: { name: "python3-test-0:3.6.8-69.el8_10.aarch64", product_id: "python3-test-0:3.6.8-69.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.ppc64le", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.ppc64le", product_id: "platform-python-debug-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.ppc64le", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.ppc64le", product_id: "platform-python-devel-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-idle-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-idle-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-tkinter-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-debugsource-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.ppc64le", product: { name: "platform-python-0:3.6.8-69.el8_10.ppc64le", product_id: "platform-python-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-libs-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-libs-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.ppc64le", product: { name: "python3-test-0:3.6.8-69.el8_10.ppc64le", product_id: "python3-test-0:3.6.8-69.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "platform-python-debug-0:3.6.8-69.el8_10.s390x", product: { name: "platform-python-debug-0:3.6.8-69.el8_10.s390x", product_id: "platform-python-debug-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-debug@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "platform-python-devel-0:3.6.8-69.el8_10.s390x", product: { name: "platform-python-devel-0:3.6.8-69.el8_10.s390x", product_id: "platform-python-devel-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python-devel@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.6.8-69.el8_10.s390x", product: { name: "python3-idle-0:3.6.8-69.el8_10.s390x", product_id: "python3-idle-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.6.8-69.el8_10.s390x", product: { name: "python3-tkinter-0:3.6.8-69.el8_10.s390x", product_id: "python3-tkinter-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-debugsource-0:3.6.8-69.el8_10.s390x", product: { name: "python3-debugsource-0:3.6.8-69.el8_10.s390x", product_id: "python3-debugsource-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debugsource@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-debuginfo-0:3.6.8-69.el8_10.s390x", product: { name: "python3-debuginfo-0:3.6.8-69.el8_10.s390x", product_id: "python3-debuginfo-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debuginfo@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "platform-python-0:3.6.8-69.el8_10.s390x", product: { name: "platform-python-0:3.6.8-69.el8_10.s390x", product_id: "platform-python-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/platform-python@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.6.8-69.el8_10.s390x", product: { name: "python3-libs-0:3.6.8-69.el8_10.s390x", product_id: "python3-libs-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.6.8-69.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.6.8-69.el8_10.s390x", product: { name: "python3-test-0:3.6.8-69.el8_10.s390x", product_id: "python3-test-0:3.6.8-69.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.6.8-69.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3-0:3.6.8-69.el8_10.src", product: { name: "python3-0:3.6.8-69.el8_10.src", product_id: "python3-0:3.6.8-69.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.src", }, product_reference: "python3-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-debug-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "platform-python-devel-0:3.6.8-69.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-69.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-69.el8_10.src", }, product_reference: "python3-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debuginfo-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-debugsource-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-idle-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-libs-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-test-0:3.6.8-69.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-69.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-69.el8_10.aarch64", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.i686", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.ppc64le", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.s390x", }, product_reference: "python3-tkinter-0:3.6.8-69.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-69.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-69.el8_10.x86_64", }, product_reference: "python3-tkinter-0:3.6.8-69.el8_10.x86_64", relates_to_product_reference: "BaseOS-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-04T08:22:23+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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10779", }, { 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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-11168", cwe: { id: "CWE-1287", name: "Improper Validation of Specified Type of Input", }, discovery_date: "2024-11-12T22:00:56.815651+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2325776", }, ], notes: [ { category: "description", text: "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.", title: "Vulnerability description", }, { category: "summary", text: "python: Improper validation of IPv6 and IPvFuture addresses", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-11168", }, { category: "external", summary: "RHBZ#2325776", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2325776", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-11168", url: "https://www.cve.org/CVERecord?id=CVE-2024-11168", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-11168", }, { category: "external", summary: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", url: "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5", }, { category: "external", summary: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", url: "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550", }, { category: "external", summary: "https://github.com/python/cpython/issues/103848", url: "https://github.com/python/cpython/issues/103848", }, { category: "external", summary: "https://github.com/python/cpython/pull/103849", url: "https://github.com/python/cpython/pull/103849", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/", }, ], release_date: "2024-11-12T21:22:23.438000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-04T08:22:23+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-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10779", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 3.7, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-69.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-69.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-69.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Improper validation of IPv6 and IPvFuture addresses", }, ], }
rhsa-2024:10979
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\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-2024:10979", url: "https://access.redhat.com/errata/RHSA-2024:10979", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10979.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2025-02-10T19:00:01+00:00", generator: { date: "2025-02-10T19:00:01+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:10979", initial_release_date: "2024-12-12T08:56:14+00:00", revision_history: [ { date: "2024-12-12T08:56:14+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T08:56:14+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T19:00:01+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.11-1.el8_10.src", product: { name: "python3.11-0:3.11.11-1.el8_10.src", product_id: "python3.11-0:3.11.11-1.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-test-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-test-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-test-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-test-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.i686", product_id: "python3.11-devel-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.i686", product_id: "python3.11-libs-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-0:3.11.11-1.el8_10.i686", product_id: "python3.11-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.i686", product_id: "python3.11-debug-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.i686", product_id: "python3.11-idle-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-test-0:3.11.11-1.el8_10.i686", product_id: "python3.11-test-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-devel-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-libs-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-debug-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-idle-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-test-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-test-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", product: { name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", product_id: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-rpm-macros@3.11.11-1.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", }, product_reference: "python3.11-0:3.11.11-1.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", }, product_reference: "python3.11-0:3.11.11-1.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:56:14+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.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10979", }, { 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.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, ], }
rhsa-2024_10978
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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* python: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Unbounded memory buffering in SelectorSocketTransport.writelines() (CVE-2024-12254)\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-2024:10978", url: "https://access.redhat.com/errata/RHSA-2024:10978", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10978.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2024-12-18T02:22:44+00:00", generator: { date: "2024-12-18T02:22:44+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:10978", initial_release_date: "2024-12-12T08:42:34+00:00", revision_history: [ { date: "2024-12-12T08:42:34+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T08:42:34+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T02:22:44+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.5.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN", 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.5-2.el9_5.2.src", product: { name: "python3.12-0:3.12.5-2.el9_5.2.src", product_id: "python3.12-0:3.12.5-2.el9_5.2.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?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.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.src", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:42: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-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10978", }, { 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.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-12254", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, discovery_date: "2024-12-06T16:00:53.728823+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2330804", }, ], notes: [ { category: "description", text: "A flaw was found in Python. In certain configurations, the `asyncio._SelectorSocketTransport.writelines()` method fails to signal the protocol to clear the write buffer when it approaches capacity. Because of this, protocols would not periodically drain the write buffer, potentially leading to a denial of service via memory exhaustion.", title: "Vulnerability description", }, { category: "summary", text: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability likely impacts a small number of users. You must be using Python 3.12.0 or later, on Linux, using the asyncio module with protocols, and using .writelines() method which had new zero-copy-on-write behavior in Python 3.12.0 and later. If not all of these factors are true, then your usage of Python is unaffected.\n\n\nThis vulnerability is rated with an Important severity due to its potential for denial of service (DoS) attacks through memory exhaustion. By failing to signal the protocol to drain the write buffer when approaching the high-water mark, the affected `asyncio._SelectorSocketTransport.writelines()` method introduces a important flaw in flow control. This flaw can lead to uncontrolled growth of the buffer in long-running or high-throughput applications, which are typical in networked systems or event-driven architectures. Given that `asyncio` is widely used in performance-critical Python applications for handling asynchronous I/O, the impact of memory exhaustion could destabilize services, compromise system availability, and increase the risk of cascading failures, especially in production environments handling large-scale or untrusted inputs.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "RHBZ#2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-12254", url: "https://www.cve.org/CVERecord?id=CVE-2024-12254", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", }, { category: "external", summary: "https://github.com/python/cpython/issues/127655", url: "https://github.com/python/cpython/issues/127655", }, { category: "external", summary: "https://github.com/python/cpython/pull/127656", url: "https://github.com/python/cpython/pull/127656", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", }, ], release_date: "2024-12-06T15:19:41.576000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:42: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-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10978", }, { 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.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", }, ], }
RHSA-2024:11111
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\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-2024:11111", url: "https://access.redhat.com/errata/RHSA-2024:11111", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11111.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2025-02-10T18:59:11+00:00", generator: { date: "2025-02-10T18:59:11+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:11111", initial_release_date: "2024-12-16T12:06:49+00:00", revision_history: [ { date: "2024-12-16T12:06:49+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T12:06:49+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T18:59: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. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN", 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.9-7.el9_5.2.src", product: { name: "python3.11-0:3.11.9-7.el9_5.2.src", product_id: "python3.11-0:3.11.9-7.el9_5.2.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?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.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.src", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T12:06:49+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.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11111", }, { 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.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, ], }
RHSA-2024:11035
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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* python: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Unbounded memory buffering in SelectorSocketTransport.writelines() (CVE-2024-12254)\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-2024:11035", url: "https://access.redhat.com/errata/RHSA-2024:11035", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11035.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2025-02-10T18:58:59+00:00", generator: { date: "2025-02-10T18:58:59+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:11035", initial_release_date: "2024-12-13T09:19:06+00:00", revision_history: [ { date: "2024-12-13T09:19:06+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-13T09:19:06+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T18:58:59+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream 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.5.src", product: { name: "python3.12-0:3.12.1-4.el9_4.5.src", product_id: "python3.12-0:3.12.1-4.el9_4.5.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.aarch64", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.aarch64", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.x86_64", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.x86_64", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-devel-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-devel-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-libs-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-libs-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-debug-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-debug-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-idle-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-idle-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.5?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.1-4.el9_4.5.s390x", product: { name: "python3.12-test-0:3.12.1-4.el9_4.5.s390x", product_id: "python3.12-test-0:3.12.1-4.el9_4.5.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.5?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.5.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.5.aarch64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.src", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.src", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debug-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-devel-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-idle-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-libs-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-test-0:3.12.1-4.el9_4.5.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.5.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.5.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.i686", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.s390x", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.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.5.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.5.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-13T09:19: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.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11035", }, { 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-12254", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, discovery_date: "2024-12-06T16:00:53.728823+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2330804", }, ], notes: [ { category: "description", text: "A flaw was found in Python. In certain configurations, the `asyncio._SelectorSocketTransport.writelines()` method fails to signal the protocol to clear the write buffer when it approaches capacity. Because of this, protocols would not periodically drain the write buffer, potentially leading to a denial of service via memory exhaustion.", title: "Vulnerability description", }, { category: "summary", text: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability likely impacts a small number of users. You must be using Python 3.12.0 or later, on Linux, using the asyncio module with protocols, and using .writelines() method which had new zero-copy-on-write behavior in Python 3.12.0 and later. If not all of these factors are true, then your usage of Python is unaffected.\n\n\nThis vulnerability is rated with an Important severity due to its potential for denial of service (DoS) attacks through memory exhaustion. By failing to signal the protocol to drain the write buffer when approaching the high-water mark, the affected `asyncio._SelectorSocketTransport.writelines()` method introduces a important flaw in flow control. This flaw can lead to uncontrolled growth of the buffer in long-running or high-throughput applications, which are typical in networked systems or event-driven architectures. Given that `asyncio` is widely used in performance-critical Python applications for handling asynchronous I/O, the impact of memory exhaustion could destabilize services, compromise system availability, and increase the risk of cascading failures, especially in production environments handling large-scale or untrusted inputs.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "RHBZ#2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-12254", url: "https://www.cve.org/CVERecord?id=CVE-2024-12254", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", }, { category: "external", summary: "https://github.com/python/cpython/issues/127655", url: "https://github.com/python/cpython/issues/127655", }, { category: "external", summary: "https://github.com/python/cpython/pull/127656", url: "https://github.com/python/cpython/pull/127656", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", }, ], release_date: "2024-12-06T15:19:41.576000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-13T09:19: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.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11035", }, { 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.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.src", "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.5.x86_64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.aarch64", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.i686", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.ppc64le", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.s390x", "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.5.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", }, ], }
RHSA-2024:10978
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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* python: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Unbounded memory buffering in SelectorSocketTransport.writelines() (CVE-2024-12254)\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-2024:10978", url: "https://access.redhat.com/errata/RHSA-2024:10978", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10978.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2025-02-10T19:00:14+00:00", generator: { date: "2025-02-10T19:00:14+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:10978", initial_release_date: "2024-12-12T08:42:34+00:00", revision_history: [ { date: "2024-12-12T08:42:34+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T08:42:34+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T19:00: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 (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN", 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.5-2.el9_5.2.src", product: { name: "python3.12-0:3.12.5-2.el9_5.2.src", product_id: "python3.12-0:3.12.5-2.el9_5.2.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?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.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.src", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:42: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-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10978", }, { 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.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-12254", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, discovery_date: "2024-12-06T16:00:53.728823+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2330804", }, ], notes: [ { category: "description", text: "A flaw was found in Python. In certain configurations, the `asyncio._SelectorSocketTransport.writelines()` method fails to signal the protocol to clear the write buffer when it approaches capacity. Because of this, protocols would not periodically drain the write buffer, potentially leading to a denial of service via memory exhaustion.", title: "Vulnerability description", }, { category: "summary", text: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability likely impacts a small number of users. You must be using Python 3.12.0 or later, on Linux, using the asyncio module with protocols, and using .writelines() method which had new zero-copy-on-write behavior in Python 3.12.0 and later. If not all of these factors are true, then your usage of Python is unaffected.\n\n\nThis vulnerability is rated with an Important severity due to its potential for denial of service (DoS) attacks through memory exhaustion. By failing to signal the protocol to drain the write buffer when approaching the high-water mark, the affected `asyncio._SelectorSocketTransport.writelines()` method introduces a important flaw in flow control. This flaw can lead to uncontrolled growth of the buffer in long-running or high-throughput applications, which are typical in networked systems or event-driven architectures. Given that `asyncio` is widely used in performance-critical Python applications for handling asynchronous I/O, the impact of memory exhaustion could destabilize services, compromise system availability, and increase the risk of cascading failures, especially in production environments handling large-scale or untrusted inputs.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "RHBZ#2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-12254", url: "https://www.cve.org/CVERecord?id=CVE-2024-12254", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", }, { category: "external", summary: "https://github.com/python/cpython/issues/127655", url: "https://github.com/python/cpython/issues/127655", }, { category: "external", summary: "https://github.com/python/cpython/pull/127656", url: "https://github.com/python/cpython/pull/127656", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", }, ], release_date: "2024-12-06T15:19:41.576000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:42: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-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10978", }, { 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.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", }, ], }
rhsa-2024:10980
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for python3.12 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Unbounded memory buffering in SelectorSocketTransport.writelines() (CVE-2024-12254)\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-2024:10980", url: "https://access.redhat.com/errata/RHSA-2024:10980", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10980.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2025-02-10T18:59:38+00:00", generator: { date: "2025-02-10T18:59:38+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:10980", initial_release_date: "2024-12-12T08:56:14+00:00", revision_history: [ { date: "2024-12-12T08:56:14+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T08:56:14+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T18:59:38+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.src", product: { name: "python3.12-0:3.12.8-1.el8_10.src", product_id: "python3.12-0:3.12.8-1.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.aarch64", product: { name: "python3.12-test-0:3.12.8-1.el8_10.aarch64", product_id: "python3.12-test-0:3.12.8-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", product: { name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", product_id: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.x86_64", product: { name: "python3.12-test-0:3.12.8-1.el8_10.x86_64", product_id: "python3.12-test-0:3.12.8-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.i686", product_id: "python3.12-devel-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.i686", product_id: "python3.12-libs-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-0:3.12.8-1.el8_10.i686", product_id: "python3.12-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.i686", product_id: "python3.12-debug-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.i686", product_id: "python3.12-idle-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-test-0:3.12.8-1.el8_10.i686", product_id: "python3.12-test-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-devel-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-devel-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-libs-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-libs-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-debug-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-debug-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-idle-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-idle-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.8-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.8-1.el8_10.s390x", product: { name: "python3.12-test-0:3.12.8-1.el8_10.s390x", product_id: "python3.12-test-0:3.12.8-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.8-1.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", product: { name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", product_id: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-rpm-macros@3.12.8-1.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", }, product_reference: "python3.12-0:3.12.8-1.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", }, product_reference: "python3.12-0:3.12.8-1.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debug-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-devel-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-idle-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-libs-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", }, product_reference: "python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-test-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:56:14+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10980", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-12254", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, discovery_date: "2024-12-06T16:00:53.728823+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2330804", }, ], notes: [ { category: "description", text: "A flaw was found in Python. In certain configurations, the `asyncio._SelectorSocketTransport.writelines()` method fails to signal the protocol to clear the write buffer when it approaches capacity. Because of this, protocols would not periodically drain the write buffer, potentially leading to a denial of service via memory exhaustion.", title: "Vulnerability description", }, { category: "summary", text: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability likely impacts a small number of users. You must be using Python 3.12.0 or later, on Linux, using the asyncio module with protocols, and using .writelines() method which had new zero-copy-on-write behavior in Python 3.12.0 and later. If not all of these factors are true, then your usage of Python is unaffected.\n\n\nThis vulnerability is rated with an Important severity due to its potential for denial of service (DoS) attacks through memory exhaustion. By failing to signal the protocol to drain the write buffer when approaching the high-water mark, the affected `asyncio._SelectorSocketTransport.writelines()` method introduces a important flaw in flow control. This flaw can lead to uncontrolled growth of the buffer in long-running or high-throughput applications, which are typical in networked systems or event-driven architectures. Given that `asyncio` is widely used in performance-critical Python applications for handling asynchronous I/O, the impact of memory exhaustion could destabilize services, compromise system availability, and increase the risk of cascading failures, especially in production environments handling large-scale or untrusted inputs.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "RHBZ#2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-12254", url: "https://www.cve.org/CVERecord?id=CVE-2024-12254", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", }, { category: "external", summary: "https://github.com/python/cpython/issues/127655", url: "https://github.com/python/cpython/issues/127655", }, { category: "external", summary: "https://github.com/python/cpython/pull/127656", url: "https://github.com/python/cpython/pull/127656", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", }, ], release_date: "2024-12-06T15:19:41.576000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:56:14+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10980", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.8-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.8-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.8-1.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", }, ], }
rhsa-2024_10979
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\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-2024:10979", url: "https://access.redhat.com/errata/RHSA-2024:10979", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10979.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2024-12-18T02:22:32+00:00", generator: { date: "2024-12-18T02:22:32+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.3", }, }, id: "RHSA-2024:10979", initial_release_date: "2024-12-12T08:56:14+00:00", revision_history: [ { date: "2024-12-12T08:56:14+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T08:56:14+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-18T02:22:32+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.11-1.el8_10.src", product: { name: "python3.11-0:3.11.11-1.el8_10.src", product_id: "python3.11-0:3.11.11-1.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-test-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-test-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-test-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-test-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.i686", product_id: "python3.11-devel-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.i686", product_id: "python3.11-libs-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-0:3.11.11-1.el8_10.i686", product_id: "python3.11-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.i686", product_id: "python3.11-debug-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.i686", product_id: "python3.11-idle-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-test-0:3.11.11-1.el8_10.i686", product_id: "python3.11-test-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-devel-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-libs-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-debug-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-idle-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-test-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-test-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", product: { name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", product_id: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-rpm-macros@3.11.11-1.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", }, product_reference: "python3.11-0:3.11.11-1.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", }, product_reference: "python3.11-0:3.11.11-1.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:56:14+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.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10979", }, { 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.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, ], }
RHSA-2024:10979
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\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-2024:10979", url: "https://access.redhat.com/errata/RHSA-2024:10979", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10979.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2025-02-10T19:00:01+00:00", generator: { date: "2025-02-10T19:00:01+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:10979", initial_release_date: "2024-12-12T08:56:14+00:00", revision_history: [ { date: "2024-12-12T08:56:14+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T08:56:14+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T19:00:01+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.11-1.el8_10.src", product: { name: "python3.11-0:3.11.11-1.el8_10.src", product_id: "python3.11-0:3.11.11-1.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.aarch64", product: { name: "python3.11-test-0:3.11.11-1.el8_10.aarch64", product_id: "python3.11-test-0:3.11.11-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", product: { name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", product_id: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.x86_64", product: { name: "python3.11-test-0:3.11.11-1.el8_10.x86_64", product_id: "python3.11-test-0:3.11.11-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.i686", product_id: "python3.11-devel-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.i686", product_id: "python3.11-libs-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-0:3.11.11-1.el8_10.i686", product_id: "python3.11-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.i686", product_id: "python3.11-debug-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.i686", product_id: "python3.11-idle-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-test-0:3.11.11-1.el8_10.i686", product_id: "python3.11-test-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-devel-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-devel-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-libs-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-libs-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-debug-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-debug-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-idle-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-idle-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.11-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.11-1.el8_10.s390x", product: { name: "python3.11-test-0:3.11.11-1.el8_10.s390x", product_id: "python3.11-test-0:3.11.11-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.11-1.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", product: { name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", product_id: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-rpm-macros@3.11.11-1.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", }, product_reference: "python3.11-0:3.11.11-1.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", }, product_reference: "python3.11-0:3.11.11-1.el8_10.src", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debug-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-devel-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-idle-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-libs-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", }, product_reference: "python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-test-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.i686", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.s390x", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", relates_to_product_reference: "CRB-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:56:14+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.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10979", }, { 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.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.11-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-1.el8_10.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, ], }
rhsa-2024:11024
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 python3.9:3.9.18 module 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\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-2024:11024", url: "https://access.redhat.com/errata/RHSA-2024:11024", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11024.json", }, ], title: "Red Hat Security Advisory: python3.9:3.9.18 security update", tracking: { current_release_date: "2025-02-10T19:00:28+00:00", generator: { date: "2025-02-10T19:00:28+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:11024", initial_release_date: "2024-12-12T21:11:25+00:00", revision_history: [ { date: "2024-12-12T21:11:25+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T21:11:25+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T19:00:28+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.7.noarch", product: { name: "python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", product_id: "python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.7?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-devel-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-libs-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-debug-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-idle-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.aarch64", product: { name: "python3-test-0:3.9.18-3.el9_4.7.aarch64", product_id: "python3-test-0:3.9.18-3.el9_4.7.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-devel-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-libs-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-debug-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-idle-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.ppc64le", product: { name: "python3-test-0:3.9.18-3.el9_4.7.ppc64le", product_id: "python3-test-0:3.9.18-3.el9_4.7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.i686", product_id: "python3-devel-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.i686", product_id: "python3-libs-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-0:3.9.18-3.el9_4.7.i686", product_id: "python3-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.i686", product_id: "python3-debug-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.i686", product_id: "python3-idle-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-test-0:3.9.18-3.el9_4.7.i686", product_id: "python3-test-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=i686", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.i686", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.i686", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-devel-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-libs-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-debug-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-idle-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.x86_64", product: { name: "python3-test-0:3.9.18-3.el9_4.7.x86_64", product_id: "python3-test-0:3.9.18-3.el9_4.7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3-devel-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-devel-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-devel-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-tkinter-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-tkinter-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-tkinter-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", product_id: "python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", product_id: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-libs-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-libs-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-libs-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-debug-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-debug-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-debug-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-idle-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-idle-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-idle-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.7?arch=s390x", }, }, }, { category: "product_version", name: "python3-test-0:3.9.18-3.el9_4.7.s390x", product: { name: "python3-test-0:3.9.18-3.el9_4.7.s390x", product_id: "python3-test-0:3.9.18-3.el9_4.7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.7?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python3.9-0:3.9.18-3.el9_4.7.src", product: { name: "python3.9-0:3.9.18-3.el9_4.7.src", product_id: "python3.9-0:3.9.18-3.el9_4.7.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.7?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.7.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.7.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.noarch", }, product_reference: "python-unversioned-command-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-debug-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-devel-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-idle-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-libs-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-test-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3-tkinter-0:3.9.18-3.el9_4.7.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.7.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.7.src", }, product_reference: "python3.9-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debuginfo-0:3.9.18-3.el9_4.7.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.7.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.7.aarch64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.i686", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.ppc64le", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.s390x", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.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.7.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.7.x86_64", }, product_reference: "python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", relates_to_product_reference: "CRB-9.4.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's 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.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T21:11:25+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.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11024", }, { 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.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.7.noarch", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.7.src", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.7.x86_64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.aarch64", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.i686", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.ppc64le", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.s390x", "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, ], }
rhsa-2024:10978
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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* python: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\n\n* python: Unbounded memory buffering in SelectorSocketTransport.writelines() (CVE-2024-12254)\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-2024:10978", url: "https://access.redhat.com/errata/RHSA-2024:10978", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10978.json", }, ], title: "Red Hat Security Advisory: python3.12 security update", tracking: { current_release_date: "2025-02-10T19:00:14+00:00", generator: { date: "2025-02-10T19:00:14+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:10978", initial_release_date: "2024-12-12T08:42:34+00:00", revision_history: [ { date: "2024-12-12T08:42:34+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-12T08:42:34+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T19:00: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 (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN", 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.5-2.el9_5.2.src", product: { name: "python3.12-0:3.12.5-2.el9_5.2.src", product_id: "python3.12-0:3.12.5-2.el9_5.2.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.12-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", product: { name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", product_id: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.2?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.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.src", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-test-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", }, product_reference: "python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:42: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-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10978", }, { 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.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, { cve: "CVE-2024-12254", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, discovery_date: "2024-12-06T16:00:53.728823+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2330804", }, ], notes: [ { category: "description", text: "A flaw was found in Python. In certain configurations, the `asyncio._SelectorSocketTransport.writelines()` method fails to signal the protocol to clear the write buffer when it approaches capacity. Because of this, protocols would not periodically drain the write buffer, potentially leading to a denial of service via memory exhaustion.", title: "Vulnerability description", }, { category: "summary", text: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability likely impacts a small number of users. You must be using Python 3.12.0 or later, on Linux, using the asyncio module with protocols, and using .writelines() method which had new zero-copy-on-write behavior in Python 3.12.0 and later. If not all of these factors are true, then your usage of Python is unaffected.\n\n\nThis vulnerability is rated with an Important severity due to its potential for denial of service (DoS) attacks through memory exhaustion. By failing to signal the protocol to drain the write buffer when approaching the high-water mark, the affected `asyncio._SelectorSocketTransport.writelines()` method introduces a important flaw in flow control. This flaw can lead to uncontrolled growth of the buffer in long-running or high-throughput applications, which are typical in networked systems or event-driven architectures. Given that `asyncio` is widely used in performance-critical Python applications for handling asynchronous I/O, the impact of memory exhaustion could destabilize services, compromise system availability, and increase the risk of cascading failures, especially in production environments handling large-scale or untrusted inputs.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "RHBZ#2330804", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-12254", url: "https://www.cve.org/CVERecord?id=CVE-2024-12254", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", }, { category: "external", summary: "https://github.com/python/cpython/issues/127655", url: "https://github.com/python/cpython/issues/127655", }, { category: "external", summary: "https://github.com/python/cpython/pull/127656", url: "https://github.com/python/cpython/pull/127656", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", }, ], release_date: "2024-12-06T15:19:41.576000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-12T08:42: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-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:10978", }, { 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.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.2.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "python: Unbounded memory buffering in SelectorSocketTransport.writelines()", }, ], }
rhsa-2024:11111
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 Moderate. 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: Virtual environment (venv) activation scripts don't quote paths (CVE-2024-9287)\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-2024:11111", url: "https://access.redhat.com/errata/RHSA-2024:11111", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_11111.json", }, ], title: "Red Hat Security Advisory: python3.11 security update", tracking: { current_release_date: "2025-02-10T18:59:11+00:00", generator: { date: "2025-02-10T18:59:11+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.0", }, }, id: "RHSA-2024:11111", initial_release_date: "2024-12-16T12:06:49+00:00", revision_history: [ { date: "2024-12-16T12:06:49+00:00", number: "1", summary: "Initial version", }, { date: "2024-12-16T12:06:49+00:00", number: "2", summary: "Last updated version", }, { date: "2025-02-10T18:59: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. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, { category: "product_name", name: "Red Hat CodeReady Linux Builder (v. 9)", product: { name: "Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN", 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.9-7.el9_5.2.src", product: { name: "python3.11-0:3.11.9-7.el9_5.2.src", product_id: "python3.11-0:3.11.9-7.el9_5.2.src", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?arch=i686", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=i686", }, }, }, ], category: "architecture", name: "i686", }, { branches: [ { category: "product_version", name: "python3.11-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.2?arch=s390x", }, }, }, { category: "product_version", name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", product: { name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", product_id: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.2?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.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.src", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "AppStream-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.src as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.src", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-test-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, { category: "default_component_of", full_product_name: { name: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", product_id: "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", }, product_reference: "python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", relates_to_product_reference: "CRB-9.5.0.Z.MAIN", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", cwe: { id: "CWE-428", name: "Unquoted Search Path or Element", }, discovery_date: "2024-10-24T10:14:11.787329+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2321440", }, ], notes: [ { category: "description", text: "A 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.", title: "Vulnerability description", }, { category: "summary", text: "python: Virtual environment (venv) activation scripts don't quote paths", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability in the Python `venv` module is rated as moderate rather than important because it relies on a specific set of conditions to be exploitable, limiting its impact. An attacker would need to have control over the virtual environment creation process and access to the environment setup, which is less common in typical usage scenarios. Furthermore, the vulnerability only poses a risk if users activate the malicious virtual environment through `source venv/bin/activate` or similar scripts, as direct invocation of the virtual environment without activation (`./venv/bin/python`) is not affected.\n\nVersions of python36:3.6/python36 and python39:3.9/python39 as shipped with Red Hat Enterprise Linux 8 are marked as 'Not affected' 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "RHBZ#2321440", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-9287", url: "https://www.cve.org/CVERecord?id=CVE-2024-9287", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { category: "external", summary: "https://github.com/python/cpython/issues/124651", url: "https://github.com/python/cpython/issues/124651", }, { category: "external", summary: "https://github.com/python/cpython/pull/124712", url: "https://github.com/python/cpython/pull/124712", }, { category: "external", summary: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], release_date: "2024-10-22T16:34:39.210000+00:00", remediations: [ { category: "vendor_fix", date: "2024-12-16T12:06:49+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.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:11111", }, { 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.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N", version: "3.1", }, products: [ "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.2.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.2.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "python: Virtual environment (venv) activation scripts don't quote paths", }, ], }
fkie_cve-2024-9287
Vulnerability from fkie_nvd
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", matchCriteriaId: "33E41245-604A-4967-85A8-F3DC04E6D0CC", versionEndExcluding: "3.9.21", vulnerable: true, }, { criteria: "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", matchCriteriaId: "B013F87A-0CEE-4DC1-AAFC-7EBDAC6576C5", versionEndExcluding: "3.10.16", versionStartIncluding: "3.10.0", vulnerable: true, }, { criteria: "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", matchCriteriaId: "DC875838-E29D-4D06-84DA-8F552FCFD726", versionEndExcluding: "3.11.11", versionStartIncluding: "3.11.0", vulnerable: true, }, { criteria: "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", matchCriteriaId: "D4899490-179B-4EB7-9713-912862F62B94", versionEndExcluding: "3.12.8", versionStartIncluding: "3.12.0", vulnerable: true, }, { criteria: "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", matchCriteriaId: "B186E2B1-39FF-4264-AAC3-CF6D5E767F30", versionEndExcluding: "3.13.1", versionStartIncluding: "3.13.0", vulnerable: true, }, { criteria: "cpe:2.3:a:python:python:3.14.0:alpha1:*:*:*:*:*:*", matchCriteriaId: "BAEA33EC-9685-4778-B77C-3E127BD31DB9", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", }, { lang: "es", value: " Se ha encontrado una vulnerabilidad en el módulo `venv` de CPython y en la CLI donde los nombres de ruta proporcionados al crear un entorno virtual no se citaban correctamente, lo que permitía al creador inyectar comandos en los scripts de \"activación\" del entorno virtual (es decir, \"source venv/bin/activate\"). Esto significa que los entornos virtuales controlados por el atacante pueden ejecutar comandos cuando el entorno virtual está activado. Los entornos virtuales que no son creados por un atacante o que no se activan antes de ser utilizados (es decir, \"./venv/bin/python\") no se ven afectados.", }, ], id: "CVE-2024-9287", lastModified: "2025-02-10T18:47:16.547", metrics: { cvssMetricV31: [ { cvssData: { 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", }, exploitabilityScore: 1.8, impactScore: 5.9, source: "nvd@nist.gov", type: "Primary", }, ], cvssMetricV40: [ { cvssData: { Automatable: "NOT_DEFINED", Recovery: "NOT_DEFINED", Safety: "NOT_DEFINED", attackComplexity: "LOW", attackRequirements: "PRESENT", attackVector: "LOCAL", availabilityRequirement: "NOT_DEFINED", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityRequirement: "NOT_DEFINED", exploitMaturity: "NOT_DEFINED", integrityRequirement: "NOT_DEFINED", modifiedAttackComplexity: "NOT_DEFINED", modifiedAttackRequirements: "NOT_DEFINED", modifiedAttackVector: "NOT_DEFINED", modifiedPrivilegesRequired: "NOT_DEFINED", modifiedSubAvailabilityImpact: "NOT_DEFINED", modifiedSubConfidentialityImpact: "NOT_DEFINED", modifiedSubIntegrityImpact: "NOT_DEFINED", modifiedUserInteraction: "NOT_DEFINED", modifiedVulnAvailabilityImpact: "NOT_DEFINED", modifiedVulnConfidentialityImpact: "NOT_DEFINED", modifiedVulnIntegrityImpact: "NOT_DEFINED", privilegesRequired: "HIGH", providerUrgency: "GREEN", subAvailabilityImpact: "NONE", subConfidentialityImpact: "NONE", subIntegrityImpact: "NONE", userInteraction: "ACTIVE", valueDensity: "NOT_DEFINED", vectorString: "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Green", version: "4.0", vulnAvailabilityImpact: "NONE", vulnConfidentialityImpact: "HIGH", vulnIntegrityImpact: "HIGH", vulnerabilityResponseEffort: "NOT_DEFINED", }, source: "cna@python.org", type: "Secondary", }, ], }, published: "2024-10-22T17:15:06.697", references: [ { source: "cna@python.org", tags: [ "Patch", ], url: "https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7", }, { source: "cna@python.org", tags: [ "Patch", ], url: "https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db", }, { source: "cna@python.org", tags: [ "Patch", ], url: "https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8", }, { source: "cna@python.org", tags: [ "Patch", ], url: "https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97", }, { source: "cna@python.org", tags: [ "Patch", ], url: "https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111b", }, { source: "cna@python.org", tags: [ "Patch", ], url: "https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483", }, { source: "cna@python.org", tags: [ "Issue Tracking", ], url: "https://github.com/python/cpython/issues/124651", }, { source: "cna@python.org", tags: [ "Issue Tracking", "Patch", ], url: "https://github.com/python/cpython/pull/124712", }, { source: "cna@python.org", tags: [ "Vendor Advisory", ], url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/", }, ], sourceIdentifier: "cna@python.org", vulnStatus: "Analyzed", weaknesses: [ { description: [ { lang: "en", value: "CWE-428", }, ], source: "cna@python.org", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-77", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
ghsa-grqq-hcc7-crmr
Vulnerability from github
5.3 (Medium) - CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/U:Green
A vulnerability has been found in the CPython venv
module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts (ie "source venv/bin/activate"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie "./venv/bin/python") are not affected.
{ affected: [], aliases: [ "CVE-2024-9287", ], database_specific: { cwe_ids: [ "CWE-428", "CWE-77", ], github_reviewed: false, github_reviewed_at: null, nvd_published_at: "2024-10-22T17:15:06Z", severity: "MODERATE", }, details: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", id: "GHSA-grqq-hcc7-crmr", modified: "2025-02-10T21:31:33Z", published: "2024-10-22T18:32:12Z", references: [ { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-9287", }, { type: "WEB", url: "https://github.com/python/cpython/issues/124651", }, { type: "WEB", url: "https://github.com/python/cpython/pull/124712", }, { type: "WEB", url: "https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7", }, { type: "WEB", url: "https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db", }, { type: "WEB", url: "https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8", }, { type: "WEB", url: "https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97", }, { type: "WEB", url: "https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111b", }, { type: "WEB", url: "https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483", }, { type: "WEB", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", type: "CVSS_V3", }, { score: "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Green", type: "CVSS_V4", }, ], }
opensuse-su-2024:14455-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "python311-3.11.10-3.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python311-3.11.10-3.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14455", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14455-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2024:14455-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XOVJMCY4KA267OTEHQVHGXZYG3ZDFHLF/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2024:14455-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XOVJMCY4KA267OTEHQVHGXZYG3ZDFHLF/", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "python311-3.11.10-3.1 on GA media", tracking: { current_release_date: "2024-11-03T00:00:00Z", generator: { date: "2024-11-03T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14455-1", initial_release_date: "2024-11-03T00:00:00Z", revision_history: [ { date: "2024-11-03T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python311-3.11.10-3.1.aarch64", product: { name: "python311-3.11.10-3.1.aarch64", product_id: "python311-3.11.10-3.1.aarch64", }, }, { category: "product_version", name: "python311-32bit-3.11.10-3.1.aarch64", product: { name: "python311-32bit-3.11.10-3.1.aarch64", product_id: "python311-32bit-3.11.10-3.1.aarch64", }, }, { category: "product_version", name: "python311-curses-3.11.10-3.1.aarch64", product: { name: "python311-curses-3.11.10-3.1.aarch64", product_id: "python311-curses-3.11.10-3.1.aarch64", }, }, { category: "product_version", name: "python311-dbm-3.11.10-3.1.aarch64", product: { name: "python311-dbm-3.11.10-3.1.aarch64", product_id: "python311-dbm-3.11.10-3.1.aarch64", }, }, { category: "product_version", name: "python311-idle-3.11.10-3.1.aarch64", product: { name: "python311-idle-3.11.10-3.1.aarch64", product_id: "python311-idle-3.11.10-3.1.aarch64", }, }, { category: "product_version", name: "python311-tk-3.11.10-3.1.aarch64", product: { name: "python311-tk-3.11.10-3.1.aarch64", product_id: "python311-tk-3.11.10-3.1.aarch64", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.10-3.1.aarch64", product: { name: "python311-x86-64-v3-3.11.10-3.1.aarch64", product_id: "python311-x86-64-v3-3.11.10-3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python311-3.11.10-3.1.ppc64le", product: { name: "python311-3.11.10-3.1.ppc64le", product_id: "python311-3.11.10-3.1.ppc64le", }, }, { category: "product_version", name: "python311-32bit-3.11.10-3.1.ppc64le", product: { name: "python311-32bit-3.11.10-3.1.ppc64le", product_id: "python311-32bit-3.11.10-3.1.ppc64le", }, }, { category: "product_version", name: "python311-curses-3.11.10-3.1.ppc64le", product: { name: "python311-curses-3.11.10-3.1.ppc64le", product_id: "python311-curses-3.11.10-3.1.ppc64le", }, }, { category: "product_version", name: "python311-dbm-3.11.10-3.1.ppc64le", product: { name: "python311-dbm-3.11.10-3.1.ppc64le", product_id: "python311-dbm-3.11.10-3.1.ppc64le", }, }, { category: "product_version", name: "python311-idle-3.11.10-3.1.ppc64le", product: { name: "python311-idle-3.11.10-3.1.ppc64le", product_id: "python311-idle-3.11.10-3.1.ppc64le", }, }, { category: "product_version", name: "python311-tk-3.11.10-3.1.ppc64le", product: { name: "python311-tk-3.11.10-3.1.ppc64le", product_id: "python311-tk-3.11.10-3.1.ppc64le", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.10-3.1.ppc64le", product: { name: "python311-x86-64-v3-3.11.10-3.1.ppc64le", product_id: "python311-x86-64-v3-3.11.10-3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python311-3.11.10-3.1.s390x", product: { name: "python311-3.11.10-3.1.s390x", product_id: "python311-3.11.10-3.1.s390x", }, }, { category: "product_version", name: "python311-32bit-3.11.10-3.1.s390x", product: { name: "python311-32bit-3.11.10-3.1.s390x", product_id: "python311-32bit-3.11.10-3.1.s390x", }, }, { category: "product_version", name: "python311-curses-3.11.10-3.1.s390x", product: { name: "python311-curses-3.11.10-3.1.s390x", product_id: "python311-curses-3.11.10-3.1.s390x", }, }, { category: "product_version", name: "python311-dbm-3.11.10-3.1.s390x", product: { name: "python311-dbm-3.11.10-3.1.s390x", product_id: "python311-dbm-3.11.10-3.1.s390x", }, }, { category: "product_version", name: "python311-idle-3.11.10-3.1.s390x", product: { name: "python311-idle-3.11.10-3.1.s390x", product_id: "python311-idle-3.11.10-3.1.s390x", }, }, { category: "product_version", name: "python311-tk-3.11.10-3.1.s390x", product: { name: "python311-tk-3.11.10-3.1.s390x", product_id: "python311-tk-3.11.10-3.1.s390x", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.10-3.1.s390x", product: { name: "python311-x86-64-v3-3.11.10-3.1.s390x", product_id: "python311-x86-64-v3-3.11.10-3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python311-3.11.10-3.1.x86_64", product: { name: "python311-3.11.10-3.1.x86_64", product_id: "python311-3.11.10-3.1.x86_64", }, }, { category: "product_version", name: "python311-32bit-3.11.10-3.1.x86_64", product: { name: "python311-32bit-3.11.10-3.1.x86_64", product_id: "python311-32bit-3.11.10-3.1.x86_64", }, }, { category: "product_version", name: "python311-curses-3.11.10-3.1.x86_64", product: { name: "python311-curses-3.11.10-3.1.x86_64", product_id: "python311-curses-3.11.10-3.1.x86_64", }, }, { category: "product_version", name: "python311-dbm-3.11.10-3.1.x86_64", product: { name: "python311-dbm-3.11.10-3.1.x86_64", product_id: "python311-dbm-3.11.10-3.1.x86_64", }, }, { category: "product_version", name: "python311-idle-3.11.10-3.1.x86_64", product: { name: "python311-idle-3.11.10-3.1.x86_64", product_id: "python311-idle-3.11.10-3.1.x86_64", }, }, { category: "product_version", name: "python311-tk-3.11.10-3.1.x86_64", product: { name: "python311-tk-3.11.10-3.1.x86_64", product_id: "python311-tk-3.11.10-3.1.x86_64", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.10-3.1.x86_64", product: { name: "python311-x86-64-v3-3.11.10-3.1.x86_64", product_id: "python311-x86-64-v3-3.11.10-3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python311-3.11.10-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.10-3.1.aarch64", }, product_reference: "python311-3.11.10-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.10-3.1.ppc64le", }, product_reference: "python311-3.11.10-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.10-3.1.s390x", }, product_reference: "python311-3.11.10-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.10-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.10-3.1.x86_64", }, product_reference: "python311-3.11.10-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.10-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.aarch64", }, product_reference: "python311-32bit-3.11.10-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.10-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.ppc64le", }, product_reference: "python311-32bit-3.11.10-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.10-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.s390x", }, product_reference: "python311-32bit-3.11.10-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.10-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.x86_64", }, product_reference: "python311-32bit-3.11.10-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.aarch64", }, product_reference: "python311-curses-3.11.10-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.ppc64le", }, product_reference: "python311-curses-3.11.10-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.s390x", }, product_reference: "python311-curses-3.11.10-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.10-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.x86_64", }, product_reference: "python311-curses-3.11.10-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.aarch64", }, product_reference: "python311-dbm-3.11.10-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.ppc64le", }, product_reference: "python311-dbm-3.11.10-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.s390x", }, product_reference: "python311-dbm-3.11.10-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.10-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.x86_64", }, product_reference: "python311-dbm-3.11.10-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.aarch64", }, product_reference: "python311-idle-3.11.10-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.ppc64le", }, product_reference: "python311-idle-3.11.10-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.s390x", }, product_reference: "python311-idle-3.11.10-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.10-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.x86_64", }, product_reference: "python311-idle-3.11.10-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.aarch64", }, product_reference: "python311-tk-3.11.10-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.ppc64le", }, product_reference: "python311-tk-3.11.10-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.s390x", }, product_reference: "python311-tk-3.11.10-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.10-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.x86_64", }, product_reference: "python311-tk-3.11.10-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.10-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.aarch64", }, product_reference: "python311-x86-64-v3-3.11.10-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.10-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.ppc64le", }, product_reference: "python311-x86-64-v3-3.11.10-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.10-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.s390x", }, product_reference: "python311-x86-64-v3-3.11.10-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.10-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.x86_64", }, product_reference: "python311-x86-64-v3-3.11.10-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python311-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python311-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python311-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.10-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.10-3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-03T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
opensuse-su-2024:14456-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "python312-3.12.7-2.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python312-3.12.7-2.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14456", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14456-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2024:14456-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WTLWSKEJY5ZQSVBIFJAPHI42KG6XZRAO/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2024:14456-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WTLWSKEJY5ZQSVBIFJAPHI42KG6XZRAO/", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "python312-3.12.7-2.1 on GA media", tracking: { current_release_date: "2024-11-03T00:00:00Z", generator: { date: "2024-11-03T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14456-1", initial_release_date: "2024-11-03T00:00:00Z", revision_history: [ { date: "2024-11-03T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python312-3.12.7-2.1.aarch64", product: { name: "python312-3.12.7-2.1.aarch64", product_id: "python312-3.12.7-2.1.aarch64", }, }, { category: "product_version", name: "python312-32bit-3.12.7-2.1.aarch64", product: { name: "python312-32bit-3.12.7-2.1.aarch64", product_id: "python312-32bit-3.12.7-2.1.aarch64", }, }, { category: "product_version", name: "python312-curses-3.12.7-2.1.aarch64", product: { name: "python312-curses-3.12.7-2.1.aarch64", product_id: "python312-curses-3.12.7-2.1.aarch64", }, }, { category: "product_version", name: "python312-dbm-3.12.7-2.1.aarch64", product: { name: "python312-dbm-3.12.7-2.1.aarch64", product_id: "python312-dbm-3.12.7-2.1.aarch64", }, }, { category: "product_version", name: "python312-idle-3.12.7-2.1.aarch64", product: { name: "python312-idle-3.12.7-2.1.aarch64", product_id: "python312-idle-3.12.7-2.1.aarch64", }, }, { category: "product_version", name: "python312-tk-3.12.7-2.1.aarch64", product: { name: "python312-tk-3.12.7-2.1.aarch64", product_id: "python312-tk-3.12.7-2.1.aarch64", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.7-2.1.aarch64", product: { name: "python312-x86-64-v3-3.12.7-2.1.aarch64", product_id: "python312-x86-64-v3-3.12.7-2.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python312-3.12.7-2.1.ppc64le", product: { name: "python312-3.12.7-2.1.ppc64le", product_id: "python312-3.12.7-2.1.ppc64le", }, }, { category: "product_version", name: "python312-32bit-3.12.7-2.1.ppc64le", product: { name: "python312-32bit-3.12.7-2.1.ppc64le", product_id: "python312-32bit-3.12.7-2.1.ppc64le", }, }, { category: "product_version", name: "python312-curses-3.12.7-2.1.ppc64le", product: { name: "python312-curses-3.12.7-2.1.ppc64le", product_id: "python312-curses-3.12.7-2.1.ppc64le", }, }, { category: "product_version", name: "python312-dbm-3.12.7-2.1.ppc64le", product: { name: "python312-dbm-3.12.7-2.1.ppc64le", product_id: "python312-dbm-3.12.7-2.1.ppc64le", }, }, { category: "product_version", name: "python312-idle-3.12.7-2.1.ppc64le", product: { name: "python312-idle-3.12.7-2.1.ppc64le", product_id: "python312-idle-3.12.7-2.1.ppc64le", }, }, { category: "product_version", name: "python312-tk-3.12.7-2.1.ppc64le", product: { name: "python312-tk-3.12.7-2.1.ppc64le", product_id: "python312-tk-3.12.7-2.1.ppc64le", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.7-2.1.ppc64le", product: { name: "python312-x86-64-v3-3.12.7-2.1.ppc64le", product_id: "python312-x86-64-v3-3.12.7-2.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python312-3.12.7-2.1.s390x", product: { name: "python312-3.12.7-2.1.s390x", product_id: "python312-3.12.7-2.1.s390x", }, }, { category: "product_version", name: "python312-32bit-3.12.7-2.1.s390x", product: { name: "python312-32bit-3.12.7-2.1.s390x", product_id: "python312-32bit-3.12.7-2.1.s390x", }, }, { category: "product_version", name: "python312-curses-3.12.7-2.1.s390x", product: { name: "python312-curses-3.12.7-2.1.s390x", product_id: "python312-curses-3.12.7-2.1.s390x", }, }, { category: "product_version", name: "python312-dbm-3.12.7-2.1.s390x", product: { name: "python312-dbm-3.12.7-2.1.s390x", product_id: "python312-dbm-3.12.7-2.1.s390x", }, }, { category: "product_version", name: "python312-idle-3.12.7-2.1.s390x", product: { name: "python312-idle-3.12.7-2.1.s390x", product_id: "python312-idle-3.12.7-2.1.s390x", }, }, { category: "product_version", name: "python312-tk-3.12.7-2.1.s390x", product: { name: "python312-tk-3.12.7-2.1.s390x", product_id: "python312-tk-3.12.7-2.1.s390x", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.7-2.1.s390x", product: { name: "python312-x86-64-v3-3.12.7-2.1.s390x", product_id: "python312-x86-64-v3-3.12.7-2.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python312-3.12.7-2.1.x86_64", product: { name: "python312-3.12.7-2.1.x86_64", product_id: "python312-3.12.7-2.1.x86_64", }, }, { category: "product_version", name: "python312-32bit-3.12.7-2.1.x86_64", product: { name: "python312-32bit-3.12.7-2.1.x86_64", product_id: "python312-32bit-3.12.7-2.1.x86_64", }, }, { category: "product_version", name: "python312-curses-3.12.7-2.1.x86_64", product: { name: "python312-curses-3.12.7-2.1.x86_64", product_id: "python312-curses-3.12.7-2.1.x86_64", }, }, { category: "product_version", name: "python312-dbm-3.12.7-2.1.x86_64", product: { name: "python312-dbm-3.12.7-2.1.x86_64", product_id: "python312-dbm-3.12.7-2.1.x86_64", }, }, { category: "product_version", name: "python312-idle-3.12.7-2.1.x86_64", product: { name: "python312-idle-3.12.7-2.1.x86_64", product_id: "python312-idle-3.12.7-2.1.x86_64", }, }, { category: "product_version", name: "python312-tk-3.12.7-2.1.x86_64", product: { name: "python312-tk-3.12.7-2.1.x86_64", product_id: "python312-tk-3.12.7-2.1.x86_64", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.7-2.1.x86_64", product: { name: "python312-x86-64-v3-3.12.7-2.1.x86_64", product_id: "python312-x86-64-v3-3.12.7-2.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python312-3.12.7-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.7-2.1.aarch64", }, product_reference: "python312-3.12.7-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.7-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.7-2.1.ppc64le", }, product_reference: "python312-3.12.7-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.7-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.7-2.1.s390x", }, product_reference: "python312-3.12.7-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.7-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.7-2.1.x86_64", }, product_reference: "python312-3.12.7-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.7-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.aarch64", }, product_reference: "python312-32bit-3.12.7-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.7-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.ppc64le", }, product_reference: "python312-32bit-3.12.7-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.7-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.s390x", }, product_reference: "python312-32bit-3.12.7-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.7-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.x86_64", }, product_reference: "python312-32bit-3.12.7-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.aarch64", }, product_reference: "python312-curses-3.12.7-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.ppc64le", }, product_reference: "python312-curses-3.12.7-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.s390x", }, product_reference: "python312-curses-3.12.7-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.7-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.x86_64", }, product_reference: "python312-curses-3.12.7-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.aarch64", }, product_reference: "python312-dbm-3.12.7-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.ppc64le", }, product_reference: "python312-dbm-3.12.7-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.s390x", }, product_reference: "python312-dbm-3.12.7-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.7-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.x86_64", }, product_reference: "python312-dbm-3.12.7-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.aarch64", }, product_reference: "python312-idle-3.12.7-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.ppc64le", }, product_reference: "python312-idle-3.12.7-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.s390x", }, product_reference: "python312-idle-3.12.7-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.7-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.x86_64", }, product_reference: "python312-idle-3.12.7-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.aarch64", }, product_reference: "python312-tk-3.12.7-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.ppc64le", }, product_reference: "python312-tk-3.12.7-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.s390x", }, product_reference: "python312-tk-3.12.7-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.7-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.x86_64", }, product_reference: "python312-tk-3.12.7-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.7-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.aarch64", }, product_reference: "python312-x86-64-v3-3.12.7-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.7-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.ppc64le", }, product_reference: "python312-x86-64-v3-3.12.7-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.7-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.s390x", }, product_reference: "python312-x86-64-v3-3.12.7-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.7-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.x86_64", }, product_reference: "python312-x86-64-v3-3.12.7-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python312-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python312-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python312-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.7-2.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.7-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-03T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
opensuse-su-2024:14427-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "python310-3.10.15-2.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python310-3.10.15-2.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14427", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14427-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2024:14427-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/NJFBQRJPO2RKRNCFXRZ7LBNZOD2J2TFB/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2024:14427-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/NJFBQRJPO2RKRNCFXRZ7LBNZOD2J2TFB/", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "python310-3.10.15-2.1 on GA media", tracking: { current_release_date: "2024-10-25T00:00:00Z", generator: { date: "2024-10-25T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14427-1", initial_release_date: "2024-10-25T00:00:00Z", revision_history: [ { date: "2024-10-25T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python310-3.10.15-2.1.aarch64", product: { name: "python310-3.10.15-2.1.aarch64", product_id: "python310-3.10.15-2.1.aarch64", }, }, { category: "product_version", name: "python310-32bit-3.10.15-2.1.aarch64", product: { name: "python310-32bit-3.10.15-2.1.aarch64", product_id: "python310-32bit-3.10.15-2.1.aarch64", }, }, { category: "product_version", name: "python310-curses-3.10.15-2.1.aarch64", product: { name: "python310-curses-3.10.15-2.1.aarch64", product_id: "python310-curses-3.10.15-2.1.aarch64", }, }, { category: "product_version", name: "python310-dbm-3.10.15-2.1.aarch64", product: { name: "python310-dbm-3.10.15-2.1.aarch64", product_id: "python310-dbm-3.10.15-2.1.aarch64", }, }, { category: "product_version", name: "python310-idle-3.10.15-2.1.aarch64", product: { name: "python310-idle-3.10.15-2.1.aarch64", product_id: "python310-idle-3.10.15-2.1.aarch64", }, }, { category: "product_version", name: "python310-tk-3.10.15-2.1.aarch64", product: { name: "python310-tk-3.10.15-2.1.aarch64", product_id: "python310-tk-3.10.15-2.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python310-3.10.15-2.1.ppc64le", product: { name: "python310-3.10.15-2.1.ppc64le", product_id: "python310-3.10.15-2.1.ppc64le", }, }, { category: "product_version", name: "python310-32bit-3.10.15-2.1.ppc64le", product: { name: "python310-32bit-3.10.15-2.1.ppc64le", product_id: "python310-32bit-3.10.15-2.1.ppc64le", }, }, { category: "product_version", name: "python310-curses-3.10.15-2.1.ppc64le", product: { name: "python310-curses-3.10.15-2.1.ppc64le", product_id: "python310-curses-3.10.15-2.1.ppc64le", }, }, { category: "product_version", name: "python310-dbm-3.10.15-2.1.ppc64le", product: { name: "python310-dbm-3.10.15-2.1.ppc64le", product_id: "python310-dbm-3.10.15-2.1.ppc64le", }, }, { category: "product_version", name: "python310-idle-3.10.15-2.1.ppc64le", product: { name: "python310-idle-3.10.15-2.1.ppc64le", product_id: "python310-idle-3.10.15-2.1.ppc64le", }, }, { category: "product_version", name: "python310-tk-3.10.15-2.1.ppc64le", product: { name: "python310-tk-3.10.15-2.1.ppc64le", product_id: "python310-tk-3.10.15-2.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python310-3.10.15-2.1.s390x", product: { name: "python310-3.10.15-2.1.s390x", product_id: "python310-3.10.15-2.1.s390x", }, }, { category: "product_version", name: "python310-32bit-3.10.15-2.1.s390x", product: { name: "python310-32bit-3.10.15-2.1.s390x", product_id: "python310-32bit-3.10.15-2.1.s390x", }, }, { category: "product_version", name: "python310-curses-3.10.15-2.1.s390x", product: { name: "python310-curses-3.10.15-2.1.s390x", product_id: "python310-curses-3.10.15-2.1.s390x", }, }, { category: "product_version", name: "python310-dbm-3.10.15-2.1.s390x", product: { name: "python310-dbm-3.10.15-2.1.s390x", product_id: "python310-dbm-3.10.15-2.1.s390x", }, }, { category: "product_version", name: "python310-idle-3.10.15-2.1.s390x", product: { name: "python310-idle-3.10.15-2.1.s390x", product_id: "python310-idle-3.10.15-2.1.s390x", }, }, { category: "product_version", name: "python310-tk-3.10.15-2.1.s390x", product: { name: "python310-tk-3.10.15-2.1.s390x", product_id: "python310-tk-3.10.15-2.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python310-3.10.15-2.1.x86_64", product: { name: "python310-3.10.15-2.1.x86_64", product_id: "python310-3.10.15-2.1.x86_64", }, }, { category: "product_version", name: "python310-32bit-3.10.15-2.1.x86_64", product: { name: "python310-32bit-3.10.15-2.1.x86_64", product_id: "python310-32bit-3.10.15-2.1.x86_64", }, }, { category: "product_version", name: "python310-curses-3.10.15-2.1.x86_64", product: { name: "python310-curses-3.10.15-2.1.x86_64", product_id: "python310-curses-3.10.15-2.1.x86_64", }, }, { category: "product_version", name: "python310-dbm-3.10.15-2.1.x86_64", product: { name: "python310-dbm-3.10.15-2.1.x86_64", product_id: "python310-dbm-3.10.15-2.1.x86_64", }, }, { category: "product_version", name: "python310-idle-3.10.15-2.1.x86_64", product: { name: "python310-idle-3.10.15-2.1.x86_64", product_id: "python310-idle-3.10.15-2.1.x86_64", }, }, { category: "product_version", name: "python310-tk-3.10.15-2.1.x86_64", product: { name: "python310-tk-3.10.15-2.1.x86_64", product_id: "python310-tk-3.10.15-2.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python310-3.10.15-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.15-2.1.aarch64", }, product_reference: "python310-3.10.15-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.15-2.1.ppc64le", }, product_reference: "python310-3.10.15-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.15-2.1.s390x", }, product_reference: "python310-3.10.15-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.15-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.15-2.1.x86_64", }, product_reference: "python310-3.10.15-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.15-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.aarch64", }, product_reference: "python310-32bit-3.10.15-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.15-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.ppc64le", }, product_reference: "python310-32bit-3.10.15-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.15-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.s390x", }, product_reference: "python310-32bit-3.10.15-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.15-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.x86_64", }, product_reference: "python310-32bit-3.10.15-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.aarch64", }, product_reference: "python310-curses-3.10.15-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.ppc64le", }, product_reference: "python310-curses-3.10.15-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.s390x", }, product_reference: "python310-curses-3.10.15-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.15-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.x86_64", }, product_reference: "python310-curses-3.10.15-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.aarch64", }, product_reference: "python310-dbm-3.10.15-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.ppc64le", }, product_reference: "python310-dbm-3.10.15-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.s390x", }, product_reference: "python310-dbm-3.10.15-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.15-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.x86_64", }, product_reference: "python310-dbm-3.10.15-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.aarch64", }, product_reference: "python310-idle-3.10.15-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.ppc64le", }, product_reference: "python310-idle-3.10.15-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.s390x", }, product_reference: "python310-idle-3.10.15-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.15-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.x86_64", }, product_reference: "python310-idle-3.10.15-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.aarch64", }, product_reference: "python310-tk-3.10.15-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.ppc64le", }, product_reference: "python310-tk-3.10.15-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.s390x", }, product_reference: "python310-tk-3.10.15-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.15-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.x86_64", }, product_reference: "python310-tk-3.10.15-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python310-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python310-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python310-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.15-2.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.15-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-25T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
opensuse-su-2024:14426-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "python310-virtualenv-20.26.6-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python310-virtualenv-20.26.6-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14426", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14426-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "python310-virtualenv-20.26.6-1.1 on GA media", tracking: { current_release_date: "2024-10-25T00:00:00Z", generator: { date: "2024-10-25T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14426-1", initial_release_date: "2024-10-25T00:00:00Z", revision_history: [ { date: "2024-10-25T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python310-virtualenv-20.26.6-1.1.aarch64", product: { name: "python310-virtualenv-20.26.6-1.1.aarch64", product_id: "python310-virtualenv-20.26.6-1.1.aarch64", }, }, { category: "product_version", name: "python311-virtualenv-20.26.6-1.1.aarch64", product: { name: "python311-virtualenv-20.26.6-1.1.aarch64", product_id: "python311-virtualenv-20.26.6-1.1.aarch64", }, }, { category: "product_version", name: "python312-virtualenv-20.26.6-1.1.aarch64", product: { name: "python312-virtualenv-20.26.6-1.1.aarch64", product_id: "python312-virtualenv-20.26.6-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python310-virtualenv-20.26.6-1.1.ppc64le", product: { name: "python310-virtualenv-20.26.6-1.1.ppc64le", product_id: "python310-virtualenv-20.26.6-1.1.ppc64le", }, }, { category: "product_version", name: "python311-virtualenv-20.26.6-1.1.ppc64le", product: { name: "python311-virtualenv-20.26.6-1.1.ppc64le", product_id: "python311-virtualenv-20.26.6-1.1.ppc64le", }, }, { category: "product_version", name: "python312-virtualenv-20.26.6-1.1.ppc64le", product: { name: "python312-virtualenv-20.26.6-1.1.ppc64le", product_id: "python312-virtualenv-20.26.6-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python310-virtualenv-20.26.6-1.1.s390x", product: { name: "python310-virtualenv-20.26.6-1.1.s390x", product_id: "python310-virtualenv-20.26.6-1.1.s390x", }, }, { category: "product_version", name: "python311-virtualenv-20.26.6-1.1.s390x", product: { name: "python311-virtualenv-20.26.6-1.1.s390x", product_id: "python311-virtualenv-20.26.6-1.1.s390x", }, }, { category: "product_version", name: "python312-virtualenv-20.26.6-1.1.s390x", product: { name: "python312-virtualenv-20.26.6-1.1.s390x", product_id: "python312-virtualenv-20.26.6-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python310-virtualenv-20.26.6-1.1.x86_64", product: { name: "python310-virtualenv-20.26.6-1.1.x86_64", product_id: "python310-virtualenv-20.26.6-1.1.x86_64", }, }, { category: "product_version", name: "python311-virtualenv-20.26.6-1.1.x86_64", product: { name: "python311-virtualenv-20.26.6-1.1.x86_64", product_id: "python311-virtualenv-20.26.6-1.1.x86_64", }, }, { category: "product_version", name: "python312-virtualenv-20.26.6-1.1.x86_64", product: { name: "python312-virtualenv-20.26.6-1.1.x86_64", product_id: "python312-virtualenv-20.26.6-1.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python310-virtualenv-20.26.6-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.aarch64", }, product_reference: "python310-virtualenv-20.26.6-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-virtualenv-20.26.6-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.ppc64le", }, product_reference: "python310-virtualenv-20.26.6-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-virtualenv-20.26.6-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.s390x", }, product_reference: "python310-virtualenv-20.26.6-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-virtualenv-20.26.6-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.x86_64", }, product_reference: "python310-virtualenv-20.26.6-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-virtualenv-20.26.6-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.aarch64", }, product_reference: "python311-virtualenv-20.26.6-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-virtualenv-20.26.6-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.ppc64le", }, product_reference: "python311-virtualenv-20.26.6-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-virtualenv-20.26.6-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.s390x", }, product_reference: "python311-virtualenv-20.26.6-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-virtualenv-20.26.6-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.x86_64", }, product_reference: "python311-virtualenv-20.26.6-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-virtualenv-20.26.6-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.aarch64", }, product_reference: "python312-virtualenv-20.26.6-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-virtualenv-20.26.6-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.ppc64le", }, product_reference: "python312-virtualenv-20.26.6-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-virtualenv-20.26.6-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.s390x", }, product_reference: "python312-virtualenv-20.26.6-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-virtualenv-20.26.6-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.x86_64", }, product_reference: "python312-virtualenv-20.26.6-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.aarch64", "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.ppc64le", "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.s390x", "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.x86_64", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.aarch64", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.ppc64le", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.s390x", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.x86_64", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.aarch64", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.ppc64le", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.s390x", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.aarch64", "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.ppc64le", "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.s390x", "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.x86_64", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.aarch64", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.ppc64le", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.s390x", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.x86_64", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.aarch64", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.ppc64le", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.s390x", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.aarch64", "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.ppc64le", "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.s390x", "openSUSE Tumbleweed:python310-virtualenv-20.26.6-1.1.x86_64", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.aarch64", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.ppc64le", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.s390x", "openSUSE Tumbleweed:python311-virtualenv-20.26.6-1.1.x86_64", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.aarch64", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.ppc64le", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.s390x", "openSUSE Tumbleweed:python312-virtualenv-20.26.6-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-25T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
opensuse-su-2024:14430-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "python313-3.13.0-3.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python313-3.13.0-3.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14430", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14430-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2024:14430-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SYTPGEX77JK2ZE34EQ72QVIKUVEAF7IU/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2024:14430-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SYTPGEX77JK2ZE34EQ72QVIKUVEAF7IU/", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "python313-3.13.0-3.1 on GA media", tracking: { current_release_date: "2024-10-27T00:00:00Z", generator: { date: "2024-10-27T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14430-1", initial_release_date: "2024-10-27T00:00:00Z", revision_history: [ { date: "2024-10-27T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python313-3.13.0-3.1.aarch64", product: { name: "python313-3.13.0-3.1.aarch64", product_id: "python313-3.13.0-3.1.aarch64", }, }, { category: "product_version", name: "python313-curses-3.13.0-3.1.aarch64", product: { name: "python313-curses-3.13.0-3.1.aarch64", product_id: "python313-curses-3.13.0-3.1.aarch64", }, }, { category: "product_version", name: "python313-dbm-3.13.0-3.1.aarch64", product: { name: "python313-dbm-3.13.0-3.1.aarch64", product_id: "python313-dbm-3.13.0-3.1.aarch64", }, }, { category: "product_version", name: "python313-idle-3.13.0-3.1.aarch64", product: { name: "python313-idle-3.13.0-3.1.aarch64", product_id: "python313-idle-3.13.0-3.1.aarch64", }, }, { category: "product_version", name: "python313-tk-3.13.0-3.1.aarch64", product: { name: "python313-tk-3.13.0-3.1.aarch64", product_id: "python313-tk-3.13.0-3.1.aarch64", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.0-3.1.aarch64", product: { name: "python313-x86-64-v3-3.13.0-3.1.aarch64", product_id: "python313-x86-64-v3-3.13.0-3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python313-3.13.0-3.1.ppc64le", product: { name: "python313-3.13.0-3.1.ppc64le", product_id: "python313-3.13.0-3.1.ppc64le", }, }, { category: "product_version", name: "python313-curses-3.13.0-3.1.ppc64le", product: { name: "python313-curses-3.13.0-3.1.ppc64le", product_id: "python313-curses-3.13.0-3.1.ppc64le", }, }, { category: "product_version", name: "python313-dbm-3.13.0-3.1.ppc64le", product: { name: "python313-dbm-3.13.0-3.1.ppc64le", product_id: "python313-dbm-3.13.0-3.1.ppc64le", }, }, { category: "product_version", name: "python313-idle-3.13.0-3.1.ppc64le", product: { name: "python313-idle-3.13.0-3.1.ppc64le", product_id: "python313-idle-3.13.0-3.1.ppc64le", }, }, { category: "product_version", name: "python313-tk-3.13.0-3.1.ppc64le", product: { name: "python313-tk-3.13.0-3.1.ppc64le", product_id: "python313-tk-3.13.0-3.1.ppc64le", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.0-3.1.ppc64le", product: { name: "python313-x86-64-v3-3.13.0-3.1.ppc64le", product_id: "python313-x86-64-v3-3.13.0-3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python313-3.13.0-3.1.s390x", product: { name: "python313-3.13.0-3.1.s390x", product_id: "python313-3.13.0-3.1.s390x", }, }, { category: "product_version", name: "python313-curses-3.13.0-3.1.s390x", product: { name: "python313-curses-3.13.0-3.1.s390x", product_id: "python313-curses-3.13.0-3.1.s390x", }, }, { category: "product_version", name: "python313-dbm-3.13.0-3.1.s390x", product: { name: "python313-dbm-3.13.0-3.1.s390x", product_id: "python313-dbm-3.13.0-3.1.s390x", }, }, { category: "product_version", name: "python313-idle-3.13.0-3.1.s390x", product: { name: "python313-idle-3.13.0-3.1.s390x", product_id: "python313-idle-3.13.0-3.1.s390x", }, }, { category: "product_version", name: "python313-tk-3.13.0-3.1.s390x", product: { name: "python313-tk-3.13.0-3.1.s390x", product_id: "python313-tk-3.13.0-3.1.s390x", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.0-3.1.s390x", product: { name: "python313-x86-64-v3-3.13.0-3.1.s390x", product_id: "python313-x86-64-v3-3.13.0-3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python313-3.13.0-3.1.x86_64", product: { name: "python313-3.13.0-3.1.x86_64", product_id: "python313-3.13.0-3.1.x86_64", }, }, { category: "product_version", name: "python313-curses-3.13.0-3.1.x86_64", product: { name: "python313-curses-3.13.0-3.1.x86_64", product_id: "python313-curses-3.13.0-3.1.x86_64", }, }, { category: "product_version", name: "python313-dbm-3.13.0-3.1.x86_64", product: { name: "python313-dbm-3.13.0-3.1.x86_64", product_id: "python313-dbm-3.13.0-3.1.x86_64", }, }, { category: "product_version", name: "python313-idle-3.13.0-3.1.x86_64", product: { name: "python313-idle-3.13.0-3.1.x86_64", product_id: "python313-idle-3.13.0-3.1.x86_64", }, }, { category: "product_version", name: "python313-tk-3.13.0-3.1.x86_64", product: { name: "python313-tk-3.13.0-3.1.x86_64", product_id: "python313-tk-3.13.0-3.1.x86_64", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.0-3.1.x86_64", product: { name: "python313-x86-64-v3-3.13.0-3.1.x86_64", product_id: "python313-x86-64-v3-3.13.0-3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python313-3.13.0-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.0-3.1.aarch64", }, product_reference: "python313-3.13.0-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-3.13.0-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.0-3.1.ppc64le", }, product_reference: "python313-3.13.0-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-3.13.0-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.0-3.1.s390x", }, product_reference: "python313-3.13.0-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-3.13.0-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.0-3.1.x86_64", }, product_reference: "python313-3.13.0-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.0-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.aarch64", }, product_reference: "python313-curses-3.13.0-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.0-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.ppc64le", }, product_reference: "python313-curses-3.13.0-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.0-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.s390x", }, product_reference: "python313-curses-3.13.0-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.0-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.x86_64", }, product_reference: "python313-curses-3.13.0-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.0-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.aarch64", }, product_reference: "python313-dbm-3.13.0-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.0-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.ppc64le", }, product_reference: "python313-dbm-3.13.0-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.0-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.s390x", }, product_reference: "python313-dbm-3.13.0-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.0-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.x86_64", }, product_reference: "python313-dbm-3.13.0-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.0-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.aarch64", }, product_reference: "python313-idle-3.13.0-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.0-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.ppc64le", }, product_reference: "python313-idle-3.13.0-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.0-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.s390x", }, product_reference: "python313-idle-3.13.0-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.0-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.x86_64", }, product_reference: "python313-idle-3.13.0-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.0-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.aarch64", }, product_reference: "python313-tk-3.13.0-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.0-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.ppc64le", }, product_reference: "python313-tk-3.13.0-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.0-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.s390x", }, product_reference: "python313-tk-3.13.0-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.0-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.x86_64", }, product_reference: "python313-tk-3.13.0-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.0-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.aarch64", }, product_reference: "python313-x86-64-v3-3.13.0-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.0-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.ppc64le", }, product_reference: "python313-x86-64-v3-3.13.0-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.0-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.s390x", }, product_reference: "python313-x86-64-v3-3.13.0-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.0-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.x86_64", }, product_reference: "python313-x86-64-v3-3.13.0-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python313-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python313-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python313-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.0-3.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0-3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-27T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
opensuse-su-2024:14428-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "python39-3.9.20-4.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python39-3.9.20-4.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14428", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14428-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2024:14428-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZYTLEATTD6AS6C3WNEDFOJPHEPEHGVZC/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2024:14428-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZYTLEATTD6AS6C3WNEDFOJPHEPEHGVZC/", }, { category: "self", summary: "SUSE CVE CVE-2024-9287 page", url: "https://www.suse.com/security/cve/CVE-2024-9287/", }, ], title: "python39-3.9.20-4.1 on GA media", tracking: { current_release_date: "2024-10-25T00:00:00Z", generator: { date: "2024-10-25T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14428-1", initial_release_date: "2024-10-25T00:00:00Z", revision_history: [ { date: "2024-10-25T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python39-3.9.20-4.1.aarch64", product: { name: "python39-3.9.20-4.1.aarch64", product_id: "python39-3.9.20-4.1.aarch64", }, }, { category: "product_version", name: "python39-curses-3.9.20-4.1.aarch64", product: { name: "python39-curses-3.9.20-4.1.aarch64", product_id: "python39-curses-3.9.20-4.1.aarch64", }, }, { category: "product_version", name: "python39-dbm-3.9.20-4.1.aarch64", product: { name: "python39-dbm-3.9.20-4.1.aarch64", product_id: "python39-dbm-3.9.20-4.1.aarch64", }, }, { category: "product_version", name: "python39-idle-3.9.20-4.1.aarch64", product: { name: "python39-idle-3.9.20-4.1.aarch64", product_id: "python39-idle-3.9.20-4.1.aarch64", }, }, { category: "product_version", name: "python39-tk-3.9.20-4.1.aarch64", product: { name: "python39-tk-3.9.20-4.1.aarch64", product_id: "python39-tk-3.9.20-4.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python39-3.9.20-4.1.ppc64le", product: { name: "python39-3.9.20-4.1.ppc64le", product_id: "python39-3.9.20-4.1.ppc64le", }, }, { category: "product_version", name: "python39-curses-3.9.20-4.1.ppc64le", product: { name: "python39-curses-3.9.20-4.1.ppc64le", product_id: "python39-curses-3.9.20-4.1.ppc64le", }, }, { category: "product_version", name: "python39-dbm-3.9.20-4.1.ppc64le", product: { name: "python39-dbm-3.9.20-4.1.ppc64le", product_id: "python39-dbm-3.9.20-4.1.ppc64le", }, }, { category: "product_version", name: "python39-idle-3.9.20-4.1.ppc64le", product: { name: "python39-idle-3.9.20-4.1.ppc64le", product_id: "python39-idle-3.9.20-4.1.ppc64le", }, }, { category: "product_version", name: "python39-tk-3.9.20-4.1.ppc64le", product: { name: "python39-tk-3.9.20-4.1.ppc64le", product_id: "python39-tk-3.9.20-4.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python39-3.9.20-4.1.s390x", product: { name: "python39-3.9.20-4.1.s390x", product_id: "python39-3.9.20-4.1.s390x", }, }, { category: "product_version", name: "python39-curses-3.9.20-4.1.s390x", product: { name: "python39-curses-3.9.20-4.1.s390x", product_id: "python39-curses-3.9.20-4.1.s390x", }, }, { category: "product_version", name: "python39-dbm-3.9.20-4.1.s390x", product: { name: "python39-dbm-3.9.20-4.1.s390x", product_id: "python39-dbm-3.9.20-4.1.s390x", }, }, { category: "product_version", name: "python39-idle-3.9.20-4.1.s390x", product: { name: "python39-idle-3.9.20-4.1.s390x", product_id: "python39-idle-3.9.20-4.1.s390x", }, }, { category: "product_version", name: "python39-tk-3.9.20-4.1.s390x", product: { name: "python39-tk-3.9.20-4.1.s390x", product_id: "python39-tk-3.9.20-4.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python39-3.9.20-4.1.x86_64", product: { name: "python39-3.9.20-4.1.x86_64", product_id: "python39-3.9.20-4.1.x86_64", }, }, { category: "product_version", name: "python39-curses-3.9.20-4.1.x86_64", product: { name: "python39-curses-3.9.20-4.1.x86_64", product_id: "python39-curses-3.9.20-4.1.x86_64", }, }, { category: "product_version", name: "python39-dbm-3.9.20-4.1.x86_64", product: { name: "python39-dbm-3.9.20-4.1.x86_64", product_id: "python39-dbm-3.9.20-4.1.x86_64", }, }, { category: "product_version", name: "python39-idle-3.9.20-4.1.x86_64", product: { name: "python39-idle-3.9.20-4.1.x86_64", product_id: "python39-idle-3.9.20-4.1.x86_64", }, }, { category: "product_version", name: "python39-tk-3.9.20-4.1.x86_64", product: { name: "python39-tk-3.9.20-4.1.x86_64", product_id: "python39-tk-3.9.20-4.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python39-3.9.20-4.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.20-4.1.aarch64", }, product_reference: "python39-3.9.20-4.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-4.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.20-4.1.ppc64le", }, product_reference: "python39-3.9.20-4.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-4.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.20-4.1.s390x", }, product_reference: "python39-3.9.20-4.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.20-4.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.20-4.1.x86_64", }, product_reference: "python39-3.9.20-4.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-4.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.aarch64", }, product_reference: "python39-curses-3.9.20-4.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-4.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.ppc64le", }, product_reference: "python39-curses-3.9.20-4.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-4.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.s390x", }, product_reference: "python39-curses-3.9.20-4.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.20-4.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.x86_64", }, product_reference: "python39-curses-3.9.20-4.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-4.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.aarch64", }, product_reference: "python39-dbm-3.9.20-4.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-4.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.ppc64le", }, product_reference: "python39-dbm-3.9.20-4.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-4.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.s390x", }, product_reference: "python39-dbm-3.9.20-4.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.20-4.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.x86_64", }, product_reference: "python39-dbm-3.9.20-4.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-4.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.aarch64", }, product_reference: "python39-idle-3.9.20-4.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-4.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.ppc64le", }, product_reference: "python39-idle-3.9.20-4.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-4.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.s390x", }, product_reference: "python39-idle-3.9.20-4.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.20-4.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.x86_64", }, product_reference: "python39-idle-3.9.20-4.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-4.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.aarch64", }, product_reference: "python39-tk-3.9.20-4.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-4.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.ppc64le", }, product_reference: "python39-tk-3.9.20-4.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-4.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.s390x", }, product_reference: "python39-tk-3.9.20-4.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.20-4.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.x86_64", }, product_reference: "python39-tk-3.9.20-4.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-9287", }, ], notes: [ { category: "general", text: "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python39-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-9287", url: "https://www.suse.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "SUSE Bug 1232241 for CVE-2024-9287", url: "https://bugzilla.suse.com/1232241", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:python39-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python39-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.20-4.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.20-4.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-10-25T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-9287", }, ], }
wid-sec-w-2024-3270
Vulnerability from csaf_certbund
Notes
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.\r\nRed Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein lokaler Angreifer kann eine Schwachstelle in Python und Red Hat Enterprise Linux ausnutzen, um beliebigen Programmcode auszuführen.", title: "Angriff", }, { category: "general", text: "- Sonstiges\n- UNIX\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-3270 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3270.json", }, { category: "self", summary: "WID-SEC-2024-3270 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3270", }, { category: "external", summary: "Red Hat Bugzilla vom 2024-10-24", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2321440", }, { category: "external", summary: "RedHat Customer Portal vom 2024-10-24", url: "https://access.redhat.com/security/cve/CVE-2024-9287", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14427-1 vom 2024-10-26", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/NJFBQRJPO2RKRNCFXRZ7LBNZOD2J2TFB/", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14428-1 vom 2024-10-26", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZYTLEATTD6AS6C3WNEDFOJPHEPEHGVZC/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3760-1 vom 2024-10-28", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-October/019680.html", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14430-1 vom 2024-10-28", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/SYTPGEX77JK2ZE34EQ72QVIKUVEAF7IU/", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14430-1 vom 2024-10-28", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SYTPGEX77JK2ZE34EQ72QVIKUVEAF7IU/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3879-1 vom 2024-11-01", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/CYC3GYOATETEOWR4CO3DCVGAFSZNMZ2L/", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14455-1 vom 2024-11-04", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XOVJMCY4KA267OTEHQVHGXZYG3ZDFHLF/", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14455-1 vom 2024-11-04", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/XOVJMCY4KA267OTEHQVHGXZYG3ZDFHLF/", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14456-1 vom 2024-11-04", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WTLWSKEJY5ZQSVBIFJAPHI42KG6XZRAO/", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14456-1 vom 2024-11-04", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/WTLWSKEJY5ZQSVBIFJAPHI42KG6XZRAO/", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-0BEBAFF45F vom 2024-11-05", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-0bebaff45f", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-C8CC025262 vom 2024-11-05", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-c8cc025262", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-126C4F06A8 vom 2024-11-05", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-126c4f06a8", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3929-1 vom 2024-11-06", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019784.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3924-1 vom 2024-11-06", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019780.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3924-1 vom 2024-11-06", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7ORM7QFUKRORP5YWK4ZBFSLO45W4UPGW/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3944-1 vom 2024-11-07", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019793.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3945-1 vom 2024-11-07", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/MFKFWFVCLIMW5XPWA7YGMFNK5QUPKQR5/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3957-1 vom 2024-11-08", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ZVU4GXPDKJXUYC6OUNQMUV3GS5CSLZUW/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3958-1 vom 2024-11-08", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/NMKDL7ELCE2AUAMUPUDRBQIGC5ZXKERJ/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:3959-1 vom 2024-11-08", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/OIQL644LJLCZFSCUT4S6BJHBK6TLJDIJ/", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-D7E2D109E2 vom 2024-11-18", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-d7e2d109e2", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-E6B1E638D1 vom 2024-11-18", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-e6b1e638d1", }, { category: "external", summary: "Ubuntu Security Notice USN-7116-1 vom 2024-11-19", url: "https://ubuntu.com/security/notices/USN-7116-1", }, { category: "external", summary: "Debian Security Advisory DLA-3980 vom 2024-12-02", url: "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-01D838D947 vom 2024-12-04", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-01d838d947", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:10779 vom 2024-12-04", url: "https://access.redhat.com/errata/RHSA-2024:10779", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-D5CB18C4D8 vom 2024-12-03", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-d5cb18c4d8", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-73E93894EB vom 2024-12-03", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-73e93894eb", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-607A0047BC vom 2024-12-03", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-607a0047bc", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-5EA38DFB80 vom 2024-12-03", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-5ea38dfb80", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-47E4624C89 vom 2024-12-03", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-47e4624c89", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-3F975B9C0E vom 2024-12-04", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-3f975b9c0e", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-5653A86C5A vom 2024-12-04", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-5653a86c5a", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-10779 vom 2024-12-05", url: "https://linux.oracle.com/errata/ELSA-2024-10779.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-82A696CA59 vom 2024-12-04", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-82a696ca59", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-C403D16DCE vom 2024-12-04", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-c403d16dce", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-39F0CCFBC3 vom 2024-12-05", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-39f0ccfbc3", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-1A493ABC67 vom 2024-12-05", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-1a493abc67", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-CAE0BCC133 vom 2024-12-05", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-cae0bcc133", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-BE6EA1CE44 vom 2024-12-05", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-be6ea1ce44", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-3C18FE0D93 vom 2024-12-05", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-3c18fe0d93", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-340A4BDC5D vom 2024-12-08", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-340a4bdc5d", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-0C29724C11 vom 2024-12-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-0c29724c11", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:10979 vom 2024-12-12", url: "https://access.redhat.com/errata/RHSA-2024:10979", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:10980 vom 2024-12-12", url: "https://access.redhat.com/errata/RHSA-2024:10980", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:10978 vom 2024-12-12", url: "https://access.redhat.com/errata/RHSA-2024:10978", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-10978 vom 2024-12-12", url: "https://linux.oracle.com/errata/ELSA-2024-10978.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11024 vom 2024-12-12", url: "https://access.redhat.com/errata/RHSA-2024:11024", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-10980 vom 2024-12-13", url: "https://linux.oracle.com/errata/ELSA-2024-10980.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-10979 vom 2024-12-13", url: "https://linux.oracle.com/errata/ELSA-2024-10979.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-10983 vom 2024-12-12", url: "https://linux.oracle.com/errata/ELSA-2024-10983.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11035 vom 2024-12-13", url: "https://access.redhat.com/errata/RHSA-2024:11035", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-11111 vom 2024-12-16", url: "http://linux.oracle.com/errata/ELSA-2024-11111.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:11111 vom 2024-12-16", url: "https://access.redhat.com/errata/RHSA-2024:11111", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:10980 vom 2024-12-19", url: "https://errata.build.resf.org/RLSA-2024:10980", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:10979 vom 2024-12-19", url: "https://errata.build.resf.org/RLSA-2024:10979", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2025:0079 vom 2025-01-08", url: "https://access.redhat.com/errata/RHSA-2025:0079", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0048-1 vom 2025-01-09", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ESRIIF35WWEI2AL5E3H6NFO6TS5DC65A/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0049-1 vom 2025-01-09", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/LWXPVE6AKWHEV6LBAVR6EUVO2QMG6E3P/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0047-1 vom 2025-01-09", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/YKKMPDTDLNJTXJFYMTXRDAYFIZFRPTH2/", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2025:0280 vom 2025-01-13", url: "https://access.redhat.com/errata/RHSA-2025:0280", }, ], source_lang: "en-US", title: "Python: Schwachstelle ermöglicht Codeausführung", tracking: { current_release_date: "2025-01-12T23:00:00.000+00:00", generator: { date: "2025-01-13T13:08:24.385+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2024-3270", initial_release_date: "2024-10-24T22:00:00.000+00:00", revision_history: [ { date: "2024-10-24T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-10-27T23:00:00.000+00:00", number: "2", summary: "Neue Updates von openSUSE aufgenommen", }, { date: "2024-10-28T23:00:00.000+00:00", number: "3", summary: "Neue Updates von openSUSE aufgenommen", }, { date: "2024-11-03T23:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-11-04T23:00:00.000+00:00", number: "5", summary: "Neue Updates von openSUSE aufgenommen", }, { date: "2024-11-05T23:00:00.000+00:00", number: "6", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-11-06T23:00:00.000+00:00", number: "7", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-11-07T23:00:00.000+00:00", number: "8", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-11-10T23:00:00.000+00:00", number: "9", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-11-17T23:00:00.000+00:00", number: "10", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-11-19T23:00:00.000+00:00", number: "11", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-12-01T23:00:00.000+00:00", number: "12", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-12-03T23:00:00.000+00:00", number: "13", summary: "Neue Updates von Fedora und Red Hat aufgenommen", }, { date: "2024-12-04T23:00:00.000+00:00", number: "14", summary: "Neue Updates von Fedora und Oracle Linux aufgenommen", }, { date: "2024-12-05T23:00:00.000+00:00", number: "15", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-12-08T23:00:00.000+00:00", number: "16", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-12-10T23:00:00.000+00:00", number: "17", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-12-11T23:00:00.000+00:00", number: "18", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-12-12T23:00:00.000+00:00", number: "19", summary: "Neue Updates von Oracle Linux und Red Hat aufgenommen", }, { date: "2024-12-16T23:00:00.000+00:00", number: "20", summary: "Neue Updates von Oracle Linux und Red Hat aufgenommen", }, { date: "2024-12-18T23:00:00.000+00:00", number: "21", summary: "Neue Updates von Rocky Enterprise Software Foundation aufgenommen", }, { date: "2025-01-07T23:00:00.000+00:00", number: "22", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2025-01-09T23:00:00.000+00:00", number: "23", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2025-01-12T23:00:00.000+00:00", number: "24", summary: "Neue Updates von Red Hat aufgenommen", }, ], status: "final", version: "24", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Debian Linux", product: { name: "Debian Linux", product_id: "2951", product_identification_helper: { cpe: "cpe:/o:debian:debian_linux:-", }, }, }, ], category: "vendor", name: "Debian", }, { branches: [ { category: "product_name", name: "Fedora Linux", product: { name: "Fedora Linux", product_id: "74185", product_identification_helper: { cpe: "cpe:/o:fedoraproject:fedora:-", }, }, }, ], category: "vendor", name: "Fedora", }, { branches: [ { category: "product_name", name: "Open Source Python", product: { name: "Open Source Python", product_id: "T038602", product_identification_helper: { cpe: "cpe:/a:python:python:-", }, }, }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "RESF Rocky Linux", product: { name: "RESF Rocky Linux", product_id: "T032255", product_identification_helper: { cpe: "cpe:/o:resf:rocky_linux:-", }, }, }, ], category: "vendor", name: "RESF", }, { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, { category: "product_version", name: "8", product: { name: "Red Hat Enterprise Linux 8", product_id: "T038603", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:8", }, }, }, { category: "product_version", name: "9", product: { name: "Red Hat Enterprise Linux 9", product_id: "T038604", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:9", }, }, }, ], category: "product_name", name: "Enterprise Linux", }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, { category: "product_name", name: "SUSE openSUSE", product: { name: "SUSE openSUSE", product_id: "T027843", product_identification_helper: { cpe: "cpe:/o:suse:opensuse:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, ], }, vulnerabilities: [ { cve: "CVE-2024-9287", notes: [ { category: "description", text: "Es besteht eine Schwachstelle in Python und Red Hat Enterprise Linux. Dieser Fehler betrifft das venv-Modul und die CLI von Python aufgrund der unsachgemäßen Quotierung von Pfadnamen bei der Erstellung von virtuellen Umgebungen, was eine Befehlsinjektion in die Aktivierungs-Skripte ermöglicht. Ein lokaler Angreifer mit erhöhten Rechten kann diese Schwachstelle ausnutzen, um beliebigen Code auszuführen, wenn die vom Angreifer erstellte virtuelle Umgebung aktiviert wird. Eine erfolgreiche Ausnutzung erfordert eine Benutzerinteraktion, da der Benutzer die virtuelle Umgebung explizit aktivieren muss, um die Befehlsinjektion auszulösen.", }, ], product_status: { known_affected: [ "2951", "T002207", "T038604", "67646", "T038603", "T000126", "T027843", "T038602", "T004914", "T032255", "74185", ], }, release_date: "2024-10-24T22:00:00.000+00:00", title: "CVE-2024-9287", }, ], }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.