Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2024-12254
Vulnerability from cvelistv5
Vendor | Product | Version | ||
---|---|---|---|---|
Python Software Foundation | CPython |
Version: 3.12.0 Version: 3.13.0 Version: 3.14.0a1 |
{ containers: { adp: [ { affected: [ { cpes: [ "cpe:2.3:a:python_software_foundation:cpython:*:*:*:*:*:*:*:*", ], defaultStatus: "unknown", product: "cpython", vendor: "python_software_foundation", versions: [ { lessThan: "3.14.0a1", status: "affected", version: "3.12.0", versionType: "python", }, ], }, ], metrics: [ { cvssV3_1: { 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", }, }, { other: { content: { id: "CVE-2024-12254", options: [ { Exploitation: "none", }, { Automatable: "yes", }, { "Technical Impact": "partial", }, ], role: "CISA Coordinator", timestamp: "2024-12-06T15:35:11.234951Z", version: "2.0.3", }, type: "ssvc", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-770", description: "CWE-770 Allocation of Resources Without Limits or Throttling", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2025-02-05T16:54:28.955Z", orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0", shortName: "CISA-ADP", }, title: "CISA ADP Vulnrichment", }, { providerMetadata: { dateUpdated: "2024-12-06T19:02:35.550Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { url: "http://www.openwall.com/lists/oss-security/2024/12/06/1", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { defaultStatus: "unaffected", modules: [ "asyncio", ], platforms: [ "MacOS", "Linux", ], product: "CPython", repo: "https://github.com/python/cpython", vendor: "Python Software Foundation", versions: [ { lessThan: "3.12.9", status: "affected", version: "3.12.0", versionType: "python", }, { lessThan: "3.13.2", status: "affected", version: "3.13.0", versionType: "python", }, { lessThan: "3.14.0a3", status: "affected", version: "3.14.0a1", versionType: "python", }, ], }, ], credits: [ { lang: "en", type: "reporter", value: "J. Nick Koston", }, { lang: "en", type: "coordinator", value: "Seth Larson", }, ], descriptions: [ { lang: "en", supportingMedia: [ { base64: false, type: "text/html", value: "<div>Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\n method would not \"pause\" writing and signal to the Protocol to drain \nthe buffer to the wire once the write buffer reached the \"high-water \nmark\". Because of this, Protocols would not periodically drain the write\n buffer potentially leading to memory exhaustion.<br></div><div><br></div><div>This\n vulnerability likely impacts a small number of users, you must be using\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \nwith protocols, and using .writelines() method which had new \nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \nthese factors are true then your usage of Python is unaffected.</div><br>", }, ], value: "Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\n method would not \"pause\" writing and signal to the Protocol to drain \nthe buffer to the wire once the write buffer reached the \"high-water \nmark\". Because of this, Protocols would not periodically drain the write\n buffer potentially leading to memory exhaustion.\n\n\n\n\n\nThis\n vulnerability likely impacts a small number of users, you must be using\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \nwith protocols, and using .writelines() method which had new \nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \nthese factors are true then your usage of Python is unaffected.", }, ], metrics: [ { cvssV4_0: { Automatable: "NOT_DEFINED", Recovery: "NOT_DEFINED", Safety: "NOT_DEFINED", attackComplexity: "LOW", attackRequirements: "NONE", attackVector: "NETWORK", baseScore: 8.7, baseSeverity: "HIGH", privilegesRequired: "NONE", providerUrgency: "NOT_DEFINED", subAvailabilityImpact: "NONE", subConfidentialityImpact: "NONE", subIntegrityImpact: "NONE", userInteraction: "NONE", valueDensity: "NOT_DEFINED", vectorString: "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N", version: "4.0", vulnAvailabilityImpact: "HIGH", vulnConfidentialityImpact: "NONE", vulnIntegrityImpact: "NONE", vulnerabilityResponseEffort: "NOT_DEFINED", }, format: "CVSS", scenarios: [ { lang: "en", value: "GENERAL", }, ], }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-400", description: "CWE-400 Uncontrolled Resource Consumption", lang: "en", type: "CWE", }, ], }, { descriptions: [ { cweId: "CWE-770", description: "CWE-770 Allocation of Resources Without Limits or Throttling", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2025-02-04T20:38:34.082Z", orgId: "28c92f92-d60d-412d-b760-e73465c3df22", shortName: "PSF", }, references: [ { tags: [ "issue-tracking", ], url: "https://github.com/python/cpython/issues/127655", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/pull/127656", }, { tags: [ "vendor-advisory", ], url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/71e8429ac8e2adc10084ab5ec29a62f4b6671a82", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/9aa0deb2eef2655a1029ba228527b152353135b5", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/e991ac8f2037d78140e417cc9a9486223eb3e786", }, ], source: { discovery: "UNKNOWN", }, title: "Unbounded memory buffering in SelectorSocketTransport.writelines()", x_generator: { engine: "Vulnogram 0.2.0", }, }, }, cveMetadata: { assignerOrgId: "28c92f92-d60d-412d-b760-e73465c3df22", assignerShortName: "PSF", cveId: "CVE-2024-12254", datePublished: "2024-12-06T15:19:41.576Z", dateReserved: "2024-12-05T16:17:55.154Z", dateUpdated: "2025-02-05T16:54:28.955Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { fkie_nvd: { descriptions: "[{\"lang\": \"en\", \"value\": \"Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\\n method would not \\\"pause\\\" writing and signal to the Protocol to drain \\nthe buffer to the wire once the write buffer reached the \\\"high-water \\nmark\\\". Because of this, Protocols would not periodically drain the write\\n buffer potentially leading to memory exhaustion.\\n\\n\\n\\n\\n\\nThis\\n vulnerability likely impacts a small number of users, you must be using\\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \\nwith protocols, and using .writelines() method which had new \\nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \\nthese factors are true then your usage of Python is unaffected.\"}, {\"lang\": \"es\", \"value\": \"Starting de Python 3.12.0, el m\\u00e9todo asyncio._SelectorSocketTransport.writelines() no \\\"pausaba\\\" la escritura ni enviaba se\\u00f1ales al protocolo para que vaciara el b\\u00fafer hacia el cable una vez que el b\\u00fafer de escritura alcanzaba el \\\"l\\u00edmite superior\\\". Debido a esto, los protocolos no vaciaban peri\\u00f3dicamente el b\\u00fafer de escritura, lo que podr\\u00eda provocar el agotamiento de la memoria. Es probable que esta vulnerabilidad afecte a una peque\\u00f1a cantidad de usuarios. Debes usar Python 3.12.0 o posterior, en macOS o Linux, usar el m\\u00f3dulo asyncio con protocolos y usar el m\\u00e9todo .writelines(), que ten\\u00eda un nuevo comportamiento de copia cero al escribir en Python 3.12.0 y posterior. Si no se cumplen todos estos factores, tu uso de Python no se ve afectado.\"}]", id: "CVE-2024-12254", lastModified: "2025-01-06T18:15:18.713", metrics: "{\"cvssMetricV40\": [{\"source\": \"cna@python.org\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"4.0\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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:X\", \"baseScore\": 8.7, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"vulnerableSystemConfidentiality\": \"NONE\", \"vulnerableSystemIntegrity\": \"NONE\", \"vulnerableSystemAvailability\": \"HIGH\", \"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\": \"NOT_DEFINED\"}}], \"cvssMetricV31\": [{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.6}]}", published: "2024-12-06T16:15:20.623", references: "[{\"url\": \"https://github.com/python/cpython/commit/71e8429ac8e2adc10084ab5ec29a62f4b6671a82\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/9aa0deb2eef2655a1029ba228527b152353135b5\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/issues/127655\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/pull/127656\", \"source\": \"cna@python.org\"}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/\", \"source\": \"cna@python.org\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/12/06/1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]", sourceIdentifier: "cna@python.org", vulnStatus: "Awaiting Analysis", weaknesses: "[{\"source\": \"cna@python.org\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-400\"}, {\"lang\": \"en\", \"value\": \"CWE-770\"}]}]", }, nvd: "{\"cve\":{\"id\":\"CVE-2024-12254\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-12-06T16:15:20.623\",\"lastModified\":\"2025-02-03T18:15:33.110\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\\n method would not \\\"pause\\\" writing and signal to the Protocol to drain \\nthe buffer to the wire once the write buffer reached the \\\"high-water \\nmark\\\". Because of this, Protocols would not periodically drain the write\\n buffer potentially leading to memory exhaustion.\\n\\n\\n\\n\\n\\nThis\\n vulnerability likely impacts a small number of users, you must be using\\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \\nwith protocols, and using .writelines() method which had new \\nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \\nthese factors are true then your usage of Python is unaffected.\"},{\"lang\":\"es\",\"value\":\"Starting de Python 3.12.0, el método asyncio._SelectorSocketTransport.writelines() no \\\"pausaba\\\" la escritura ni enviaba señales al protocolo para que vaciara el búfer hacia el cable una vez que el búfer de escritura alcanzaba el \\\"límite superior\\\". Debido a esto, los protocolos no vaciaban periódicamente el búfer de escritura, lo que podría provocar el agotamiento de la memoria. Es probable que esta vulnerabilidad afecte a una pequeña cantidad de usuarios. Debes usar Python 3.12.0 o posterior, en macOS o Linux, usar el módulo asyncio con protocolos y usar el método .writelines(), que tenía un nuevo comportamiento de copia cero al escribir en Python 3.12.0 y posterior. Si no se cumplen todos estos factores, tu uso de Python no se ve afectado.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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:X\",\"baseScore\":8.7,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnerableSystemConfidentiality\":\"NONE\",\"vulnerableSystemIntegrity\":\"NONE\",\"vulnerableSystemAvailability\":\"HIGH\",\"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\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"},{\"lang\":\"en\",\"value\":\"CWE-770\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/71e8429ac8e2adc10084ab5ec29a62f4b6671a82\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/9aa0deb2eef2655a1029ba228527b152353135b5\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/e991ac8f2037d78140e417cc9a9486223eb3e786\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/127655\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/127656\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/12/06/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", vulnrichment: { containers: "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/12/06/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-12-06T19:02:35.550Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-12254\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-06T15:35:11.234951Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:python_software_foundation:cpython:*:*:*:*:*:*:*:*\"], \"vendor\": \"python_software_foundation\", \"product\": \"cpython\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.14.0a1\", \"versionType\": \"python\"}], \"defaultStatus\": \"unknown\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-06T15:37:21.821Z\"}}], \"cna\": {\"title\": \"Unbounded memory buffering in SelectorSocketTransport.writelines()\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"J. Nick Koston\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Seth Larson\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 8.7, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"modules\": [\"asyncio\"], \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.9\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0\", \"lessThan\": \"3.13.2\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0a1\", \"lessThan\": \"3.14.0a3\", \"versionType\": \"python\"}], \"platforms\": [\"MacOS\", \"Linux\"], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/issues/127655\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/pull/127656\", \"tags\": [\"patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/71e8429ac8e2adc10084ab5ec29a62f4b6671a82\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/9aa0deb2eef2655a1029ba228527b152353135b5\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/e991ac8f2037d78140e417cc9a9486223eb3e786\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\\n method would not \\\"pause\\\" writing and signal to the Protocol to drain \\nthe buffer to the wire once the write buffer reached the \\\"high-water \\nmark\\\". Because of this, Protocols would not periodically drain the write\\n buffer potentially leading to memory exhaustion.\\n\\n\\n\\n\\n\\nThis\\n vulnerability likely impacts a small number of users, you must be using\\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \\nwith protocols, and using .writelines() method which had new \\nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \\nthese factors are true then your usage of Python is unaffected.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"<div>Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\\n method would not \\\"pause\\\" writing and signal to the Protocol to drain \\nthe buffer to the wire once the write buffer reached the \\\"high-water \\nmark\\\". Because of this, Protocols would not periodically drain the write\\n buffer potentially leading to memory exhaustion.<br></div><div><br></div><div>This\\n vulnerability likely impacts a small number of users, you must be using\\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \\nwith protocols, and using .writelines() method which had new \\nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \\nthese factors are true then your usage of Python is unaffected.</div><br>\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400 Uncontrolled Resource Consumption\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2025-02-04T20:38:34.082Z\"}}}", cveMetadata: "{\"cveId\": \"CVE-2024-12254\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-05T16:54:28.955Z\", \"dateReserved\": \"2024-12-05T16:17:55.154Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2024-12-06T15:19:41.576Z\", \"assignerShortName\": \"PSF\"}", dataType: "CVE_RECORD", dataVersion: "5.1", }, }, }
suse-su-2025:0521-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, 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-2025-0938: Functions `urllib.parse.urlsplit` and `urlparse` accept domain names including square brackets (bsc#1236705).\n- CVE-2024-12254: Unbounded memory buffering in SelectorSocketTransport.writelines() (bsc#1234290).\n\nOther bugfixes:\n\n- Position of SUSE Python interpreters on Externally managed environments (bsc#1228165).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-521,SUSE-SLE-Module-Python3-15-SP6-2025-521,openSUSE-SLE-15.6-2025-521", 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_0521-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0521-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250521-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0521-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020339.html", }, { category: "self", summary: "SUSE Bug 1228165", url: "https://bugzilla.suse.com/1228165", }, { category: "self", summary: "SUSE Bug 1234290", url: "https://bugzilla.suse.com/1234290", }, { category: "self", summary: "SUSE Bug 1236705", url: "https://bugzilla.suse.com/1236705", }, { category: "self", summary: "SUSE CVE CVE-2024-12254 page", url: "https://www.suse.com/security/cve/CVE-2024-12254/", }, { category: "self", summary: "SUSE CVE CVE-2025-0938 page", url: "https://www.suse.com/security/cve/CVE-2025-0938/", }, ], title: "Security update for python312", tracking: { current_release_date: "2025-02-13T16:11:00Z", generator: { date: "2025-02-13T16:11:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0521-1", initial_release_date: "2025-02-13T16:11:00Z", revision_history: [ { date: "2025-02-13T16:11:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", product: { name: "libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", product_id: "libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", }, }, { category: "product_version", name: "python312-3.12.9-150600.3.18.1.aarch64", product: { name: "python312-3.12.9-150600.3.18.1.aarch64", product_id: "python312-3.12.9-150600.3.18.1.aarch64", }, }, { category: "product_version", name: "python312-base-3.12.9-150600.3.18.1.aarch64", product: { name: "python312-base-3.12.9-150600.3.18.1.aarch64", product_id: "python312-base-3.12.9-150600.3.18.1.aarch64", }, }, { category: "product_version", name: "python312-curses-3.12.9-150600.3.18.1.aarch64", product: { name: "python312-curses-3.12.9-150600.3.18.1.aarch64", product_id: "python312-curses-3.12.9-150600.3.18.1.aarch64", }, }, { category: "product_version", name: "python312-dbm-3.12.9-150600.3.18.1.aarch64", product: { name: "python312-dbm-3.12.9-150600.3.18.1.aarch64", product_id: "python312-dbm-3.12.9-150600.3.18.1.aarch64", }, }, { category: "product_version", name: "python312-devel-3.12.9-150600.3.18.1.aarch64", product: { name: "python312-devel-3.12.9-150600.3.18.1.aarch64", product_id: "python312-devel-3.12.9-150600.3.18.1.aarch64", }, }, { category: "product_version", name: "python312-doc-3.12.9-150600.3.18.1.aarch64", product: { name: "python312-doc-3.12.9-150600.3.18.1.aarch64", product_id: "python312-doc-3.12.9-150600.3.18.1.aarch64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", product: { name: "python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", product_id: "python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", }, }, { category: "product_version", name: "python312-idle-3.12.9-150600.3.18.1.aarch64", product: { name: "python312-idle-3.12.9-150600.3.18.1.aarch64", product_id: "python312-idle-3.12.9-150600.3.18.1.aarch64", }, }, { category: "product_version", name: "python312-testsuite-3.12.9-150600.3.18.1.aarch64", product: { name: "python312-testsuite-3.12.9-150600.3.18.1.aarch64", product_id: "python312-testsuite-3.12.9-150600.3.18.1.aarch64", }, }, { category: "product_version", name: "python312-tk-3.12.9-150600.3.18.1.aarch64", product: { name: "python312-tk-3.12.9-150600.3.18.1.aarch64", product_id: "python312-tk-3.12.9-150600.3.18.1.aarch64", }, }, { category: "product_version", name: "python312-tools-3.12.9-150600.3.18.1.aarch64", product: { name: "python312-tools-3.12.9-150600.3.18.1.aarch64", product_id: "python312-tools-3.12.9-150600.3.18.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", product: { name: "libpython3_12-1_0-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", product_id: "libpython3_12-1_0-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", product: { name: "python312-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", product_id: "python312-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-base-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", product: { name: "python312-base-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", product_id: "python312-base-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.9-150600.3.18.1.i586", product: { name: "libpython3_12-1_0-3.12.9-150600.3.18.1.i586", product_id: "libpython3_12-1_0-3.12.9-150600.3.18.1.i586", }, }, { category: "product_version", name: "python312-3.12.9-150600.3.18.1.i586", product: { name: "python312-3.12.9-150600.3.18.1.i586", product_id: "python312-3.12.9-150600.3.18.1.i586", }, }, { category: "product_version", name: "python312-base-3.12.9-150600.3.18.1.i586", product: { name: "python312-base-3.12.9-150600.3.18.1.i586", product_id: "python312-base-3.12.9-150600.3.18.1.i586", }, }, { category: "product_version", name: "python312-curses-3.12.9-150600.3.18.1.i586", product: { name: "python312-curses-3.12.9-150600.3.18.1.i586", product_id: "python312-curses-3.12.9-150600.3.18.1.i586", }, }, { category: "product_version", name: "python312-dbm-3.12.9-150600.3.18.1.i586", product: { name: "python312-dbm-3.12.9-150600.3.18.1.i586", product_id: "python312-dbm-3.12.9-150600.3.18.1.i586", }, }, { category: "product_version", name: "python312-devel-3.12.9-150600.3.18.1.i586", product: { name: "python312-devel-3.12.9-150600.3.18.1.i586", product_id: "python312-devel-3.12.9-150600.3.18.1.i586", }, }, { category: "product_version", name: "python312-doc-3.12.9-150600.3.18.1.i586", product: { name: "python312-doc-3.12.9-150600.3.18.1.i586", product_id: "python312-doc-3.12.9-150600.3.18.1.i586", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.9-150600.3.18.1.i586", product: { name: "python312-doc-devhelp-3.12.9-150600.3.18.1.i586", product_id: "python312-doc-devhelp-3.12.9-150600.3.18.1.i586", }, }, { category: "product_version", name: "python312-idle-3.12.9-150600.3.18.1.i586", product: { name: "python312-idle-3.12.9-150600.3.18.1.i586", product_id: "python312-idle-3.12.9-150600.3.18.1.i586", }, }, { category: "product_version", name: "python312-testsuite-3.12.9-150600.3.18.1.i586", product: { name: "python312-testsuite-3.12.9-150600.3.18.1.i586", product_id: "python312-testsuite-3.12.9-150600.3.18.1.i586", }, }, { category: "product_version", name: "python312-tk-3.12.9-150600.3.18.1.i586", product: { name: "python312-tk-3.12.9-150600.3.18.1.i586", product_id: "python312-tk-3.12.9-150600.3.18.1.i586", }, }, { category: "product_version", name: "python312-tools-3.12.9-150600.3.18.1.i586", product: { name: "python312-tools-3.12.9-150600.3.18.1.i586", product_id: "python312-tools-3.12.9-150600.3.18.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", product: { name: "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", product_id: "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", }, }, { category: "product_version", name: "python312-3.12.9-150600.3.18.1.ppc64le", product: { name: "python312-3.12.9-150600.3.18.1.ppc64le", product_id: "python312-3.12.9-150600.3.18.1.ppc64le", }, }, { category: "product_version", name: "python312-base-3.12.9-150600.3.18.1.ppc64le", product: { name: "python312-base-3.12.9-150600.3.18.1.ppc64le", product_id: "python312-base-3.12.9-150600.3.18.1.ppc64le", }, }, { category: "product_version", name: "python312-curses-3.12.9-150600.3.18.1.ppc64le", product: { name: "python312-curses-3.12.9-150600.3.18.1.ppc64le", product_id: "python312-curses-3.12.9-150600.3.18.1.ppc64le", }, }, { category: "product_version", name: "python312-dbm-3.12.9-150600.3.18.1.ppc64le", product: { name: "python312-dbm-3.12.9-150600.3.18.1.ppc64le", product_id: "python312-dbm-3.12.9-150600.3.18.1.ppc64le", }, }, { category: "product_version", name: "python312-devel-3.12.9-150600.3.18.1.ppc64le", product: { name: "python312-devel-3.12.9-150600.3.18.1.ppc64le", product_id: "python312-devel-3.12.9-150600.3.18.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-3.12.9-150600.3.18.1.ppc64le", product: { name: "python312-doc-3.12.9-150600.3.18.1.ppc64le", product_id: "python312-doc-3.12.9-150600.3.18.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", product: { name: "python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", product_id: "python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", }, }, { category: "product_version", name: "python312-idle-3.12.9-150600.3.18.1.ppc64le", product: { name: "python312-idle-3.12.9-150600.3.18.1.ppc64le", product_id: "python312-idle-3.12.9-150600.3.18.1.ppc64le", }, }, { category: "product_version", name: "python312-testsuite-3.12.9-150600.3.18.1.ppc64le", product: { name: "python312-testsuite-3.12.9-150600.3.18.1.ppc64le", product_id: "python312-testsuite-3.12.9-150600.3.18.1.ppc64le", }, }, { category: "product_version", name: "python312-tk-3.12.9-150600.3.18.1.ppc64le", product: { name: "python312-tk-3.12.9-150600.3.18.1.ppc64le", product_id: "python312-tk-3.12.9-150600.3.18.1.ppc64le", }, }, { category: "product_version", name: "python312-tools-3.12.9-150600.3.18.1.ppc64le", product: { name: "python312-tools-3.12.9-150600.3.18.1.ppc64le", product_id: "python312-tools-3.12.9-150600.3.18.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", product: { name: "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", product_id: "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", }, }, { category: "product_version", name: "python312-3.12.9-150600.3.18.1.s390x", product: { name: "python312-3.12.9-150600.3.18.1.s390x", product_id: "python312-3.12.9-150600.3.18.1.s390x", }, }, { category: "product_version", name: "python312-base-3.12.9-150600.3.18.1.s390x", product: { name: "python312-base-3.12.9-150600.3.18.1.s390x", product_id: "python312-base-3.12.9-150600.3.18.1.s390x", }, }, { category: "product_version", name: "python312-curses-3.12.9-150600.3.18.1.s390x", product: { name: "python312-curses-3.12.9-150600.3.18.1.s390x", product_id: "python312-curses-3.12.9-150600.3.18.1.s390x", }, }, { category: "product_version", name: "python312-dbm-3.12.9-150600.3.18.1.s390x", product: { name: "python312-dbm-3.12.9-150600.3.18.1.s390x", product_id: "python312-dbm-3.12.9-150600.3.18.1.s390x", }, }, { category: "product_version", name: "python312-devel-3.12.9-150600.3.18.1.s390x", product: { name: "python312-devel-3.12.9-150600.3.18.1.s390x", product_id: "python312-devel-3.12.9-150600.3.18.1.s390x", }, }, { category: "product_version", name: "python312-doc-3.12.9-150600.3.18.1.s390x", product: { name: "python312-doc-3.12.9-150600.3.18.1.s390x", product_id: "python312-doc-3.12.9-150600.3.18.1.s390x", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", product: { name: "python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", product_id: "python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", }, }, { category: "product_version", name: "python312-idle-3.12.9-150600.3.18.1.s390x", product: { name: "python312-idle-3.12.9-150600.3.18.1.s390x", product_id: "python312-idle-3.12.9-150600.3.18.1.s390x", }, }, { category: "product_version", name: "python312-testsuite-3.12.9-150600.3.18.1.s390x", product: { name: "python312-testsuite-3.12.9-150600.3.18.1.s390x", product_id: "python312-testsuite-3.12.9-150600.3.18.1.s390x", }, }, { category: "product_version", name: "python312-tk-3.12.9-150600.3.18.1.s390x", product: { name: "python312-tk-3.12.9-150600.3.18.1.s390x", product_id: "python312-tk-3.12.9-150600.3.18.1.s390x", }, }, { category: "product_version", name: "python312-tools-3.12.9-150600.3.18.1.s390x", product: { name: "python312-tools-3.12.9-150600.3.18.1.s390x", product_id: "python312-tools-3.12.9-150600.3.18.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", product: { name: "libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", product_id: "libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", product: { name: "libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", product_id: "libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-3.12.9-150600.3.18.1.x86_64", product_id: "python312-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-32bit-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-32bit-3.12.9-150600.3.18.1.x86_64", product_id: "python312-32bit-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-base-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-base-3.12.9-150600.3.18.1.x86_64", product_id: "python312-base-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-base-32bit-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-base-32bit-3.12.9-150600.3.18.1.x86_64", product_id: "python312-base-32bit-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-curses-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-curses-3.12.9-150600.3.18.1.x86_64", product_id: "python312-curses-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-dbm-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-dbm-3.12.9-150600.3.18.1.x86_64", product_id: "python312-dbm-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-devel-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-devel-3.12.9-150600.3.18.1.x86_64", product_id: "python312-devel-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-doc-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-doc-3.12.9-150600.3.18.1.x86_64", product_id: "python312-doc-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", product_id: "python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-idle-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-idle-3.12.9-150600.3.18.1.x86_64", product_id: "python312-idle-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-testsuite-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-testsuite-3.12.9-150600.3.18.1.x86_64", product_id: "python312-testsuite-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-tk-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-tk-3.12.9-150600.3.18.1.x86_64", product_id: "python312-tk-3.12.9-150600.3.18.1.x86_64", }, }, { category: "product_version", name: "python312-tools-3.12.9-150600.3.18.1.x86_64", product: { name: "python312-tools-3.12.9-150600.3.18.1.x86_64", product_id: "python312-tools-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.aarch64", }, product_reference: "python312-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.ppc64le", }, product_reference: "python312-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.s390x", }, product_reference: "python312-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.x86_64", }, product_reference: "python312-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.aarch64", }, product_reference: "python312-base-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.ppc64le", }, product_reference: "python312-base-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.s390x", }, product_reference: "python312-base-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.x86_64", }, product_reference: "python312-base-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.aarch64", }, product_reference: "python312-curses-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.ppc64le", }, product_reference: "python312-curses-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.s390x", }, product_reference: "python312-curses-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.x86_64", }, product_reference: "python312-curses-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.aarch64", }, product_reference: "python312-dbm-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.ppc64le", }, product_reference: "python312-dbm-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.s390x", }, product_reference: "python312-dbm-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.x86_64", }, product_reference: "python312-dbm-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.aarch64", }, product_reference: "python312-devel-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.ppc64le", }, product_reference: "python312-devel-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.s390x", }, product_reference: "python312-devel-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.x86_64", }, product_reference: "python312-devel-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.aarch64", }, product_reference: "python312-idle-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.ppc64le", }, product_reference: "python312-idle-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.s390x", }, product_reference: "python312-idle-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.x86_64", }, product_reference: "python312-idle-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.aarch64", }, product_reference: "python312-tk-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.ppc64le", }, product_reference: "python312-tk-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.s390x", }, product_reference: "python312-tk-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.x86_64", }, product_reference: "python312-tk-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.aarch64", }, product_reference: "python312-tools-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.ppc64le", }, product_reference: "python312-tools-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.s390x", }, product_reference: "python312-tools-3.12.9-150600.3.18.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.9-150600.3.18.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.9-150600.3.18.1.x86_64", }, product_reference: "python312-tools-3.12.9-150600.3.18.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.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.9-150600.3.18.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.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", }, product_reference: "libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", }, product_reference: "python312-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "python312-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", }, product_reference: "python312-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-32bit-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", }, product_reference: "python312-base-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "python312-base-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", }, product_reference: "python312-base-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-base-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-32bit-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-base-32bit-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", }, product_reference: "python312-curses-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "python312-curses-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", }, product_reference: "python312-curses-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-curses-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", }, product_reference: "python312-dbm-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "python312-dbm-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", }, product_reference: "python312-dbm-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-dbm-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", }, product_reference: "python312-devel-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "python312-devel-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", }, product_reference: "python312-devel-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-devel-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", }, product_reference: "python312-doc-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "python312-doc-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", }, product_reference: "python312-doc-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-doc-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", }, product_reference: "python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", }, product_reference: "python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", }, product_reference: "python312-idle-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "python312-idle-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", }, product_reference: "python312-idle-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-idle-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", }, product_reference: "python312-testsuite-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "python312-testsuite-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", }, product_reference: "python312-testsuite-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-testsuite-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", }, product_reference: "python312-tk-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "python312-tk-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", }, product_reference: "python312-tk-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-tk-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", }, product_reference: "python312-tools-3.12.9-150600.3.18.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", }, product_reference: "python312-tools-3.12.9-150600.3.18.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", }, product_reference: "python312-tools-3.12.9-150600.3.18.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64", }, product_reference: "python312-tools-3.12.9-150600.3.18.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-12254", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-12254", }, ], notes: [ { category: "general", text: "Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\n method would not \"pause\" writing and signal to the Protocol to drain \nthe buffer to the wire once the write buffer reached the \"high-water \nmark\". Because of this, Protocols would not periodically drain the write\n buffer potentially leading to memory exhaustion.\n\n\n\n\n\nThis\n vulnerability likely impacts a small number of users, you must be using\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \nwith protocols, and using .writelines() method which had new \nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \nthese factors are true then your usage of Python is unaffected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-12254", url: "https://www.suse.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "SUSE Bug 1234290 for CVE-2024-12254", url: "https://bugzilla.suse.com/1234290", }, ], 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.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-02-13T16:11:00Z", details: "important", }, ], title: "CVE-2024-12254", }, { cve: "CVE-2025-0938", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2025-0938", }, ], notes: [ { category: "general", text: "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2025-0938", url: "https://www.suse.com/security/cve/CVE-2025-0938", }, { category: "external", summary: "SUSE Bug 1236705 for CVE-2025-0938", url: "https://bugzilla.suse.com/1236705", }, ], 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.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-02-13T16:11:00Z", details: "moderate", }, ], title: "CVE-2025-0938", }, ], }
suse-su-2024:4291-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, 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-12254: Fixed unbounded memory buffering in SelectorSocketTransport.writelines() (bsc#1234290)\n\nOther fixes:\n- Updated to version 3.12.8\n- Remove -IVendor/ from python-config (bsc#1231795)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-4291,SUSE-SLE-Module-Python3-15-SP6-2024-4291,openSUSE-SLE-15.6-2024-4291", 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_4291-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:4291-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20244291-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:4291-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019981.html", }, { category: "self", summary: "SUSE Bug 1231795", url: "https://bugzilla.suse.com/1231795", }, { category: "self", summary: "SUSE Bug 1234290", url: "https://bugzilla.suse.com/1234290", }, { category: "self", summary: "SUSE CVE CVE-2024-12254 page", url: "https://www.suse.com/security/cve/CVE-2024-12254/", }, ], title: "Security update for python312", tracking: { current_release_date: "2024-12-11T11:24:38Z", generator: { date: "2024-12-11T11:24:38Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:4291-1", initial_release_date: "2024-12-11T11:24:38Z", revision_history: [ { date: "2024-12-11T11:24:38Z", 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.12.1.aarch64", product: { name: "libpython3_12-1_0-3.12.8-150600.3.12.1.aarch64", product_id: "libpython3_12-1_0-3.12.8-150600.3.12.1.aarch64", }, }, { category: "product_version", name: "python312-3.12.8-150600.3.12.1.aarch64", product: { name: "python312-3.12.8-150600.3.12.1.aarch64", product_id: "python312-3.12.8-150600.3.12.1.aarch64", }, }, { category: "product_version", name: "python312-base-3.12.8-150600.3.12.1.aarch64", product: { name: "python312-base-3.12.8-150600.3.12.1.aarch64", product_id: "python312-base-3.12.8-150600.3.12.1.aarch64", }, }, { category: "product_version", name: "python312-curses-3.12.8-150600.3.12.1.aarch64", product: { name: "python312-curses-3.12.8-150600.3.12.1.aarch64", product_id: "python312-curses-3.12.8-150600.3.12.1.aarch64", }, }, { category: "product_version", name: "python312-dbm-3.12.8-150600.3.12.1.aarch64", product: { name: "python312-dbm-3.12.8-150600.3.12.1.aarch64", product_id: "python312-dbm-3.12.8-150600.3.12.1.aarch64", }, }, { category: "product_version", name: "python312-devel-3.12.8-150600.3.12.1.aarch64", product: { name: "python312-devel-3.12.8-150600.3.12.1.aarch64", product_id: "python312-devel-3.12.8-150600.3.12.1.aarch64", }, }, { category: "product_version", name: "python312-doc-3.12.8-150600.3.12.1.aarch64", product: { name: "python312-doc-3.12.8-150600.3.12.1.aarch64", product_id: "python312-doc-3.12.8-150600.3.12.1.aarch64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.8-150600.3.12.1.aarch64", product: { name: "python312-doc-devhelp-3.12.8-150600.3.12.1.aarch64", product_id: "python312-doc-devhelp-3.12.8-150600.3.12.1.aarch64", }, }, { category: "product_version", name: "python312-idle-3.12.8-150600.3.12.1.aarch64", product: { name: "python312-idle-3.12.8-150600.3.12.1.aarch64", product_id: "python312-idle-3.12.8-150600.3.12.1.aarch64", }, }, { category: "product_version", name: "python312-testsuite-3.12.8-150600.3.12.1.aarch64", product: { name: "python312-testsuite-3.12.8-150600.3.12.1.aarch64", product_id: "python312-testsuite-3.12.8-150600.3.12.1.aarch64", }, }, { category: "product_version", name: "python312-tk-3.12.8-150600.3.12.1.aarch64", product: { name: "python312-tk-3.12.8-150600.3.12.1.aarch64", product_id: "python312-tk-3.12.8-150600.3.12.1.aarch64", }, }, { category: "product_version", name: "python312-tools-3.12.8-150600.3.12.1.aarch64", product: { name: "python312-tools-3.12.8-150600.3.12.1.aarch64", product_id: "python312-tools-3.12.8-150600.3.12.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-64bit-3.12.8-150600.3.12.1.aarch64_ilp32", product: { name: "libpython3_12-1_0-64bit-3.12.8-150600.3.12.1.aarch64_ilp32", product_id: "libpython3_12-1_0-64bit-3.12.8-150600.3.12.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-64bit-3.12.8-150600.3.12.1.aarch64_ilp32", product: { name: "python312-64bit-3.12.8-150600.3.12.1.aarch64_ilp32", product_id: "python312-64bit-3.12.8-150600.3.12.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-base-64bit-3.12.8-150600.3.12.1.aarch64_ilp32", product: { name: "python312-base-64bit-3.12.8-150600.3.12.1.aarch64_ilp32", product_id: "python312-base-64bit-3.12.8-150600.3.12.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.8-150600.3.12.1.i586", product: { name: "libpython3_12-1_0-3.12.8-150600.3.12.1.i586", product_id: "libpython3_12-1_0-3.12.8-150600.3.12.1.i586", }, }, { category: "product_version", name: "python312-3.12.8-150600.3.12.1.i586", product: { name: "python312-3.12.8-150600.3.12.1.i586", product_id: "python312-3.12.8-150600.3.12.1.i586", }, }, { category: "product_version", name: "python312-base-3.12.8-150600.3.12.1.i586", product: { name: "python312-base-3.12.8-150600.3.12.1.i586", product_id: "python312-base-3.12.8-150600.3.12.1.i586", }, }, { category: "product_version", name: "python312-curses-3.12.8-150600.3.12.1.i586", product: { name: "python312-curses-3.12.8-150600.3.12.1.i586", product_id: "python312-curses-3.12.8-150600.3.12.1.i586", }, }, { category: "product_version", name: "python312-dbm-3.12.8-150600.3.12.1.i586", product: { name: "python312-dbm-3.12.8-150600.3.12.1.i586", product_id: "python312-dbm-3.12.8-150600.3.12.1.i586", }, }, { category: "product_version", name: "python312-devel-3.12.8-150600.3.12.1.i586", product: { name: "python312-devel-3.12.8-150600.3.12.1.i586", product_id: "python312-devel-3.12.8-150600.3.12.1.i586", }, }, { category: "product_version", name: "python312-doc-3.12.8-150600.3.12.1.i586", product: { name: "python312-doc-3.12.8-150600.3.12.1.i586", product_id: "python312-doc-3.12.8-150600.3.12.1.i586", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.8-150600.3.12.1.i586", product: { name: "python312-doc-devhelp-3.12.8-150600.3.12.1.i586", product_id: "python312-doc-devhelp-3.12.8-150600.3.12.1.i586", }, }, { category: "product_version", name: "python312-idle-3.12.8-150600.3.12.1.i586", product: { name: "python312-idle-3.12.8-150600.3.12.1.i586", product_id: "python312-idle-3.12.8-150600.3.12.1.i586", }, }, { category: "product_version", name: "python312-testsuite-3.12.8-150600.3.12.1.i586", product: { name: "python312-testsuite-3.12.8-150600.3.12.1.i586", product_id: "python312-testsuite-3.12.8-150600.3.12.1.i586", }, }, { category: "product_version", name: "python312-tk-3.12.8-150600.3.12.1.i586", product: { name: "python312-tk-3.12.8-150600.3.12.1.i586", product_id: "python312-tk-3.12.8-150600.3.12.1.i586", }, }, { category: "product_version", name: "python312-tools-3.12.8-150600.3.12.1.i586", product: { name: "python312-tools-3.12.8-150600.3.12.1.i586", product_id: "python312-tools-3.12.8-150600.3.12.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.8-150600.3.12.1.ppc64le", product: { name: "libpython3_12-1_0-3.12.8-150600.3.12.1.ppc64le", product_id: "libpython3_12-1_0-3.12.8-150600.3.12.1.ppc64le", }, }, { category: "product_version", name: "python312-3.12.8-150600.3.12.1.ppc64le", product: { name: "python312-3.12.8-150600.3.12.1.ppc64le", product_id: "python312-3.12.8-150600.3.12.1.ppc64le", }, }, { category: "product_version", name: "python312-base-3.12.8-150600.3.12.1.ppc64le", product: { name: "python312-base-3.12.8-150600.3.12.1.ppc64le", product_id: "python312-base-3.12.8-150600.3.12.1.ppc64le", }, }, { category: "product_version", name: "python312-curses-3.12.8-150600.3.12.1.ppc64le", product: { name: "python312-curses-3.12.8-150600.3.12.1.ppc64le", product_id: "python312-curses-3.12.8-150600.3.12.1.ppc64le", }, }, { category: "product_version", name: "python312-dbm-3.12.8-150600.3.12.1.ppc64le", product: { name: "python312-dbm-3.12.8-150600.3.12.1.ppc64le", product_id: "python312-dbm-3.12.8-150600.3.12.1.ppc64le", }, }, { category: "product_version", name: "python312-devel-3.12.8-150600.3.12.1.ppc64le", product: { name: "python312-devel-3.12.8-150600.3.12.1.ppc64le", product_id: "python312-devel-3.12.8-150600.3.12.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-3.12.8-150600.3.12.1.ppc64le", product: { name: "python312-doc-3.12.8-150600.3.12.1.ppc64le", product_id: "python312-doc-3.12.8-150600.3.12.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.8-150600.3.12.1.ppc64le", product: { name: "python312-doc-devhelp-3.12.8-150600.3.12.1.ppc64le", product_id: "python312-doc-devhelp-3.12.8-150600.3.12.1.ppc64le", }, }, { category: "product_version", name: "python312-idle-3.12.8-150600.3.12.1.ppc64le", product: { name: "python312-idle-3.12.8-150600.3.12.1.ppc64le", product_id: "python312-idle-3.12.8-150600.3.12.1.ppc64le", }, }, { category: "product_version", name: "python312-testsuite-3.12.8-150600.3.12.1.ppc64le", product: { name: "python312-testsuite-3.12.8-150600.3.12.1.ppc64le", product_id: "python312-testsuite-3.12.8-150600.3.12.1.ppc64le", }, }, { category: "product_version", name: "python312-tk-3.12.8-150600.3.12.1.ppc64le", product: { name: "python312-tk-3.12.8-150600.3.12.1.ppc64le", product_id: "python312-tk-3.12.8-150600.3.12.1.ppc64le", }, }, { category: "product_version", name: "python312-tools-3.12.8-150600.3.12.1.ppc64le", product: { name: "python312-tools-3.12.8-150600.3.12.1.ppc64le", product_id: "python312-tools-3.12.8-150600.3.12.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.8-150600.3.12.1.s390x", product: { name: "libpython3_12-1_0-3.12.8-150600.3.12.1.s390x", product_id: "libpython3_12-1_0-3.12.8-150600.3.12.1.s390x", }, }, { category: "product_version", name: "python312-3.12.8-150600.3.12.1.s390x", product: { name: "python312-3.12.8-150600.3.12.1.s390x", product_id: "python312-3.12.8-150600.3.12.1.s390x", }, }, { category: "product_version", name: "python312-base-3.12.8-150600.3.12.1.s390x", product: { name: "python312-base-3.12.8-150600.3.12.1.s390x", product_id: "python312-base-3.12.8-150600.3.12.1.s390x", }, }, { category: "product_version", name: "python312-curses-3.12.8-150600.3.12.1.s390x", product: { name: "python312-curses-3.12.8-150600.3.12.1.s390x", product_id: "python312-curses-3.12.8-150600.3.12.1.s390x", }, }, { category: "product_version", name: "python312-dbm-3.12.8-150600.3.12.1.s390x", product: { name: "python312-dbm-3.12.8-150600.3.12.1.s390x", product_id: "python312-dbm-3.12.8-150600.3.12.1.s390x", }, }, { category: "product_version", name: "python312-devel-3.12.8-150600.3.12.1.s390x", product: { name: "python312-devel-3.12.8-150600.3.12.1.s390x", product_id: "python312-devel-3.12.8-150600.3.12.1.s390x", }, }, { category: "product_version", name: "python312-doc-3.12.8-150600.3.12.1.s390x", product: { name: "python312-doc-3.12.8-150600.3.12.1.s390x", product_id: "python312-doc-3.12.8-150600.3.12.1.s390x", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.8-150600.3.12.1.s390x", product: { name: "python312-doc-devhelp-3.12.8-150600.3.12.1.s390x", product_id: "python312-doc-devhelp-3.12.8-150600.3.12.1.s390x", }, }, { category: "product_version", name: "python312-idle-3.12.8-150600.3.12.1.s390x", product: { name: "python312-idle-3.12.8-150600.3.12.1.s390x", product_id: "python312-idle-3.12.8-150600.3.12.1.s390x", }, }, { category: "product_version", name: "python312-testsuite-3.12.8-150600.3.12.1.s390x", product: { name: "python312-testsuite-3.12.8-150600.3.12.1.s390x", product_id: "python312-testsuite-3.12.8-150600.3.12.1.s390x", }, }, { category: "product_version", name: "python312-tk-3.12.8-150600.3.12.1.s390x", product: { name: "python312-tk-3.12.8-150600.3.12.1.s390x", product_id: "python312-tk-3.12.8-150600.3.12.1.s390x", }, }, { category: "product_version", name: "python312-tools-3.12.8-150600.3.12.1.s390x", product: { name: "python312-tools-3.12.8-150600.3.12.1.s390x", product_id: "python312-tools-3.12.8-150600.3.12.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.8-150600.3.12.1.x86_64", product: { name: "libpython3_12-1_0-3.12.8-150600.3.12.1.x86_64", product_id: "libpython3_12-1_0-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "libpython3_12-1_0-32bit-3.12.8-150600.3.12.1.x86_64", product: { name: "libpython3_12-1_0-32bit-3.12.8-150600.3.12.1.x86_64", product_id: "libpython3_12-1_0-32bit-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-3.12.8-150600.3.12.1.x86_64", product_id: "python312-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-32bit-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-32bit-3.12.8-150600.3.12.1.x86_64", product_id: "python312-32bit-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-base-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-base-3.12.8-150600.3.12.1.x86_64", product_id: "python312-base-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-base-32bit-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-base-32bit-3.12.8-150600.3.12.1.x86_64", product_id: "python312-base-32bit-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-curses-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-curses-3.12.8-150600.3.12.1.x86_64", product_id: "python312-curses-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-dbm-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-dbm-3.12.8-150600.3.12.1.x86_64", product_id: "python312-dbm-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-devel-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-devel-3.12.8-150600.3.12.1.x86_64", product_id: "python312-devel-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-doc-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-doc-3.12.8-150600.3.12.1.x86_64", product_id: "python312-doc-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-doc-devhelp-3.12.8-150600.3.12.1.x86_64", product_id: "python312-doc-devhelp-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-idle-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-idle-3.12.8-150600.3.12.1.x86_64", product_id: "python312-idle-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-testsuite-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-testsuite-3.12.8-150600.3.12.1.x86_64", product_id: "python312-testsuite-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-tk-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-tk-3.12.8-150600.3.12.1.x86_64", product_id: "python312-tk-3.12.8-150600.3.12.1.x86_64", }, }, { category: "product_version", name: "python312-tools-3.12.8-150600.3.12.1.x86_64", product: { name: "python312-tools-3.12.8-150600.3.12.1.x86_64", product_id: "python312-tools-3.12.8-150600.3.12.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.12.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.12.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.12.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.12.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.12.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.12.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.12.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.12.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.12.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.12.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.12.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.12.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.12.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.12.1.aarch64", }, product_reference: "python312-3.12.8-150600.3.12.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.12.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.12.1.ppc64le", }, product_reference: "python312-3.12.8-150600.3.12.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.12.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.12.1.s390x", }, product_reference: "python312-3.12.8-150600.3.12.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.12.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.12.1.x86_64", }, product_reference: "python312-3.12.8-150600.3.12.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.12.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.12.1.aarch64", }, product_reference: "python312-base-3.12.8-150600.3.12.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.12.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.12.1.ppc64le", }, product_reference: "python312-base-3.12.8-150600.3.12.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.12.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.12.1.s390x", }, product_reference: "python312-base-3.12.8-150600.3.12.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.12.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.12.1.x86_64", }, product_reference: "python312-base-3.12.8-150600.3.12.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.12.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.12.1.aarch64", }, product_reference: "python312-curses-3.12.8-150600.3.12.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.12.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.12.1.ppc64le", }, product_reference: "python312-curses-3.12.8-150600.3.12.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.12.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.12.1.s390x", }, product_reference: "python312-curses-3.12.8-150600.3.12.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.12.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.12.1.x86_64", }, product_reference: "python312-curses-3.12.8-150600.3.12.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.12.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.12.1.aarch64", }, product_reference: "python312-dbm-3.12.8-150600.3.12.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.12.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.12.1.ppc64le", }, product_reference: "python312-dbm-3.12.8-150600.3.12.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.12.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.12.1.s390x", }, product_reference: "python312-dbm-3.12.8-150600.3.12.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.12.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.12.1.x86_64", }, product_reference: "python312-dbm-3.12.8-150600.3.12.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.12.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.12.1.aarch64", }, product_reference: "python312-devel-3.12.8-150600.3.12.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.12.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.12.1.ppc64le", }, product_reference: "python312-devel-3.12.8-150600.3.12.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.12.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.12.1.s390x", }, product_reference: "python312-devel-3.12.8-150600.3.12.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.12.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.12.1.x86_64", }, product_reference: "python312-devel-3.12.8-150600.3.12.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.12.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.12.1.aarch64", }, product_reference: "python312-idle-3.12.8-150600.3.12.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.12.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.12.1.ppc64le", }, product_reference: "python312-idle-3.12.8-150600.3.12.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.12.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.12.1.s390x", }, product_reference: "python312-idle-3.12.8-150600.3.12.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.12.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.12.1.x86_64", }, product_reference: "python312-idle-3.12.8-150600.3.12.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.12.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.12.1.aarch64", }, product_reference: "python312-tk-3.12.8-150600.3.12.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.12.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.12.1.ppc64le", }, product_reference: "python312-tk-3.12.8-150600.3.12.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.12.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.12.1.s390x", }, product_reference: "python312-tk-3.12.8-150600.3.12.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.12.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.12.1.x86_64", }, product_reference: "python312-tk-3.12.8-150600.3.12.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.12.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.12.1.aarch64", }, product_reference: "python312-tools-3.12.8-150600.3.12.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.12.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.12.1.ppc64le", }, product_reference: "python312-tools-3.12.8-150600.3.12.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.12.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.12.1.s390x", }, product_reference: "python312-tools-3.12.8-150600.3.12.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.12.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.12.1.x86_64", }, product_reference: "python312-tools-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.12.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.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.12.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.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.12.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.12.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.12.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.8-150600.3.12.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.12.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.12.1.x86_64", }, product_reference: "libpython3_12-1_0-32bit-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.aarch64", }, product_reference: "python312-3.12.8-150600.3.12.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-150600.3.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "python312-3.12.8-150600.3.12.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-150600.3.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.s390x", }, product_reference: "python312-3.12.8-150600.3.12.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-32bit-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.aarch64", }, product_reference: "python312-base-3.12.8-150600.3.12.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.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "python312-base-3.12.8-150600.3.12.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.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.s390x", }, product_reference: "python312-base-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-base-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-base-32bit-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.aarch64", }, product_reference: "python312-curses-3.12.8-150600.3.12.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.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "python312-curses-3.12.8-150600.3.12.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.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.s390x", }, product_reference: "python312-curses-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-curses-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.aarch64", }, product_reference: "python312-dbm-3.12.8-150600.3.12.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.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "python312-dbm-3.12.8-150600.3.12.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.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.s390x", }, product_reference: "python312-dbm-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-dbm-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.aarch64", }, product_reference: "python312-devel-3.12.8-150600.3.12.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.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "python312-devel-3.12.8-150600.3.12.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.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.s390x", }, product_reference: "python312-devel-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-devel-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.aarch64", }, product_reference: "python312-doc-3.12.8-150600.3.12.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.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "python312-doc-3.12.8-150600.3.12.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.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.s390x", }, product_reference: "python312-doc-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-doc-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.aarch64", }, product_reference: "python312-doc-devhelp-3.12.8-150600.3.12.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.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "python312-doc-devhelp-3.12.8-150600.3.12.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.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.s390x", }, product_reference: "python312-doc-devhelp-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-doc-devhelp-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.aarch64", }, product_reference: "python312-idle-3.12.8-150600.3.12.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.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "python312-idle-3.12.8-150600.3.12.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.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.s390x", }, product_reference: "python312-idle-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-idle-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.aarch64", }, product_reference: "python312-testsuite-3.12.8-150600.3.12.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.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "python312-testsuite-3.12.8-150600.3.12.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.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.s390x", }, product_reference: "python312-testsuite-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-testsuite-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.aarch64", }, product_reference: "python312-tk-3.12.8-150600.3.12.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.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "python312-tk-3.12.8-150600.3.12.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.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.s390x", }, product_reference: "python312-tk-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-tk-3.12.8-150600.3.12.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.12.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.aarch64", }, product_reference: "python312-tools-3.12.8-150600.3.12.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.12.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.ppc64le", }, product_reference: "python312-tools-3.12.8-150600.3.12.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.12.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.s390x", }, product_reference: "python312-tools-3.12.8-150600.3.12.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.12.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.x86_64", }, product_reference: "python312-tools-3.12.8-150600.3.12.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-12254", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-12254", }, ], notes: [ { category: "general", text: "Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\n method would not \"pause\" writing and signal to the Protocol to drain \nthe buffer to the wire once the write buffer reached the \"high-water \nmark\". Because of this, Protocols would not periodically drain the write\n buffer potentially leading to memory exhaustion.\n\n\n\n\n\nThis\n vulnerability likely impacts a small number of users, you must be using\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \nwith protocols, and using .writelines() method which had new \nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \nthese factors are true then your usage of Python is unaffected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-12254", url: "https://www.suse.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "SUSE Bug 1234290 for CVE-2024-12254", url: "https://bugzilla.suse.com/1234290", }, ], 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.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.12.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.12.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-11T11:24:38Z", details: "important", }, ], title: "CVE-2024-12254", }, ], }
wid-sec-w-2024-3630
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.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Python ausnutzen, um einen Denial of Service Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Linux\n- MacOS X\n- Sonstiges\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-3630 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3630.json", }, { category: "self", summary: "WID-SEC-2024-3630 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3630", }, { category: "external", summary: "Red Hat Bugtracker vom 2024-12-08", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2330804", }, { category: "external", summary: "OSS Security Mailing List vom 2024-12-08", url: "https://seclists.org/oss-sec/2024/q4/145", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-FBD80E45EF vom 2024-12-09", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-fbd80e45ef", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-54AA5FC4B2 vom 2024-12-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-54aa5fc4b2", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-B2CEBCBB49 vom 2024-12-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-b2cebcbb49", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4291-1 vom 2024-12-11", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019981.html", }, { 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-10980 vom 2024-12-13", url: "https://linux.oracle.com/errata/ELSA-2024-10980.html", }, { 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:11035 vom 2024-12-13", url: "https://access.redhat.com/errata/RHSA-2024:11035", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14581-1 vom 2024-12-14", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/ISOWT6LAVQJGGZIVXB2VE32LIUJZ5SHC/", }, { 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: "Alpine Announce vom 2025-01-06", url: "https://lists.alpinelinux.org/~alpine/announce/%3C20250106210018.613dc44b%40ncopa-desktop%3E", }, { category: "external", summary: "Ubuntu Security Notice USN-7219-1 vom 2025-01-20", url: "https://ubuntu.com/security/notices/USN-7219-1", }, ], source_lang: "en-US", title: "Python: Schwachstelle ermöglicht Denial of Service", tracking: { current_release_date: "2025-01-20T23:00:00.000+00:00", generator: { date: "2025-01-21T09:08:53.369+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2024-3630", initial_release_date: "2024-12-08T23:00:00.000+00:00", revision_history: [ { date: "2024-12-08T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-12-09T23:00:00.000+00:00", number: "2", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-12-11T23:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-12-12T23:00:00.000+00:00", number: "4", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-12-15T23:00:00.000+00:00", number: "5", summary: "Neue Updates von openSUSE aufgenommen", }, { date: "2024-12-18T23:00:00.000+00:00", number: "6", summary: "Neue Updates von Rocky Enterprise Software Foundation aufgenommen", }, { date: "2025-01-06T23:00:00.000+00:00", number: "7", summary: "Neue Updates aufgenommen", }, { date: "2025-01-20T23:00:00.000+00:00", number: "8", summary: "Neue Updates von Ubuntu aufgenommen", }, ], status: "final", version: "8", }, }, product_tree: { branches: [ { 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: [ { branches: [ { category: "product_version_range", name: "<3.18.10", product: { name: "Open Source Alpine Linux <3.18.10", product_id: "T040035", }, }, { category: "product_version", name: "3.18.10", product: { name: "Open Source Alpine Linux 3.18.10", product_id: "T040035-fixed", product_identification_helper: { cpe: "cpe:/a:alpinelinux:alpine_linux:3.18.10", }, }, }, { category: "product_version_range", name: "<3.19.5", product: { name: "Open Source Alpine Linux <3.19.5", product_id: "T040036", }, }, { category: "product_version", name: "3.19.5", product: { name: "Open Source Alpine Linux 3.19.5", product_id: "T040036-fixed", product_identification_helper: { cpe: "cpe:/a:alpinelinux:alpine_linux:3.19.5", }, }, }, { category: "product_version_range", name: "<3.20.4", product: { name: "Open Source Alpine Linux <3.20.4", product_id: "T040037", }, }, { category: "product_version", name: "3.20.4", product: { name: "Open Source Alpine Linux 3.20.4", product_id: "T040037-fixed", product_identification_helper: { cpe: "cpe:/a:alpinelinux:alpine_linux:3.20.4", }, }, }, ], category: "product_name", name: "Alpine Linux", }, { branches: [ { category: "product_version_range", name: ">=3.12.0", product: { name: "Open Source Python >=3.12.0", product_id: "T039623", }, }, { category: "product_version_range", name: ">=3.12.0", product: { name: "Open Source Python >=3.12.0", product_id: "T039623-fixed", }, }, { category: "product_version_range", name: "<3.14.0a2", product: { name: "Open Source Python <3.14.0a2", product_id: "T039641", }, }, { category: "product_version", name: "3.14.0a2", product: { name: "Open Source Python 3.14.0a2", product_id: "T039641-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.14.0a2", }, }, }, ], category: "product_name", name: "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: [ { 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: "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-12254", notes: [ { category: "description", text: "Es besteht eine Schwachstelle in Python. Dieser Fehler existiert wegen unsachgemäßer Handhabung der Schreibpufferverwaltung in der asyncio._SelectorSocketTransport.writelines()-Methode, die es versäumt, den Schreibvorgang anzuhalten und dem Protokoll zu signalisieren, den Puffer zu leeren, wenn die „Hochwassermarke“ erreicht ist. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um eine Speichererschöpfung herbeizuführen, was möglicherweise zu einem Denial-of-Service (DoS) führt.", }, ], product_status: { known_affected: [ "T002207", "67646", "T000126", "T027843", "T040037", "T004914", "T040036", "T039641", "T032255", "T040035", "74185", ], }, release_date: "2024-12-08T23:00:00.000+00:00", title: "CVE-2024-12254", }, ], }
ghsa-ph84-rcj2-fxxm
Vulnerability from github
8.7 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines() method would not "pause" writing and signal to the Protocol to drain the buffer to the wire once the write buffer reached the "high-water mark". Because of this, Protocols would not periodically drain the write buffer potentially leading to memory exhaustion.
This vulnerability likely impacts a small number of users, you must be using Python 3.12.0 or later, on macOS or 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.
{ affected: [], aliases: [ "CVE-2024-12254", ], database_specific: { cwe_ids: [ "CWE-400", "CWE-770", ], github_reviewed: false, github_reviewed_at: null, nvd_published_at: "2024-12-06T16:15:20Z", severity: "HIGH", }, details: "Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\n method would not \"pause\" writing and signal to the Protocol to drain \nthe buffer to the wire once the write buffer reached the \"high-water \nmark\". Because of this, Protocols would not periodically drain the write\n buffer potentially leading to memory exhaustion.\n\n\n\n\n\nThis\n vulnerability likely impacts a small number of users, you must be using\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \nwith protocols, and using .writelines() method which had new \nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \nthese factors are true then your usage of Python is unaffected.", id: "GHSA-ph84-rcj2-fxxm", modified: "2025-01-31T21:32:44Z", published: "2024-12-06T18:30:45Z", references: [ { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-12254", }, { type: "WEB", url: "https://github.com/python/cpython/issues/127655", }, { type: "WEB", url: "https://github.com/python/cpython/pull/127656", }, { type: "WEB", url: "https://github.com/python/cpython/commit/71e8429ac8e2adc10084ab5ec29a62f4b6671a82", }, { type: "WEB", url: "https://github.com/python/cpython/commit/9aa0deb2eef2655a1029ba228527b152353135b5", }, { type: "WEB", url: "https://github.com/python/cpython/commit/e991ac8f2037d78140e417cc9a9486223eb3e786", }, { type: "WEB", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB", }, { type: "WEB", url: "http://www.openwall.com/lists/oss-security/2024/12/06/1", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", type: "CVSS_V3", }, { score: "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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:X", type: "CVSS_V4", }, ], }
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_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: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_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_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-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()", }, ], }
opensuse-su-2025:14691-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.1-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python313-3.13.1-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2025-14691", 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-2025_14691-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-12254 page", url: "https://www.suse.com/security/cve/CVE-2024-12254/", }, ], title: "python313-3.13.1-1.1 on GA media", tracking: { current_release_date: "2025-01-23T00:00:00Z", generator: { date: "2025-01-23T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2025:14691-1", initial_release_date: "2025-01-23T00:00:00Z", revision_history: [ { date: "2025-01-23T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python313-3.13.1-1.1.aarch64", product: { name: "python313-3.13.1-1.1.aarch64", product_id: "python313-3.13.1-1.1.aarch64", }, }, { category: "product_version", name: "python313-32bit-3.13.1-1.1.aarch64", product: { name: "python313-32bit-3.13.1-1.1.aarch64", product_id: "python313-32bit-3.13.1-1.1.aarch64", }, }, { category: "product_version", name: "python313-curses-3.13.1-1.1.aarch64", product: { name: "python313-curses-3.13.1-1.1.aarch64", product_id: "python313-curses-3.13.1-1.1.aarch64", }, }, { category: "product_version", name: "python313-dbm-3.13.1-1.1.aarch64", product: { name: "python313-dbm-3.13.1-1.1.aarch64", product_id: "python313-dbm-3.13.1-1.1.aarch64", }, }, { category: "product_version", name: "python313-idle-3.13.1-1.1.aarch64", product: { name: "python313-idle-3.13.1-1.1.aarch64", product_id: "python313-idle-3.13.1-1.1.aarch64", }, }, { category: "product_version", name: "python313-tk-3.13.1-1.1.aarch64", product: { name: "python313-tk-3.13.1-1.1.aarch64", product_id: "python313-tk-3.13.1-1.1.aarch64", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.1-1.1.aarch64", product: { name: "python313-x86-64-v3-3.13.1-1.1.aarch64", product_id: "python313-x86-64-v3-3.13.1-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python313-3.13.1-1.1.ppc64le", product: { name: "python313-3.13.1-1.1.ppc64le", product_id: "python313-3.13.1-1.1.ppc64le", }, }, { category: "product_version", name: "python313-32bit-3.13.1-1.1.ppc64le", product: { name: "python313-32bit-3.13.1-1.1.ppc64le", product_id: "python313-32bit-3.13.1-1.1.ppc64le", }, }, { category: "product_version", name: "python313-curses-3.13.1-1.1.ppc64le", product: { name: "python313-curses-3.13.1-1.1.ppc64le", product_id: "python313-curses-3.13.1-1.1.ppc64le", }, }, { category: "product_version", name: "python313-dbm-3.13.1-1.1.ppc64le", product: { name: "python313-dbm-3.13.1-1.1.ppc64le", product_id: "python313-dbm-3.13.1-1.1.ppc64le", }, }, { category: "product_version", name: "python313-idle-3.13.1-1.1.ppc64le", product: { name: "python313-idle-3.13.1-1.1.ppc64le", product_id: "python313-idle-3.13.1-1.1.ppc64le", }, }, { category: "product_version", name: "python313-tk-3.13.1-1.1.ppc64le", product: { name: "python313-tk-3.13.1-1.1.ppc64le", product_id: "python313-tk-3.13.1-1.1.ppc64le", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.1-1.1.ppc64le", product: { name: "python313-x86-64-v3-3.13.1-1.1.ppc64le", product_id: "python313-x86-64-v3-3.13.1-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python313-3.13.1-1.1.s390x", product: { name: "python313-3.13.1-1.1.s390x", product_id: "python313-3.13.1-1.1.s390x", }, }, { category: "product_version", name: "python313-32bit-3.13.1-1.1.s390x", product: { name: "python313-32bit-3.13.1-1.1.s390x", product_id: "python313-32bit-3.13.1-1.1.s390x", }, }, { category: "product_version", name: "python313-curses-3.13.1-1.1.s390x", product: { name: "python313-curses-3.13.1-1.1.s390x", product_id: "python313-curses-3.13.1-1.1.s390x", }, }, { category: "product_version", name: "python313-dbm-3.13.1-1.1.s390x", product: { name: "python313-dbm-3.13.1-1.1.s390x", product_id: "python313-dbm-3.13.1-1.1.s390x", }, }, { category: "product_version", name: "python313-idle-3.13.1-1.1.s390x", product: { name: "python313-idle-3.13.1-1.1.s390x", product_id: "python313-idle-3.13.1-1.1.s390x", }, }, { category: "product_version", name: "python313-tk-3.13.1-1.1.s390x", product: { name: "python313-tk-3.13.1-1.1.s390x", product_id: "python313-tk-3.13.1-1.1.s390x", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.1-1.1.s390x", product: { name: "python313-x86-64-v3-3.13.1-1.1.s390x", product_id: "python313-x86-64-v3-3.13.1-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python313-3.13.1-1.1.x86_64", product: { name: "python313-3.13.1-1.1.x86_64", product_id: "python313-3.13.1-1.1.x86_64", }, }, { category: "product_version", name: "python313-32bit-3.13.1-1.1.x86_64", product: { name: "python313-32bit-3.13.1-1.1.x86_64", product_id: "python313-32bit-3.13.1-1.1.x86_64", }, }, { category: "product_version", name: "python313-curses-3.13.1-1.1.x86_64", product: { name: "python313-curses-3.13.1-1.1.x86_64", product_id: "python313-curses-3.13.1-1.1.x86_64", }, }, { category: "product_version", name: "python313-dbm-3.13.1-1.1.x86_64", product: { name: "python313-dbm-3.13.1-1.1.x86_64", product_id: "python313-dbm-3.13.1-1.1.x86_64", }, }, { category: "product_version", name: "python313-idle-3.13.1-1.1.x86_64", product: { name: "python313-idle-3.13.1-1.1.x86_64", product_id: "python313-idle-3.13.1-1.1.x86_64", }, }, { category: "product_version", name: "python313-tk-3.13.1-1.1.x86_64", product: { name: "python313-tk-3.13.1-1.1.x86_64", product_id: "python313-tk-3.13.1-1.1.x86_64", }, }, { category: "product_version", name: "python313-x86-64-v3-3.13.1-1.1.x86_64", product: { name: "python313-x86-64-v3-3.13.1-1.1.x86_64", product_id: "python313-x86-64-v3-3.13.1-1.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python313-3.13.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.1-1.1.aarch64", }, product_reference: "python313-3.13.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-3.13.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.1-1.1.ppc64le", }, product_reference: "python313-3.13.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-3.13.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.1-1.1.s390x", }, product_reference: "python313-3.13.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-3.13.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-3.13.1-1.1.x86_64", }, product_reference: "python313-3.13.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-32bit-3.13.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.aarch64", }, product_reference: "python313-32bit-3.13.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-32bit-3.13.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.ppc64le", }, product_reference: "python313-32bit-3.13.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-32bit-3.13.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.s390x", }, product_reference: "python313-32bit-3.13.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-32bit-3.13.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.x86_64", }, product_reference: "python313-32bit-3.13.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.aarch64", }, product_reference: "python313-curses-3.13.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.ppc64le", }, product_reference: "python313-curses-3.13.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.s390x", }, product_reference: "python313-curses-3.13.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-curses-3.13.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.x86_64", }, product_reference: "python313-curses-3.13.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.aarch64", }, product_reference: "python313-dbm-3.13.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.ppc64le", }, product_reference: "python313-dbm-3.13.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.s390x", }, product_reference: "python313-dbm-3.13.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-dbm-3.13.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.x86_64", }, product_reference: "python313-dbm-3.13.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.aarch64", }, product_reference: "python313-idle-3.13.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.ppc64le", }, product_reference: "python313-idle-3.13.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.s390x", }, product_reference: "python313-idle-3.13.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-idle-3.13.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.x86_64", }, product_reference: "python313-idle-3.13.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.aarch64", }, product_reference: "python313-tk-3.13.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.ppc64le", }, product_reference: "python313-tk-3.13.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.s390x", }, product_reference: "python313-tk-3.13.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-tk-3.13.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.x86_64", }, product_reference: "python313-tk-3.13.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.aarch64", }, product_reference: "python313-x86-64-v3-3.13.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.ppc64le", }, product_reference: "python313-x86-64-v3-3.13.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.s390x", }, product_reference: "python313-x86-64-v3-3.13.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python313-x86-64-v3-3.13.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.x86_64", }, product_reference: "python313-x86-64-v3-3.13.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-12254", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-12254", }, ], notes: [ { category: "general", text: "Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\n method would not \"pause\" writing and signal to the Protocol to drain \nthe buffer to the wire once the write buffer reached the \"high-water \nmark\". Because of this, Protocols would not periodically drain the write\n buffer potentially leading to memory exhaustion.\n\n\n\n\n\nThis\n vulnerability likely impacts a small number of users, you must be using\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \nwith protocols, and using .writelines() method which had new \nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \nthese factors are true then your usage of Python is unaffected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python313-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-12254", url: "https://www.suse.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "SUSE Bug 1234290 for CVE-2024-12254", url: "https://bugzilla.suse.com/1234290", }, ], 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.1-1.1.aarch64", "openSUSE Tumbleweed:python313-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python313-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-32bit-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.1-1.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-23T00:00:00Z", details: "important", }, ], title: "CVE-2024-12254", }, ], }
opensuse-su-2024:14581-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.8-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python312-3.12.8-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14581", 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_14581-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2024:14581-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ISOWT6LAVQJGGZIVXB2VE32LIUJZ5SHC/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2024:14581-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ISOWT6LAVQJGGZIVXB2VE32LIUJZ5SHC/", }, { category: "self", summary: "SUSE CVE CVE-2024-12254 page", url: "https://www.suse.com/security/cve/CVE-2024-12254/", }, ], title: "python312-3.12.8-1.1 on GA media", tracking: { current_release_date: "2024-12-13T00:00:00Z", generator: { date: "2024-12-13T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14581-1", initial_release_date: "2024-12-13T00:00:00Z", revision_history: [ { date: "2024-12-13T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python312-3.12.8-1.1.aarch64", product: { name: "python312-3.12.8-1.1.aarch64", product_id: "python312-3.12.8-1.1.aarch64", }, }, { category: "product_version", name: "python312-32bit-3.12.8-1.1.aarch64", product: { name: "python312-32bit-3.12.8-1.1.aarch64", product_id: "python312-32bit-3.12.8-1.1.aarch64", }, }, { category: "product_version", name: "python312-curses-3.12.8-1.1.aarch64", product: { name: "python312-curses-3.12.8-1.1.aarch64", product_id: "python312-curses-3.12.8-1.1.aarch64", }, }, { category: "product_version", name: "python312-dbm-3.12.8-1.1.aarch64", product: { name: "python312-dbm-3.12.8-1.1.aarch64", product_id: "python312-dbm-3.12.8-1.1.aarch64", }, }, { category: "product_version", name: "python312-idle-3.12.8-1.1.aarch64", product: { name: "python312-idle-3.12.8-1.1.aarch64", product_id: "python312-idle-3.12.8-1.1.aarch64", }, }, { category: "product_version", name: "python312-tk-3.12.8-1.1.aarch64", product: { name: "python312-tk-3.12.8-1.1.aarch64", product_id: "python312-tk-3.12.8-1.1.aarch64", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.8-1.1.aarch64", product: { name: "python312-x86-64-v3-3.12.8-1.1.aarch64", product_id: "python312-x86-64-v3-3.12.8-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python312-3.12.8-1.1.ppc64le", product: { name: "python312-3.12.8-1.1.ppc64le", product_id: "python312-3.12.8-1.1.ppc64le", }, }, { category: "product_version", name: "python312-32bit-3.12.8-1.1.ppc64le", product: { name: "python312-32bit-3.12.8-1.1.ppc64le", product_id: "python312-32bit-3.12.8-1.1.ppc64le", }, }, { category: "product_version", name: "python312-curses-3.12.8-1.1.ppc64le", product: { name: "python312-curses-3.12.8-1.1.ppc64le", product_id: "python312-curses-3.12.8-1.1.ppc64le", }, }, { category: "product_version", name: "python312-dbm-3.12.8-1.1.ppc64le", product: { name: "python312-dbm-3.12.8-1.1.ppc64le", product_id: "python312-dbm-3.12.8-1.1.ppc64le", }, }, { category: "product_version", name: "python312-idle-3.12.8-1.1.ppc64le", product: { name: "python312-idle-3.12.8-1.1.ppc64le", product_id: "python312-idle-3.12.8-1.1.ppc64le", }, }, { category: "product_version", name: "python312-tk-3.12.8-1.1.ppc64le", product: { name: "python312-tk-3.12.8-1.1.ppc64le", product_id: "python312-tk-3.12.8-1.1.ppc64le", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.8-1.1.ppc64le", product: { name: "python312-x86-64-v3-3.12.8-1.1.ppc64le", product_id: "python312-x86-64-v3-3.12.8-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python312-3.12.8-1.1.s390x", product: { name: "python312-3.12.8-1.1.s390x", product_id: "python312-3.12.8-1.1.s390x", }, }, { category: "product_version", name: "python312-32bit-3.12.8-1.1.s390x", product: { name: "python312-32bit-3.12.8-1.1.s390x", product_id: "python312-32bit-3.12.8-1.1.s390x", }, }, { category: "product_version", name: "python312-curses-3.12.8-1.1.s390x", product: { name: "python312-curses-3.12.8-1.1.s390x", product_id: "python312-curses-3.12.8-1.1.s390x", }, }, { category: "product_version", name: "python312-dbm-3.12.8-1.1.s390x", product: { name: "python312-dbm-3.12.8-1.1.s390x", product_id: "python312-dbm-3.12.8-1.1.s390x", }, }, { category: "product_version", name: "python312-idle-3.12.8-1.1.s390x", product: { name: "python312-idle-3.12.8-1.1.s390x", product_id: "python312-idle-3.12.8-1.1.s390x", }, }, { category: "product_version", name: "python312-tk-3.12.8-1.1.s390x", product: { name: "python312-tk-3.12.8-1.1.s390x", product_id: "python312-tk-3.12.8-1.1.s390x", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.8-1.1.s390x", product: { name: "python312-x86-64-v3-3.12.8-1.1.s390x", product_id: "python312-x86-64-v3-3.12.8-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python312-3.12.8-1.1.x86_64", product: { name: "python312-3.12.8-1.1.x86_64", product_id: "python312-3.12.8-1.1.x86_64", }, }, { category: "product_version", name: "python312-32bit-3.12.8-1.1.x86_64", product: { name: "python312-32bit-3.12.8-1.1.x86_64", product_id: "python312-32bit-3.12.8-1.1.x86_64", }, }, { category: "product_version", name: "python312-curses-3.12.8-1.1.x86_64", product: { name: "python312-curses-3.12.8-1.1.x86_64", product_id: "python312-curses-3.12.8-1.1.x86_64", }, }, { category: "product_version", name: "python312-dbm-3.12.8-1.1.x86_64", product: { name: "python312-dbm-3.12.8-1.1.x86_64", product_id: "python312-dbm-3.12.8-1.1.x86_64", }, }, { category: "product_version", name: "python312-idle-3.12.8-1.1.x86_64", product: { name: "python312-idle-3.12.8-1.1.x86_64", product_id: "python312-idle-3.12.8-1.1.x86_64", }, }, { category: "product_version", name: "python312-tk-3.12.8-1.1.x86_64", product: { name: "python312-tk-3.12.8-1.1.x86_64", product_id: "python312-tk-3.12.8-1.1.x86_64", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.8-1.1.x86_64", product: { name: "python312-x86-64-v3-3.12.8-1.1.x86_64", product_id: "python312-x86-64-v3-3.12.8-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: "python312-3.12.8-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.8-1.1.aarch64", }, product_reference: "python312-3.12.8-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.8-1.1.ppc64le", }, product_reference: "python312-3.12.8-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.8-1.1.s390x", }, product_reference: "python312-3.12.8-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.8-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.8-1.1.x86_64", }, product_reference: "python312-3.12.8-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.8-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.aarch64", }, product_reference: "python312-32bit-3.12.8-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.8-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.ppc64le", }, product_reference: "python312-32bit-3.12.8-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.8-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.s390x", }, product_reference: "python312-32bit-3.12.8-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.8-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.x86_64", }, product_reference: "python312-32bit-3.12.8-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.aarch64", }, product_reference: "python312-curses-3.12.8-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.ppc64le", }, product_reference: "python312-curses-3.12.8-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.s390x", }, product_reference: "python312-curses-3.12.8-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.8-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.x86_64", }, product_reference: "python312-curses-3.12.8-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.aarch64", }, product_reference: "python312-dbm-3.12.8-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.ppc64le", }, product_reference: "python312-dbm-3.12.8-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.s390x", }, product_reference: "python312-dbm-3.12.8-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.8-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.x86_64", }, product_reference: "python312-dbm-3.12.8-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.aarch64", }, product_reference: "python312-idle-3.12.8-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.ppc64le", }, product_reference: "python312-idle-3.12.8-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.s390x", }, product_reference: "python312-idle-3.12.8-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.8-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.x86_64", }, product_reference: "python312-idle-3.12.8-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.aarch64", }, product_reference: "python312-tk-3.12.8-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.ppc64le", }, product_reference: "python312-tk-3.12.8-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.s390x", }, product_reference: "python312-tk-3.12.8-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.8-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.x86_64", }, product_reference: "python312-tk-3.12.8-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.8-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.aarch64", }, product_reference: "python312-x86-64-v3-3.12.8-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.8-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.ppc64le", }, product_reference: "python312-x86-64-v3-3.12.8-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.8-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.s390x", }, product_reference: "python312-x86-64-v3-3.12.8-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.8-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.x86_64", }, product_reference: "python312-x86-64-v3-3.12.8-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-12254", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-12254", }, ], notes: [ { category: "general", text: "Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\n method would not \"pause\" writing and signal to the Protocol to drain \nthe buffer to the wire once the write buffer reached the \"high-water \nmark\". Because of this, Protocols would not periodically drain the write\n buffer potentially leading to memory exhaustion.\n\n\n\n\n\nThis\n vulnerability likely impacts a small number of users, you must be using\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \nwith protocols, and using .writelines() method which had new \nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \nthese factors are true then your usage of Python is unaffected.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python312-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-12254", url: "https://www.suse.com/security/cve/CVE-2024-12254", }, { category: "external", summary: "SUSE Bug 1234290 for CVE-2024-12254", url: "https://bugzilla.suse.com/1234290", }, ], 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.8-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:python312-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.8-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.8-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-13T00:00:00Z", details: "important", }, ], title: "CVE-2024-12254", }, ], }
fkie_cve-2024-12254
Vulnerability from fkie_nvd
Vendor | Product | Version |
---|
{ cveTags: [], descriptions: [ { lang: "en", value: "Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\n method would not \"pause\" writing and signal to the Protocol to drain \nthe buffer to the wire once the write buffer reached the \"high-water \nmark\". Because of this, Protocols would not periodically drain the write\n buffer potentially leading to memory exhaustion.\n\n\n\n\n\nThis\n vulnerability likely impacts a small number of users, you must be using\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \nwith protocols, and using .writelines() method which had new \nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \nthese factors are true then your usage of Python is unaffected.", }, { lang: "es", value: "Starting de Python 3.12.0, el método asyncio._SelectorSocketTransport.writelines() no \"pausaba\" la escritura ni enviaba señales al protocolo para que vaciara el búfer hacia el cable una vez que el búfer de escritura alcanzaba el \"límite superior\". Debido a esto, los protocolos no vaciaban periódicamente el búfer de escritura, lo que podría provocar el agotamiento de la memoria. Es probable que esta vulnerabilidad afecte a una pequeña cantidad de usuarios. Debes usar Python 3.12.0 o posterior, en macOS o Linux, usar el módulo asyncio con protocolos y usar el método .writelines(), que tenía un nuevo comportamiento de copia cero al escribir en Python 3.12.0 y posterior. Si no se cumplen todos estos factores, tu uso de Python no se ve afectado.", }, ], id: "CVE-2024-12254", lastModified: "2025-02-03T18:15:33.110", metrics: { cvssMetricV31: [ { cvssData: { 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", }, exploitabilityScore: 3.9, impactScore: 3.6, source: "134c704f-9b21-4f2e-91b3-4a467353bcc0", type: "Secondary", }, ], cvssMetricV40: [ { cvssData: { Automatable: "NOT_DEFINED", Recovery: "NOT_DEFINED", Safety: "NOT_DEFINED", attackComplexity: "LOW", attackRequirements: "NONE", attackVector: "NETWORK", availabilityRequirement: "NOT_DEFINED", baseScore: 8.7, baseSeverity: "HIGH", confidentialityRequirement: "NOT_DEFINED", exploitMaturity: "NOT_DEFINED", integrityRequirement: "NOT_DEFINED", modifiedAttackComplexity: "NOT_DEFINED", modifiedAttackRequirements: "NOT_DEFINED", modifiedAttackVector: "NOT_DEFINED", modifiedPrivilegesRequired: "NOT_DEFINED", modifiedSubAvailabilityImpact: "NOT_DEFINED", modifiedSubConfidentialityImpact: "NOT_DEFINED", modifiedSubIntegrityImpact: "NOT_DEFINED", modifiedUserInteraction: "NOT_DEFINED", modifiedVulnAvailabilityImpact: "NOT_DEFINED", modifiedVulnConfidentialityImpact: "NOT_DEFINED", modifiedVulnIntegrityImpact: "NOT_DEFINED", privilegesRequired: "NONE", providerUrgency: "NOT_DEFINED", subAvailabilityImpact: "NONE", subConfidentialityImpact: "NONE", subIntegrityImpact: "NONE", userInteraction: "NONE", valueDensity: "NOT_DEFINED", vectorString: "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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:X", version: "4.0", vulnAvailabilityImpact: "HIGH", vulnConfidentialityImpact: "NONE", vulnIntegrityImpact: "NONE", vulnerabilityResponseEffort: "NOT_DEFINED", }, source: "cna@python.org", type: "Secondary", }, ], }, published: "2024-12-06T16:15:20.623", references: [ { source: "cna@python.org", url: "https://github.com/python/cpython/commit/71e8429ac8e2adc10084ab5ec29a62f4b6671a82", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/9aa0deb2eef2655a1029ba228527b152353135b5", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/e991ac8f2037d78140e417cc9a9486223eb3e786", }, { source: "cna@python.org", url: "https://github.com/python/cpython/issues/127655", }, { source: "cna@python.org", url: "https://github.com/python/cpython/pull/127656", }, { source: "cna@python.org", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/H4O3UBAOAQQXGT4RE3E4XQYR5XLROORB/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "http://www.openwall.com/lists/oss-security/2024/12/06/1", }, ], sourceIdentifier: "cna@python.org", vulnStatus: "Awaiting Analysis", weaknesses: [ { description: [ { lang: "en", value: "CWE-400", }, { lang: "en", value: "CWE-770", }, ], source: "cna@python.org", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-770", }, ], source: "134c704f-9b21-4f2e-91b3-4a467353bcc0", type: "Secondary", }, ], }
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.