Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-9287 (GCVE-0-2024-9287)
Vulnerability from cvelistv5 – Published: 2024-10-22 16:34 – Updated: 2025-11-03 22:33
VLAI
EPSS
Title
Virtual environment (venv) activation scripts don't quote paths
Summary
A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts (ie "source venv/bin/activate"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie "./venv/bin/python") are not affected.
Severity
CWE
- CWE-428 - Unquoted Search Path or Element
Assigner
References
9 references
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.9.21
(python)
Affected: 3.10.0 , < 3.10.16 (python) Affected: 3.11.0 , < 3.11.11 (python) Affected: 3.12.0 , < 3.12.8 (python) Affected: 3.13.0 , < 3.13.1 (python) Affected: 3.14.0a1 , < 3.14.0a2 (python) |
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "cpython",
"vendor": "python",
"versions": [
{
"lessThanOrEqual": "3.13.0",
"status": "affected",
"version": "0",
"versionType": "python"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-9287",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-07-22T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-07-23T03:55:30.029Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T22:33:21.116Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250425-0006/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00024.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"venv"
],
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.9.21",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.10.16",
"status": "affected",
"version": "3.10.0",
"versionType": "python"
},
{
"lessThan": "3.11.11",
"status": "affected",
"version": "3.11.0",
"versionType": "python"
},
{
"lessThan": "3.12.8",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.1",
"status": "affected",
"version": "3.13.0",
"versionType": "python"
},
{
"lessThan": "3.14.0a2",
"status": "affected",
"version": "3.14.0a1",
"versionType": "python"
}
]
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.\u003cbr\u003e"
}
],
"value": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "LOCAL",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"privilegesRequired": "HIGH",
"providerUrgency": "GREEN",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/U:Green",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-428",
"description": "CWE-428 Unquoted Search Path or Element",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-01-31T19:55:27.648Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/124651"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/124712"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111b"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Virtual environment (venv) activation scripts don\u0027t quote paths",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2024-9287",
"datePublished": "2024-10-22T16:34:39.210Z",
"dateReserved": "2024-09-27T14:48:44.181Z",
"dateUpdated": "2025-11-03T22:33:21.116Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-9287",
"date": "2026-05-30",
"epss": "0.00061",
"percentile": "0.19161"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-9287\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-10-22T17:15:06.697\",\"lastModified\":\"2025-11-03T23:17:33.603\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \\\"activation\\\" scripts (ie \\\"source venv/bin/activate\\\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \\\"./venv/bin/python\\\") are not affected.\"},{\"lang\":\"es\",\"value\":\" Se ha encontrado una vulnerabilidad en el m\u00f3dulo `venv` de CPython y en la CLI donde los nombres de ruta proporcionados al crear un entorno virtual no se citaban correctamente, lo que permit\u00eda al creador inyectar comandos en los scripts de \\\"activaci\u00f3n\\\" del entorno virtual (es decir, \\\"source venv/bin/activate\\\"). Esto significa que los entornos virtuales controlados por el atacante pueden ejecutar comandos cuando el entorno virtual est\u00e1 activado. Los entornos virtuales que no son creados por un atacante o que no se activan antes de ser utilizados (es decir, \\\"./venv/bin/python\\\") no se ven afectados.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Green\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"ACTIVE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"GREEN\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-428\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-77\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.9.21\",\"matchCriteriaId\":\"33E41245-604A-4967-85A8-F3DC04E6D0CC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.10.0\",\"versionEndExcluding\":\"3.10.16\",\"matchCriteriaId\":\"B013F87A-0CEE-4DC1-AAFC-7EBDAC6576C5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.11.0\",\"versionEndExcluding\":\"3.11.11\",\"matchCriteriaId\":\"DC875838-E29D-4D06-84DA-8F552FCFD726\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.12.0\",\"versionEndExcluding\":\"3.12.8\",\"matchCriteriaId\":\"D4899490-179B-4EB7-9713-912862F62B94\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.13.0\",\"versionEndExcluding\":\"3.13.1\",\"matchCriteriaId\":\"B186E2B1-39FF-4264-AAC3-CF6D5E767F30\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.14.0:alpha1:*:*:*:*:*:*\",\"matchCriteriaId\":\"BAEA33EC-9685-4778-B77C-3E127BD31DB9\"}]}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111b\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/issues/124651\",\"source\":\"cna@python.org\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://github.com/python/cpython/pull/124712\",\"source\":\"cna@python.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/\",\"source\":\"cna@python.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/11/msg00024.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250425-0006/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250425-0006/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/11/msg00024.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T22:33:21.116Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-9287\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-22T17:11:46.736068Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*\"], \"vendor\": \"python\", \"product\": \"cpython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"python\", \"lessThanOrEqual\": \"3.13.0\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-22T17:13:06.936Z\"}}], \"cna\": {\"title\": \"Virtual environment (venv) activation scripts don\u0027t quote paths\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 5.3, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/U:Green\", \"providerUrgency\": \"GREEN\", \"userInteraction\": \"ACTIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"HIGH\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"modules\": [\"venv\"], \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.9.21\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.16\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.11\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.8\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0\", \"lessThan\": \"3.13.1\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0a1\", \"lessThan\": \"3.14.0a2\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/issues/124651\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/pull/124712\", \"tags\": [\"patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111b\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \\\"activation\\\" scripts (ie \\\"source venv/bin/activate\\\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \\\"./venv/bin/python\\\") are not affected.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \\\"activation\\\" scripts (ie \\\"source venv/bin/activate\\\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \\\"./venv/bin/python\\\") are not affected.\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-428\", \"description\": \"CWE-428 Unquoted Search Path or Element\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2025-01-31T19:55:27.648Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-9287\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T22:33:21.116Z\", \"dateReserved\": \"2024-09-27T14:48:44.181Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2024-10-22T16:34:39.210Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2024:3924-1
Vulnerability from csaf_suse - Published: 2024-11-06 10:14 - Updated: 2024-11-06 10:14Summary
Security update for python310
Severity
Moderate
Notes
Title of the patch: Security update for python310
Description of the patch: This update for python310 fixes the following issues:
- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).
Bug fixes:
- Drop .pyc files from docdir for reproducible builds (bsc#1230906).
Patchnames: SUSE-2024-3924,openSUSE-SLE-15.5-2024-3924,openSUSE-SLE-15.6-2024-3924
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
102 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python310",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python310 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3924,openSUSE-SLE-15.5-2024-3924,openSUSE-SLE-15.6-2024-3924",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3924-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3924-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243924-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3924-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019780.html"
},
{
"category": "self",
"summary": "SUSE Bug 1230906",
"url": "https://bugzilla.suse.com/1230906"
},
{
"category": "self",
"summary": "SUSE Bug 1232241",
"url": "https://bugzilla.suse.com/1232241"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9287 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9287/"
}
],
"title": "Security update for python310",
"tracking": {
"current_release_date": "2024-11-06T10:14:08Z",
"generator": {
"date": "2024-11-06T10:14:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3924-1",
"initial_release_date": "2024-11-06T10:14:08Z",
"revision_history": [
{
"date": "2024-11-06T10:14:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64",
"product_id": "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "python310-3.10.15-150400.4.60.1.aarch64",
"product_id": "python310-3.10.15-150400.4.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "python310-base-3.10.15-150400.4.60.1.aarch64",
"product_id": "python310-base-3.10.15-150400.4.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "python310-curses-3.10.15-150400.4.60.1.aarch64",
"product_id": "python310-curses-3.10.15-150400.4.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "python310-dbm-3.10.15-150400.4.60.1.aarch64",
"product_id": "python310-dbm-3.10.15-150400.4.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "python310-devel-3.10.15-150400.4.60.1.aarch64",
"product_id": "python310-devel-3.10.15-150400.4.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "python310-doc-3.10.15-150400.4.60.1.aarch64",
"product_id": "python310-doc-3.10.15-150400.4.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64",
"product_id": "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "python310-idle-3.10.15-150400.4.60.1.aarch64",
"product_id": "python310-idle-3.10.15-150400.4.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.aarch64",
"product_id": "python310-testsuite-3.10.15-150400.4.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "python310-tk-3.10.15-150400.4.60.1.aarch64",
"product_id": "python310-tk-3.10.15-150400.4.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.15-150400.4.60.1.aarch64",
"product": {
"name": "python310-tools-3.10.15-150400.4.60.1.aarch64",
"product_id": "python310-tools-3.10.15-150400.4.60.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-64bit-3.10.15-150400.4.60.1.aarch64_ilp32",
"product": {
"name": "libpython3_10-1_0-64bit-3.10.15-150400.4.60.1.aarch64_ilp32",
"product_id": "libpython3_10-1_0-64bit-3.10.15-150400.4.60.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-64bit-3.10.15-150400.4.60.1.aarch64_ilp32",
"product": {
"name": "python310-64bit-3.10.15-150400.4.60.1.aarch64_ilp32",
"product_id": "python310-64bit-3.10.15-150400.4.60.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-base-64bit-3.10.15-150400.4.60.1.aarch64_ilp32",
"product": {
"name": "python310-base-64bit-3.10.15-150400.4.60.1.aarch64_ilp32",
"product_id": "python310-base-64bit-3.10.15-150400.4.60.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.i586",
"product": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.i586",
"product_id": "libpython3_10-1_0-3.10.15-150400.4.60.1.i586"
}
},
{
"category": "product_version",
"name": "python310-3.10.15-150400.4.60.1.i586",
"product": {
"name": "python310-3.10.15-150400.4.60.1.i586",
"product_id": "python310-3.10.15-150400.4.60.1.i586"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.15-150400.4.60.1.i586",
"product": {
"name": "python310-base-3.10.15-150400.4.60.1.i586",
"product_id": "python310-base-3.10.15-150400.4.60.1.i586"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.15-150400.4.60.1.i586",
"product": {
"name": "python310-curses-3.10.15-150400.4.60.1.i586",
"product_id": "python310-curses-3.10.15-150400.4.60.1.i586"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.15-150400.4.60.1.i586",
"product": {
"name": "python310-dbm-3.10.15-150400.4.60.1.i586",
"product_id": "python310-dbm-3.10.15-150400.4.60.1.i586"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.15-150400.4.60.1.i586",
"product": {
"name": "python310-devel-3.10.15-150400.4.60.1.i586",
"product_id": "python310-devel-3.10.15-150400.4.60.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.15-150400.4.60.1.i586",
"product": {
"name": "python310-doc-3.10.15-150400.4.60.1.i586",
"product_id": "python310-doc-3.10.15-150400.4.60.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.i586",
"product": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.i586",
"product_id": "python310-doc-devhelp-3.10.15-150400.4.60.1.i586"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.15-150400.4.60.1.i586",
"product": {
"name": "python310-idle-3.10.15-150400.4.60.1.i586",
"product_id": "python310-idle-3.10.15-150400.4.60.1.i586"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.15-150400.4.60.1.i586",
"product": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.i586",
"product_id": "python310-testsuite-3.10.15-150400.4.60.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.15-150400.4.60.1.i586",
"product": {
"name": "python310-tk-3.10.15-150400.4.60.1.i586",
"product_id": "python310-tk-3.10.15-150400.4.60.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.15-150400.4.60.1.i586",
"product": {
"name": "python310-tools-3.10.15-150400.4.60.1.i586",
"product_id": "python310-tools-3.10.15-150400.4.60.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le",
"product_id": "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "python310-3.10.15-150400.4.60.1.ppc64le",
"product_id": "python310-3.10.15-150400.4.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "python310-base-3.10.15-150400.4.60.1.ppc64le",
"product_id": "python310-base-3.10.15-150400.4.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "python310-curses-3.10.15-150400.4.60.1.ppc64le",
"product_id": "python310-curses-3.10.15-150400.4.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "python310-dbm-3.10.15-150400.4.60.1.ppc64le",
"product_id": "python310-dbm-3.10.15-150400.4.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "python310-devel-3.10.15-150400.4.60.1.ppc64le",
"product_id": "python310-devel-3.10.15-150400.4.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "python310-doc-3.10.15-150400.4.60.1.ppc64le",
"product_id": "python310-doc-3.10.15-150400.4.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le",
"product_id": "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "python310-idle-3.10.15-150400.4.60.1.ppc64le",
"product_id": "python310-idle-3.10.15-150400.4.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.ppc64le",
"product_id": "python310-testsuite-3.10.15-150400.4.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "python310-tk-3.10.15-150400.4.60.1.ppc64le",
"product_id": "python310-tk-3.10.15-150400.4.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.15-150400.4.60.1.ppc64le",
"product": {
"name": "python310-tools-3.10.15-150400.4.60.1.ppc64le",
"product_id": "python310-tools-3.10.15-150400.4.60.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x",
"product_id": "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "python310-3.10.15-150400.4.60.1.s390x",
"product_id": "python310-3.10.15-150400.4.60.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "python310-base-3.10.15-150400.4.60.1.s390x",
"product_id": "python310-base-3.10.15-150400.4.60.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "python310-curses-3.10.15-150400.4.60.1.s390x",
"product_id": "python310-curses-3.10.15-150400.4.60.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "python310-dbm-3.10.15-150400.4.60.1.s390x",
"product_id": "python310-dbm-3.10.15-150400.4.60.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "python310-devel-3.10.15-150400.4.60.1.s390x",
"product_id": "python310-devel-3.10.15-150400.4.60.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "python310-doc-3.10.15-150400.4.60.1.s390x",
"product_id": "python310-doc-3.10.15-150400.4.60.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x",
"product_id": "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "python310-idle-3.10.15-150400.4.60.1.s390x",
"product_id": "python310-idle-3.10.15-150400.4.60.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.s390x",
"product_id": "python310-testsuite-3.10.15-150400.4.60.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "python310-tk-3.10.15-150400.4.60.1.s390x",
"product_id": "python310-tk-3.10.15-150400.4.60.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.15-150400.4.60.1.s390x",
"product": {
"name": "python310-tools-3.10.15-150400.4.60.1.s390x",
"product_id": "python310-tools-3.10.15-150400.4.60.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64",
"product_id": "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64",
"product_id": "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-32bit-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-32bit-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-base-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-base-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-32bit-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-base-32bit-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-base-32bit-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-curses-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-curses-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-dbm-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-dbm-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-devel-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-devel-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-doc-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-doc-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-idle-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-idle-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-testsuite-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-tk-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-tk-3.10.15-150400.4.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.15-150400.4.60.1.x86_64",
"product": {
"name": "python310-tools-3.10.15-150400.4.60.1.x86_64",
"product_id": "python310-tools-3.10.15-150400.4.60.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-32bit-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-base-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-base-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-base-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-base-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-base-32bit-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-curses-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-curses-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-curses-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-curses-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-dbm-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-dbm-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-dbm-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-devel-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-devel-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-devel-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-devel-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-doc-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-doc-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-doc-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-doc-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-idle-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-idle-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-idle-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-idle-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-testsuite-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-testsuite-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-testsuite-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-testsuite-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-tk-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-tk-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-tk-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-tk-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-tools-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-tools-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-tools-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-tools-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-32bit-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-base-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-base-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-base-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-base-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-32bit-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-base-32bit-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-curses-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-curses-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-curses-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-curses-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-dbm-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-dbm-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-dbm-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-devel-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-devel-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-devel-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-devel-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-doc-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-doc-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-doc-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-doc-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-doc-devhelp-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-idle-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-idle-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-idle-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-idle-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-testsuite-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-testsuite-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-testsuite-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-testsuite-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-tk-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-tk-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-tk-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-tk-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.15-150400.4.60.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.aarch64"
},
"product_reference": "python310-tools-3.10.15-150400.4.60.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.15-150400.4.60.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.ppc64le"
},
"product_reference": "python310-tools-3.10.15-150400.4.60.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.15-150400.4.60.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.s390x"
},
"product_reference": "python310-tools-3.10.15-150400.4.60.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.15-150400.4.60.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.x86_64"
},
"product_reference": "python310-tools-3.10.15-150400.4.60.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-9287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9287"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9287",
"url": "https://www.suse.com/security/cve/CVE-2024-9287"
},
{
"category": "external",
"summary": "SUSE Bug 1232241 for CVE-2024-9287",
"url": "https://bugzilla.suse.com/1232241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-base-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-base-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-curses-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-dbm-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-devel-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-doc-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-idle-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-testsuite-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-tk-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.5:python310-tools-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.15-150400.4.60.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.15-150400.4.60.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-06T10:14:08Z",
"details": "moderate"
}
],
"title": "CVE-2024-9287"
}
]
}
SUSE-SU-2024:3929-1
Vulnerability from csaf_suse - Published: 2024-11-06 15:33 - Updated: 2024-11-06 15:33Summary
Security update for python36
Severity
Moderate
Notes
Title of the patch: Security update for python36
Description of the patch: This update for python36 fixes the following issues:
Security fixes:
- CVE-2024-9287: properly quote path names provided when creating a virtual environment (bsc#1232241)
Other fixes:
- Drop .pyc files from docdir for reproducible builds (bsc#1230906)
Patchnames: SUSE-2024-3929,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-3929
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-70.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-70.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-70.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-70.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python36",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python36 fixes the following issues:\n\nSecurity fixes:\n\n- CVE-2024-9287: properly quote path names provided when creating a virtual environment (bsc#1232241)\n\nOther fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3929,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-3929",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3929-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3929-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243929-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3929-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019784.html"
},
{
"category": "self",
"summary": "SUSE Bug 1230906",
"url": "https://bugzilla.suse.com/1230906"
},
{
"category": "self",
"summary": "SUSE Bug 1232241",
"url": "https://bugzilla.suse.com/1232241"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9287 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9287/"
}
],
"title": "Security update for python36",
"tracking": {
"current_release_date": "2024-11-06T15:33:43Z",
"generator": {
"date": "2024-11-06T15:33:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3929-1",
"initial_release_date": "2024-11-06T15:33:43Z",
"revision_history": [
{
"date": "2024-11-06T15:33:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-70.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-70.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-70.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-70.1.aarch64",
"product": {
"name": "python36-3.6.15-70.1.aarch64",
"product_id": "python36-3.6.15-70.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-70.1.aarch64",
"product": {
"name": "python36-base-3.6.15-70.1.aarch64",
"product_id": "python36-base-3.6.15-70.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-70.1.aarch64",
"product": {
"name": "python36-curses-3.6.15-70.1.aarch64",
"product_id": "python36-curses-3.6.15-70.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-70.1.aarch64",
"product": {
"name": "python36-dbm-3.6.15-70.1.aarch64",
"product_id": "python36-dbm-3.6.15-70.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-70.1.aarch64",
"product": {
"name": "python36-devel-3.6.15-70.1.aarch64",
"product_id": "python36-devel-3.6.15-70.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-70.1.aarch64",
"product": {
"name": "python36-idle-3.6.15-70.1.aarch64",
"product_id": "python36-idle-3.6.15-70.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-70.1.aarch64",
"product": {
"name": "python36-testsuite-3.6.15-70.1.aarch64",
"product_id": "python36-testsuite-3.6.15-70.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-70.1.aarch64",
"product": {
"name": "python36-tk-3.6.15-70.1.aarch64",
"product_id": "python36-tk-3.6.15-70.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-70.1.aarch64",
"product": {
"name": "python36-tools-3.6.15-70.1.aarch64",
"product_id": "python36-tools-3.6.15-70.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-70.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-70.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-70.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python36-64bit-3.6.15-70.1.aarch64_ilp32",
"product": {
"name": "python36-64bit-3.6.15-70.1.aarch64_ilp32",
"product_id": "python36-64bit-3.6.15-70.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python36-base-64bit-3.6.15-70.1.aarch64_ilp32",
"product": {
"name": "python36-base-64bit-3.6.15-70.1.aarch64_ilp32",
"product_id": "python36-base-64bit-3.6.15-70.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-70.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-70.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-70.1.i586"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-70.1.i586",
"product": {
"name": "python36-3.6.15-70.1.i586",
"product_id": "python36-3.6.15-70.1.i586"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-70.1.i586",
"product": {
"name": "python36-base-3.6.15-70.1.i586",
"product_id": "python36-base-3.6.15-70.1.i586"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-70.1.i586",
"product": {
"name": "python36-curses-3.6.15-70.1.i586",
"product_id": "python36-curses-3.6.15-70.1.i586"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-70.1.i586",
"product": {
"name": "python36-dbm-3.6.15-70.1.i586",
"product_id": "python36-dbm-3.6.15-70.1.i586"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-70.1.i586",
"product": {
"name": "python36-devel-3.6.15-70.1.i586",
"product_id": "python36-devel-3.6.15-70.1.i586"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-70.1.i586",
"product": {
"name": "python36-idle-3.6.15-70.1.i586",
"product_id": "python36-idle-3.6.15-70.1.i586"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-70.1.i586",
"product": {
"name": "python36-testsuite-3.6.15-70.1.i586",
"product_id": "python36-testsuite-3.6.15-70.1.i586"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-70.1.i586",
"product": {
"name": "python36-tk-3.6.15-70.1.i586",
"product_id": "python36-tk-3.6.15-70.1.i586"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-70.1.i586",
"product": {
"name": "python36-tools-3.6.15-70.1.i586",
"product_id": "python36-tools-3.6.15-70.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-70.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-70.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-70.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-70.1.ppc64le",
"product": {
"name": "python36-3.6.15-70.1.ppc64le",
"product_id": "python36-3.6.15-70.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-70.1.ppc64le",
"product": {
"name": "python36-base-3.6.15-70.1.ppc64le",
"product_id": "python36-base-3.6.15-70.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-70.1.ppc64le",
"product": {
"name": "python36-curses-3.6.15-70.1.ppc64le",
"product_id": "python36-curses-3.6.15-70.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-70.1.ppc64le",
"product": {
"name": "python36-dbm-3.6.15-70.1.ppc64le",
"product_id": "python36-dbm-3.6.15-70.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-70.1.ppc64le",
"product": {
"name": "python36-devel-3.6.15-70.1.ppc64le",
"product_id": "python36-devel-3.6.15-70.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-70.1.ppc64le",
"product": {
"name": "python36-idle-3.6.15-70.1.ppc64le",
"product_id": "python36-idle-3.6.15-70.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-70.1.ppc64le",
"product": {
"name": "python36-testsuite-3.6.15-70.1.ppc64le",
"product_id": "python36-testsuite-3.6.15-70.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-70.1.ppc64le",
"product": {
"name": "python36-tk-3.6.15-70.1.ppc64le",
"product_id": "python36-tk-3.6.15-70.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-70.1.ppc64le",
"product": {
"name": "python36-tools-3.6.15-70.1.ppc64le",
"product_id": "python36-tools-3.6.15-70.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-70.1.s390",
"product": {
"name": "libpython3_6m1_0-3.6.15-70.1.s390",
"product_id": "libpython3_6m1_0-3.6.15-70.1.s390"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-70.1.s390",
"product": {
"name": "python36-3.6.15-70.1.s390",
"product_id": "python36-3.6.15-70.1.s390"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-70.1.s390",
"product": {
"name": "python36-base-3.6.15-70.1.s390",
"product_id": "python36-base-3.6.15-70.1.s390"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-70.1.s390",
"product": {
"name": "python36-curses-3.6.15-70.1.s390",
"product_id": "python36-curses-3.6.15-70.1.s390"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-70.1.s390",
"product": {
"name": "python36-dbm-3.6.15-70.1.s390",
"product_id": "python36-dbm-3.6.15-70.1.s390"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-70.1.s390",
"product": {
"name": "python36-devel-3.6.15-70.1.s390",
"product_id": "python36-devel-3.6.15-70.1.s390"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-70.1.s390",
"product": {
"name": "python36-idle-3.6.15-70.1.s390",
"product_id": "python36-idle-3.6.15-70.1.s390"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-70.1.s390",
"product": {
"name": "python36-testsuite-3.6.15-70.1.s390",
"product_id": "python36-testsuite-3.6.15-70.1.s390"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-70.1.s390",
"product": {
"name": "python36-tk-3.6.15-70.1.s390",
"product_id": "python36-tk-3.6.15-70.1.s390"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-70.1.s390",
"product": {
"name": "python36-tools-3.6.15-70.1.s390",
"product_id": "python36-tools-3.6.15-70.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-70.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-70.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-70.1.s390x",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-70.1.s390x",
"product_id": "libpython3_6m1_0-32bit-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-70.1.s390x",
"product": {
"name": "python36-3.6.15-70.1.s390x",
"product_id": "python36-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-32bit-3.6.15-70.1.s390x",
"product": {
"name": "python36-32bit-3.6.15-70.1.s390x",
"product_id": "python36-32bit-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-70.1.s390x",
"product": {
"name": "python36-base-3.6.15-70.1.s390x",
"product_id": "python36-base-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-base-32bit-3.6.15-70.1.s390x",
"product": {
"name": "python36-base-32bit-3.6.15-70.1.s390x",
"product_id": "python36-base-32bit-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-70.1.s390x",
"product": {
"name": "python36-curses-3.6.15-70.1.s390x",
"product_id": "python36-curses-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-70.1.s390x",
"product": {
"name": "python36-dbm-3.6.15-70.1.s390x",
"product_id": "python36-dbm-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-70.1.s390x",
"product": {
"name": "python36-devel-3.6.15-70.1.s390x",
"product_id": "python36-devel-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-70.1.s390x",
"product": {
"name": "python36-idle-3.6.15-70.1.s390x",
"product_id": "python36-idle-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-70.1.s390x",
"product": {
"name": "python36-testsuite-3.6.15-70.1.s390x",
"product_id": "python36-testsuite-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-70.1.s390x",
"product": {
"name": "python36-tk-3.6.15-70.1.s390x",
"product_id": "python36-tk-3.6.15-70.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-70.1.s390x",
"product": {
"name": "python36-tools-3.6.15-70.1.s390x",
"product_id": "python36-tools-3.6.15-70.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-70.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-70.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-70.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-70.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-70.1.x86_64",
"product": {
"name": "python36-3.6.15-70.1.x86_64",
"product_id": "python36-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-32bit-3.6.15-70.1.x86_64",
"product": {
"name": "python36-32bit-3.6.15-70.1.x86_64",
"product_id": "python36-32bit-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-70.1.x86_64",
"product": {
"name": "python36-base-3.6.15-70.1.x86_64",
"product_id": "python36-base-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-base-32bit-3.6.15-70.1.x86_64",
"product": {
"name": "python36-base-32bit-3.6.15-70.1.x86_64",
"product_id": "python36-base-32bit-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-70.1.x86_64",
"product": {
"name": "python36-curses-3.6.15-70.1.x86_64",
"product_id": "python36-curses-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-70.1.x86_64",
"product": {
"name": "python36-dbm-3.6.15-70.1.x86_64",
"product_id": "python36-dbm-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-70.1.x86_64",
"product": {
"name": "python36-devel-3.6.15-70.1.x86_64",
"product_id": "python36-devel-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-70.1.x86_64",
"product": {
"name": "python36-idle-3.6.15-70.1.x86_64",
"product_id": "python36-idle-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-70.1.x86_64",
"product": {
"name": "python36-testsuite-3.6.15-70.1.x86_64",
"product_id": "python36-testsuite-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-70.1.x86_64",
"product": {
"name": "python36-tk-3.6.15-70.1.x86_64",
"product_id": "python36-tk-3.6.15-70.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-70.1.x86_64",
"product": {
"name": "python36-tools-3.6.15-70.1.x86_64",
"product_id": "python36-tools-3.6.15-70.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-70.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-70.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-70.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-70.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-70.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-70.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-70.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-70.1.x86_64"
},
"product_reference": "python36-3.6.15-70.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-70.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-70.1.x86_64"
},
"product_reference": "python36-base-3.6.15-70.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-9287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9287"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-70.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-70.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-70.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-70.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9287",
"url": "https://www.suse.com/security/cve/CVE-2024-9287"
},
{
"category": "external",
"summary": "SUSE Bug 1232241 for CVE-2024-9287",
"url": "https://bugzilla.suse.com/1232241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-70.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-70.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-70.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-70.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-70.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-70.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-70.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-70.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-06T15:33:43Z",
"details": "moderate"
}
],
"title": "CVE-2024-9287"
}
]
}
SUSE-SU-2024:3944-1
Vulnerability from csaf_suse - Published: 2024-11-07 15:57 - Updated: 2024-11-07 15:57Summary
Security update for python3
Severity
Moderate
Notes
Title of the patch: Security update for python3
Description of the patch: This update for python3 fixes the following issues:
- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).
Bug fixes:
- Drop .pyc files from docdir for reproducible builds (bsc#1230906).
Patchnames: SUSE-2024-3944,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-3944
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.142.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.142.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.142.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.142.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.142.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.142.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python3",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python3 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3944,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-3944",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3944-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3944-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243944-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3944-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019793.html"
},
{
"category": "self",
"summary": "SUSE Bug 1230906",
"url": "https://bugzilla.suse.com/1230906"
},
{
"category": "self",
"summary": "SUSE Bug 1232241",
"url": "https://bugzilla.suse.com/1232241"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9287 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9287/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2024-11-07T15:57:52Z",
"generator": {
"date": "2024-11-07T15:57:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3944-1",
"initial_release_date": "2024-11-07T15:57:52Z",
"revision_history": [
{
"date": "2024-11-07T15:57:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.142.1.aarch64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.142.1.aarch64",
"product_id": "libpython3_4m1_0-3.4.10-25.142.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.142.1.aarch64",
"product": {
"name": "python3-3.4.10-25.142.1.aarch64",
"product_id": "python3-3.4.10-25.142.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.142.1.aarch64",
"product": {
"name": "python3-base-3.4.10-25.142.1.aarch64",
"product_id": "python3-base-3.4.10-25.142.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.142.1.aarch64",
"product": {
"name": "python3-curses-3.4.10-25.142.1.aarch64",
"product_id": "python3-curses-3.4.10-25.142.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.142.1.aarch64",
"product": {
"name": "python3-dbm-3.4.10-25.142.1.aarch64",
"product_id": "python3-dbm-3.4.10-25.142.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.142.1.aarch64",
"product": {
"name": "python3-devel-3.4.10-25.142.1.aarch64",
"product_id": "python3-devel-3.4.10-25.142.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.142.1.aarch64",
"product": {
"name": "python3-idle-3.4.10-25.142.1.aarch64",
"product_id": "python3-idle-3.4.10-25.142.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.142.1.aarch64",
"product": {
"name": "python3-testsuite-3.4.10-25.142.1.aarch64",
"product_id": "python3-testsuite-3.4.10-25.142.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.142.1.aarch64",
"product": {
"name": "python3-tk-3.4.10-25.142.1.aarch64",
"product_id": "python3-tk-3.4.10-25.142.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.142.1.aarch64",
"product": {
"name": "python3-tools-3.4.10-25.142.1.aarch64",
"product_id": "python3-tools-3.4.10-25.142.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-64bit-3.4.10-25.142.1.aarch64_ilp32",
"product": {
"name": "libpython3_4m1_0-64bit-3.4.10-25.142.1.aarch64_ilp32",
"product_id": "libpython3_4m1_0-64bit-3.4.10-25.142.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-64bit-3.4.10-25.142.1.aarch64_ilp32",
"product": {
"name": "python3-64bit-3.4.10-25.142.1.aarch64_ilp32",
"product_id": "python3-64bit-3.4.10-25.142.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-base-64bit-3.4.10-25.142.1.aarch64_ilp32",
"product": {
"name": "python3-base-64bit-3.4.10-25.142.1.aarch64_ilp32",
"product_id": "python3-base-64bit-3.4.10-25.142.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.142.1.i586",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.142.1.i586",
"product_id": "libpython3_4m1_0-3.4.10-25.142.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.142.1.i586",
"product": {
"name": "python3-3.4.10-25.142.1.i586",
"product_id": "python3-3.4.10-25.142.1.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.142.1.i586",
"product": {
"name": "python3-base-3.4.10-25.142.1.i586",
"product_id": "python3-base-3.4.10-25.142.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.142.1.i586",
"product": {
"name": "python3-curses-3.4.10-25.142.1.i586",
"product_id": "python3-curses-3.4.10-25.142.1.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.142.1.i586",
"product": {
"name": "python3-dbm-3.4.10-25.142.1.i586",
"product_id": "python3-dbm-3.4.10-25.142.1.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.142.1.i586",
"product": {
"name": "python3-devel-3.4.10-25.142.1.i586",
"product_id": "python3-devel-3.4.10-25.142.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.142.1.i586",
"product": {
"name": "python3-idle-3.4.10-25.142.1.i586",
"product_id": "python3-idle-3.4.10-25.142.1.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.142.1.i586",
"product": {
"name": "python3-testsuite-3.4.10-25.142.1.i586",
"product_id": "python3-testsuite-3.4.10-25.142.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.142.1.i586",
"product": {
"name": "python3-tk-3.4.10-25.142.1.i586",
"product_id": "python3-tk-3.4.10-25.142.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.142.1.i586",
"product": {
"name": "python3-tools-3.4.10-25.142.1.i586",
"product_id": "python3-tools-3.4.10-25.142.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-doc-3.4.10-25.142.1.noarch",
"product": {
"name": "python3-doc-3.4.10-25.142.1.noarch",
"product_id": "python3-doc-3.4.10-25.142.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-doc-pdf-3.4.10-25.142.1.noarch",
"product": {
"name": "python3-doc-pdf-3.4.10-25.142.1.noarch",
"product_id": "python3-doc-pdf-3.4.10-25.142.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.142.1.ppc64le",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.142.1.ppc64le",
"product_id": "libpython3_4m1_0-3.4.10-25.142.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.142.1.ppc64le",
"product": {
"name": "python3-3.4.10-25.142.1.ppc64le",
"product_id": "python3-3.4.10-25.142.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.142.1.ppc64le",
"product": {
"name": "python3-base-3.4.10-25.142.1.ppc64le",
"product_id": "python3-base-3.4.10-25.142.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.142.1.ppc64le",
"product": {
"name": "python3-curses-3.4.10-25.142.1.ppc64le",
"product_id": "python3-curses-3.4.10-25.142.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.142.1.ppc64le",
"product": {
"name": "python3-dbm-3.4.10-25.142.1.ppc64le",
"product_id": "python3-dbm-3.4.10-25.142.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.142.1.ppc64le",
"product": {
"name": "python3-devel-3.4.10-25.142.1.ppc64le",
"product_id": "python3-devel-3.4.10-25.142.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.142.1.ppc64le",
"product": {
"name": "python3-idle-3.4.10-25.142.1.ppc64le",
"product_id": "python3-idle-3.4.10-25.142.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.142.1.ppc64le",
"product": {
"name": "python3-testsuite-3.4.10-25.142.1.ppc64le",
"product_id": "python3-testsuite-3.4.10-25.142.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.142.1.ppc64le",
"product": {
"name": "python3-tk-3.4.10-25.142.1.ppc64le",
"product_id": "python3-tk-3.4.10-25.142.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.142.1.ppc64le",
"product": {
"name": "python3-tools-3.4.10-25.142.1.ppc64le",
"product_id": "python3-tools-3.4.10-25.142.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.142.1.s390",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.142.1.s390",
"product_id": "libpython3_4m1_0-3.4.10-25.142.1.s390"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.142.1.s390",
"product": {
"name": "python3-3.4.10-25.142.1.s390",
"product_id": "python3-3.4.10-25.142.1.s390"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.142.1.s390",
"product": {
"name": "python3-base-3.4.10-25.142.1.s390",
"product_id": "python3-base-3.4.10-25.142.1.s390"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.142.1.s390",
"product": {
"name": "python3-curses-3.4.10-25.142.1.s390",
"product_id": "python3-curses-3.4.10-25.142.1.s390"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.142.1.s390",
"product": {
"name": "python3-dbm-3.4.10-25.142.1.s390",
"product_id": "python3-dbm-3.4.10-25.142.1.s390"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.142.1.s390",
"product": {
"name": "python3-devel-3.4.10-25.142.1.s390",
"product_id": "python3-devel-3.4.10-25.142.1.s390"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.142.1.s390",
"product": {
"name": "python3-idle-3.4.10-25.142.1.s390",
"product_id": "python3-idle-3.4.10-25.142.1.s390"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.142.1.s390",
"product": {
"name": "python3-testsuite-3.4.10-25.142.1.s390",
"product_id": "python3-testsuite-3.4.10-25.142.1.s390"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.142.1.s390",
"product": {
"name": "python3-tk-3.4.10-25.142.1.s390",
"product_id": "python3-tk-3.4.10-25.142.1.s390"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.142.1.s390",
"product": {
"name": "python3-tools-3.4.10-25.142.1.s390",
"product_id": "python3-tools-3.4.10-25.142.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.142.1.s390x",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.142.1.s390x",
"product_id": "libpython3_4m1_0-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_4m1_0-32bit-3.4.10-25.142.1.s390x",
"product": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.142.1.s390x",
"product_id": "libpython3_4m1_0-32bit-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.142.1.s390x",
"product": {
"name": "python3-3.4.10-25.142.1.s390x",
"product_id": "python3-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-32bit-3.4.10-25.142.1.s390x",
"product": {
"name": "python3-32bit-3.4.10-25.142.1.s390x",
"product_id": "python3-32bit-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.142.1.s390x",
"product": {
"name": "python3-base-3.4.10-25.142.1.s390x",
"product_id": "python3-base-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-32bit-3.4.10-25.142.1.s390x",
"product": {
"name": "python3-base-32bit-3.4.10-25.142.1.s390x",
"product_id": "python3-base-32bit-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.142.1.s390x",
"product": {
"name": "python3-curses-3.4.10-25.142.1.s390x",
"product_id": "python3-curses-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.142.1.s390x",
"product": {
"name": "python3-dbm-3.4.10-25.142.1.s390x",
"product_id": "python3-dbm-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.142.1.s390x",
"product": {
"name": "python3-devel-3.4.10-25.142.1.s390x",
"product_id": "python3-devel-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.142.1.s390x",
"product": {
"name": "python3-idle-3.4.10-25.142.1.s390x",
"product_id": "python3-idle-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.142.1.s390x",
"product": {
"name": "python3-testsuite-3.4.10-25.142.1.s390x",
"product_id": "python3-testsuite-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.142.1.s390x",
"product": {
"name": "python3-tk-3.4.10-25.142.1.s390x",
"product_id": "python3-tk-3.4.10-25.142.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.142.1.s390x",
"product": {
"name": "python3-tools-3.4.10-25.142.1.s390x",
"product_id": "python3-tools-3.4.10-25.142.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.142.1.x86_64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.142.1.x86_64",
"product_id": "libpython3_4m1_0-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64",
"product": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64",
"product_id": "libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.142.1.x86_64",
"product": {
"name": "python3-3.4.10-25.142.1.x86_64",
"product_id": "python3-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-32bit-3.4.10-25.142.1.x86_64",
"product": {
"name": "python3-32bit-3.4.10-25.142.1.x86_64",
"product_id": "python3-32bit-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.142.1.x86_64",
"product": {
"name": "python3-base-3.4.10-25.142.1.x86_64",
"product_id": "python3-base-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-32bit-3.4.10-25.142.1.x86_64",
"product": {
"name": "python3-base-32bit-3.4.10-25.142.1.x86_64",
"product_id": "python3-base-32bit-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.142.1.x86_64",
"product": {
"name": "python3-curses-3.4.10-25.142.1.x86_64",
"product_id": "python3-curses-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.142.1.x86_64",
"product": {
"name": "python3-dbm-3.4.10-25.142.1.x86_64",
"product_id": "python3-dbm-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.142.1.x86_64",
"product": {
"name": "python3-devel-3.4.10-25.142.1.x86_64",
"product_id": "python3-devel-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.142.1.x86_64",
"product": {
"name": "python3-idle-3.4.10-25.142.1.x86_64",
"product_id": "python3-idle-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.142.1.x86_64",
"product": {
"name": "python3-testsuite-3.4.10-25.142.1.x86_64",
"product_id": "python3-testsuite-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.142.1.x86_64",
"product": {
"name": "python3-tk-3.4.10-25.142.1.x86_64",
"product_id": "python3-tk-3.4.10-25.142.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.142.1.x86_64",
"product": {
"name": "python3-tools-3.4.10-25.142.1.x86_64",
"product_id": "python3-tools-3.4.10-25.142.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.142.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.142.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.142.1.x86_64"
},
"product_reference": "python3-3.4.10-25.142.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.142.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.142.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.142.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.142.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.142.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.142.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.142.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.142.1.x86_64"
},
"product_reference": "python3-tk-3.4.10-25.142.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-9287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9287"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.142.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9287",
"url": "https://www.suse.com/security/cve/CVE-2024-9287"
},
{
"category": "external",
"summary": "SUSE Bug 1232241 for CVE-2024-9287",
"url": "https://bugzilla.suse.com/1232241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.142.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.142.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.142.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-07T15:57:52Z",
"details": "moderate"
}
],
"title": "CVE-2024-9287"
}
]
}
SUSE-SU-2024:3945-1
Vulnerability from csaf_suse - Published: 2024-11-07 16:24 - Updated: 2024-11-07 16:24Summary
Security update for python39
Severity
Moderate
Notes
Title of the patch: Security update for python39
Description of the patch: This update for python39 fixes the following issues:
- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).
Bug fixes:
- Drop .pyc files from docdir for reproducible builds (bsc#1230906).
Patchnames: SUSE-2024-3945,SUSE-SLE-Module-Legacy-15-SP5-2024-3945,openSUSE-SLE-15.5-2024-3945,openSUSE-SLE-15.6-2024-3945
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
122 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python39",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python39 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3945,SUSE-SLE-Module-Legacy-15-SP5-2024-3945,openSUSE-SLE-15.5-2024-3945,openSUSE-SLE-15.6-2024-3945",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3945-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3945-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243945-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3945-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019794.html"
},
{
"category": "self",
"summary": "SUSE Bug 1230906",
"url": "https://bugzilla.suse.com/1230906"
},
{
"category": "self",
"summary": "SUSE Bug 1232241",
"url": "https://bugzilla.suse.com/1232241"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9287 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9287/"
}
],
"title": "Security update for python39",
"tracking": {
"current_release_date": "2024-11-07T16:24:10Z",
"generator": {
"date": "2024-11-07T16:24:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3945-1",
"initial_release_date": "2024-11-07T16:24:10Z",
"revision_history": [
{
"date": "2024-11-07T16:24:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"product": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"product_id": "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64"
}
},
{
"category": "product_version",
"name": "python39-3.9.20-150300.4.55.1.aarch64",
"product": {
"name": "python39-3.9.20-150300.4.55.1.aarch64",
"product_id": "python39-3.9.20-150300.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.20-150300.4.55.2.aarch64",
"product": {
"name": "python39-base-3.9.20-150300.4.55.2.aarch64",
"product_id": "python39-base-3.9.20-150300.4.55.2.aarch64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.20-150300.4.55.1.aarch64",
"product": {
"name": "python39-curses-3.9.20-150300.4.55.1.aarch64",
"product_id": "python39-curses-3.9.20-150300.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.20-150300.4.55.1.aarch64",
"product": {
"name": "python39-dbm-3.9.20-150300.4.55.1.aarch64",
"product_id": "python39-dbm-3.9.20-150300.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.20-150300.4.55.2.aarch64",
"product": {
"name": "python39-devel-3.9.20-150300.4.55.2.aarch64",
"product_id": "python39-devel-3.9.20-150300.4.55.2.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.20-150300.4.55.1.aarch64",
"product": {
"name": "python39-doc-3.9.20-150300.4.55.1.aarch64",
"product_id": "python39-doc-3.9.20-150300.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64",
"product": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64",
"product_id": "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.20-150300.4.55.1.aarch64",
"product": {
"name": "python39-idle-3.9.20-150300.4.55.1.aarch64",
"product_id": "python39-idle-3.9.20-150300.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.20-150300.4.55.2.aarch64",
"product": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.aarch64",
"product_id": "python39-testsuite-3.9.20-150300.4.55.2.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.20-150300.4.55.1.aarch64",
"product": {
"name": "python39-tk-3.9.20-150300.4.55.1.aarch64",
"product_id": "python39-tk-3.9.20-150300.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.20-150300.4.55.2.aarch64",
"product": {
"name": "python39-tools-3.9.20-150300.4.55.2.aarch64",
"product_id": "python39-tools-3.9.20-150300.4.55.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-64bit-3.9.20-150300.4.55.2.aarch64_ilp32",
"product": {
"name": "libpython3_9-1_0-64bit-3.9.20-150300.4.55.2.aarch64_ilp32",
"product_id": "libpython3_9-1_0-64bit-3.9.20-150300.4.55.2.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-64bit-3.9.20-150300.4.55.1.aarch64_ilp32",
"product": {
"name": "python39-64bit-3.9.20-150300.4.55.1.aarch64_ilp32",
"product_id": "python39-64bit-3.9.20-150300.4.55.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-base-64bit-3.9.20-150300.4.55.2.aarch64_ilp32",
"product": {
"name": "python39-base-64bit-3.9.20-150300.4.55.2.aarch64_ilp32",
"product_id": "python39-base-64bit-3.9.20-150300.4.55.2.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.i586",
"product": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.i586",
"product_id": "libpython3_9-1_0-3.9.20-150300.4.55.2.i586"
}
},
{
"category": "product_version",
"name": "python39-3.9.20-150300.4.55.1.i586",
"product": {
"name": "python39-3.9.20-150300.4.55.1.i586",
"product_id": "python39-3.9.20-150300.4.55.1.i586"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.20-150300.4.55.2.i586",
"product": {
"name": "python39-base-3.9.20-150300.4.55.2.i586",
"product_id": "python39-base-3.9.20-150300.4.55.2.i586"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.20-150300.4.55.1.i586",
"product": {
"name": "python39-curses-3.9.20-150300.4.55.1.i586",
"product_id": "python39-curses-3.9.20-150300.4.55.1.i586"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.20-150300.4.55.1.i586",
"product": {
"name": "python39-dbm-3.9.20-150300.4.55.1.i586",
"product_id": "python39-dbm-3.9.20-150300.4.55.1.i586"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.20-150300.4.55.2.i586",
"product": {
"name": "python39-devel-3.9.20-150300.4.55.2.i586",
"product_id": "python39-devel-3.9.20-150300.4.55.2.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.20-150300.4.55.1.i586",
"product": {
"name": "python39-doc-3.9.20-150300.4.55.1.i586",
"product_id": "python39-doc-3.9.20-150300.4.55.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.i586",
"product": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.i586",
"product_id": "python39-doc-devhelp-3.9.20-150300.4.55.1.i586"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.20-150300.4.55.1.i586",
"product": {
"name": "python39-idle-3.9.20-150300.4.55.1.i586",
"product_id": "python39-idle-3.9.20-150300.4.55.1.i586"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.20-150300.4.55.2.i586",
"product": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.i586",
"product_id": "python39-testsuite-3.9.20-150300.4.55.2.i586"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.20-150300.4.55.1.i586",
"product": {
"name": "python39-tk-3.9.20-150300.4.55.1.i586",
"product_id": "python39-tk-3.9.20-150300.4.55.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.20-150300.4.55.2.i586",
"product": {
"name": "python39-tools-3.9.20-150300.4.55.2.i586",
"product_id": "python39-tools-3.9.20-150300.4.55.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"product": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"product_id": "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-3.9.20-150300.4.55.1.ppc64le",
"product": {
"name": "python39-3.9.20-150300.4.55.1.ppc64le",
"product_id": "python39-3.9.20-150300.4.55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.20-150300.4.55.2.ppc64le",
"product": {
"name": "python39-base-3.9.20-150300.4.55.2.ppc64le",
"product_id": "python39-base-3.9.20-150300.4.55.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.20-150300.4.55.1.ppc64le",
"product": {
"name": "python39-curses-3.9.20-150300.4.55.1.ppc64le",
"product_id": "python39-curses-3.9.20-150300.4.55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"product": {
"name": "python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"product_id": "python39-dbm-3.9.20-150300.4.55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.20-150300.4.55.2.ppc64le",
"product": {
"name": "python39-devel-3.9.20-150300.4.55.2.ppc64le",
"product_id": "python39-devel-3.9.20-150300.4.55.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.20-150300.4.55.1.ppc64le",
"product": {
"name": "python39-doc-3.9.20-150300.4.55.1.ppc64le",
"product_id": "python39-doc-3.9.20-150300.4.55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le",
"product": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le",
"product_id": "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.20-150300.4.55.1.ppc64le",
"product": {
"name": "python39-idle-3.9.20-150300.4.55.1.ppc64le",
"product_id": "python39-idle-3.9.20-150300.4.55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.20-150300.4.55.2.ppc64le",
"product": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.ppc64le",
"product_id": "python39-testsuite-3.9.20-150300.4.55.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.20-150300.4.55.1.ppc64le",
"product": {
"name": "python39-tk-3.9.20-150300.4.55.1.ppc64le",
"product_id": "python39-tk-3.9.20-150300.4.55.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.20-150300.4.55.2.ppc64le",
"product": {
"name": "python39-tools-3.9.20-150300.4.55.2.ppc64le",
"product_id": "python39-tools-3.9.20-150300.4.55.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"product": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"product_id": "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x"
}
},
{
"category": "product_version",
"name": "python39-3.9.20-150300.4.55.1.s390x",
"product": {
"name": "python39-3.9.20-150300.4.55.1.s390x",
"product_id": "python39-3.9.20-150300.4.55.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.20-150300.4.55.2.s390x",
"product": {
"name": "python39-base-3.9.20-150300.4.55.2.s390x",
"product_id": "python39-base-3.9.20-150300.4.55.2.s390x"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.20-150300.4.55.1.s390x",
"product": {
"name": "python39-curses-3.9.20-150300.4.55.1.s390x",
"product_id": "python39-curses-3.9.20-150300.4.55.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.20-150300.4.55.1.s390x",
"product": {
"name": "python39-dbm-3.9.20-150300.4.55.1.s390x",
"product_id": "python39-dbm-3.9.20-150300.4.55.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.20-150300.4.55.2.s390x",
"product": {
"name": "python39-devel-3.9.20-150300.4.55.2.s390x",
"product_id": "python39-devel-3.9.20-150300.4.55.2.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.20-150300.4.55.1.s390x",
"product": {
"name": "python39-doc-3.9.20-150300.4.55.1.s390x",
"product_id": "python39-doc-3.9.20-150300.4.55.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x",
"product": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x",
"product_id": "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.20-150300.4.55.1.s390x",
"product": {
"name": "python39-idle-3.9.20-150300.4.55.1.s390x",
"product_id": "python39-idle-3.9.20-150300.4.55.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.20-150300.4.55.2.s390x",
"product": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.s390x",
"product_id": "python39-testsuite-3.9.20-150300.4.55.2.s390x"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.20-150300.4.55.1.s390x",
"product": {
"name": "python39-tk-3.9.20-150300.4.55.1.s390x",
"product_id": "python39-tk-3.9.20-150300.4.55.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.20-150300.4.55.2.s390x",
"product": {
"name": "python39-tools-3.9.20-150300.4.55.2.s390x",
"product_id": "python39-tools-3.9.20-150300.4.55.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"product": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"product_id": "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64",
"product": {
"name": "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64",
"product_id": "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64"
}
},
{
"category": "product_version",
"name": "python39-3.9.20-150300.4.55.1.x86_64",
"product": {
"name": "python39-3.9.20-150300.4.55.1.x86_64",
"product_id": "python39-3.9.20-150300.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.20-150300.4.55.1.x86_64",
"product": {
"name": "python39-32bit-3.9.20-150300.4.55.1.x86_64",
"product_id": "python39-32bit-3.9.20-150300.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.20-150300.4.55.2.x86_64",
"product": {
"name": "python39-base-3.9.20-150300.4.55.2.x86_64",
"product_id": "python39-base-3.9.20-150300.4.55.2.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-32bit-3.9.20-150300.4.55.2.x86_64",
"product": {
"name": "python39-base-32bit-3.9.20-150300.4.55.2.x86_64",
"product_id": "python39-base-32bit-3.9.20-150300.4.55.2.x86_64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.20-150300.4.55.1.x86_64",
"product": {
"name": "python39-curses-3.9.20-150300.4.55.1.x86_64",
"product_id": "python39-curses-3.9.20-150300.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.20-150300.4.55.1.x86_64",
"product": {
"name": "python39-dbm-3.9.20-150300.4.55.1.x86_64",
"product_id": "python39-dbm-3.9.20-150300.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.20-150300.4.55.2.x86_64",
"product": {
"name": "python39-devel-3.9.20-150300.4.55.2.x86_64",
"product_id": "python39-devel-3.9.20-150300.4.55.2.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.20-150300.4.55.1.x86_64",
"product": {
"name": "python39-doc-3.9.20-150300.4.55.1.x86_64",
"product_id": "python39-doc-3.9.20-150300.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64",
"product": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64",
"product_id": "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.20-150300.4.55.1.x86_64",
"product": {
"name": "python39-idle-3.9.20-150300.4.55.1.x86_64",
"product_id": "python39-idle-3.9.20-150300.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.20-150300.4.55.2.x86_64",
"product": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.x86_64",
"product_id": "python39-testsuite-3.9.20-150300.4.55.2.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.20-150300.4.55.1.x86_64",
"product": {
"name": "python39-tk-3.9.20-150300.4.55.1.x86_64",
"product_id": "python39-tk-3.9.20-150300.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.20-150300.4.55.2.x86_64",
"product": {
"name": "python39-tools-3.9.20-150300.4.55.2.x86_64",
"product_id": "python39-tools-3.9.20-150300.4.55.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-32bit-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-32bit-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "python39-base-32bit-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "python39-devel-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "python39-devel-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "python39-devel-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "python39-devel-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-doc-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-doc-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-doc-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-doc-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-idle-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-idle-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-idle-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-idle-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-tk-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-tk-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-tk-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-tk-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "python39-tools-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "python39-tools-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "python39-tools-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "python39-tools-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-32bit-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "python39-base-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-32bit-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "python39-base-32bit-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-curses-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-dbm-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "python39-devel-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "python39-devel-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "python39-devel-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "python39-devel-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-doc-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-doc-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-doc-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-doc-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-idle-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-idle-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-idle-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-idle-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "python39-testsuite-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.55.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.aarch64"
},
"product_reference": "python39-tk-3.9.20-150300.4.55.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.55.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.ppc64le"
},
"product_reference": "python39-tk-3.9.20-150300.4.55.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.55.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.s390x"
},
"product_reference": "python39-tk-3.9.20-150300.4.55.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.20-150300.4.55.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.x86_64"
},
"product_reference": "python39-tk-3.9.20-150300.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.55.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.aarch64"
},
"product_reference": "python39-tools-3.9.20-150300.4.55.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.55.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.ppc64le"
},
"product_reference": "python39-tools-3.9.20-150300.4.55.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.55.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.s390x"
},
"product_reference": "python39-tools-3.9.20-150300.4.55.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.20-150300.4.55.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.x86_64"
},
"product_reference": "python39-tools-3.9.20-150300.4.55.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-9287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9287"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9287",
"url": "https://www.suse.com/security/cve/CVE-2024-9287"
},
{
"category": "external",
"summary": "SUSE Bug 1232241 for CVE-2024-9287",
"url": "https://bugzilla.suse.com/1232241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.20-150300.4.55.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.20-150300.4.55.2.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.20-150300.4.55.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-32bit-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-base-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-base-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-curses-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-dbm-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-devel-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-doc-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-idle-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-testsuite-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.5:python39-tk-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.5:python39-tools-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-base-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.20-150300.4.55.2.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.20-150300.4.55.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.20-150300.4.55.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-07T16:24:10Z",
"details": "moderate"
}
],
"title": "CVE-2024-9287"
}
]
}
SUSE-SU-2024:3957-1
Vulnerability from csaf_suse - Published: 2024-11-08 15:24 - Updated: 2024-11-08 15:24Summary
Security update for python311
Severity
Moderate
Notes
Title of the patch: Security update for python311
Description of the patch: This update for python311 fixes the following issues:
- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).
Bug fixes:
- Drop .pyc files from docdir for reproducible builds (bsc#1230906).
Patchnames: SUSE-2024-3957,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-3957,SUSE-SLE-Module-Python3-15-SP5-2024-3957,openSUSE-SLE-15.5-2024-3957
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
107 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3957,SUSE-SLE-Module-Public-Cloud-15-SP4-2024-3957,SUSE-SLE-Module-Python3-15-SP5-2024-3957,openSUSE-SLE-15.5-2024-3957",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3957-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3957-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243957-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3957-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019801.html"
},
{
"category": "self",
"summary": "SUSE Bug 1230906",
"url": "https://bugzilla.suse.com/1230906"
},
{
"category": "self",
"summary": "SUSE Bug 1232241",
"url": "https://bugzilla.suse.com/1232241"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9287 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9287/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2024-11-08T15:24:49Z",
"generator": {
"date": "2024-11-08T15:24:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3957-1",
"initial_release_date": "2024-11-08T15:24:49Z",
"revision_history": [
{
"date": "2024-11-08T15:24:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"product_id": "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150400.9.38.2.aarch64",
"product": {
"name": "python311-3.11.10-150400.9.38.2.aarch64",
"product_id": "python311-3.11.10-150400.9.38.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150400.9.38.2.aarch64",
"product": {
"name": "python311-base-3.11.10-150400.9.38.2.aarch64",
"product_id": "python311-base-3.11.10-150400.9.38.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150400.9.38.2.aarch64",
"product": {
"name": "python311-curses-3.11.10-150400.9.38.2.aarch64",
"product_id": "python311-curses-3.11.10-150400.9.38.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150400.9.38.2.aarch64",
"product": {
"name": "python311-dbm-3.11.10-150400.9.38.2.aarch64",
"product_id": "python311-dbm-3.11.10-150400.9.38.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150400.9.38.2.aarch64",
"product": {
"name": "python311-devel-3.11.10-150400.9.38.2.aarch64",
"product_id": "python311-devel-3.11.10-150400.9.38.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150400.9.38.1.aarch64",
"product": {
"name": "python311-doc-3.11.10-150400.9.38.1.aarch64",
"product_id": "python311-doc-3.11.10-150400.9.38.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64",
"product_id": "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150400.9.38.2.aarch64",
"product": {
"name": "python311-idle-3.11.10-150400.9.38.2.aarch64",
"product_id": "python311-idle-3.11.10-150400.9.38.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150400.9.38.2.aarch64",
"product": {
"name": "python311-testsuite-3.11.10-150400.9.38.2.aarch64",
"product_id": "python311-testsuite-3.11.10-150400.9.38.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150400.9.38.2.aarch64",
"product": {
"name": "python311-tk-3.11.10-150400.9.38.2.aarch64",
"product_id": "python311-tk-3.11.10-150400.9.38.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150400.9.38.2.aarch64",
"product": {
"name": "python311-tools-3.11.10-150400.9.38.2.aarch64",
"product_id": "python311-tools-3.11.10-150400.9.38.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.10-150400.9.38.2.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.10-150400.9.38.2.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.10-150400.9.38.2.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.10-150400.9.38.2.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.10-150400.9.38.2.aarch64_ilp32",
"product_id": "python311-64bit-3.11.10-150400.9.38.2.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.10-150400.9.38.2.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.10-150400.9.38.2.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.10-150400.9.38.2.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.i586",
"product": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.i586",
"product_id": "libpython3_11-1_0-3.11.10-150400.9.38.2.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150400.9.38.2.i586",
"product": {
"name": "python311-3.11.10-150400.9.38.2.i586",
"product_id": "python311-3.11.10-150400.9.38.2.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150400.9.38.2.i586",
"product": {
"name": "python311-base-3.11.10-150400.9.38.2.i586",
"product_id": "python311-base-3.11.10-150400.9.38.2.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150400.9.38.2.i586",
"product": {
"name": "python311-curses-3.11.10-150400.9.38.2.i586",
"product_id": "python311-curses-3.11.10-150400.9.38.2.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150400.9.38.2.i586",
"product": {
"name": "python311-dbm-3.11.10-150400.9.38.2.i586",
"product_id": "python311-dbm-3.11.10-150400.9.38.2.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150400.9.38.2.i586",
"product": {
"name": "python311-devel-3.11.10-150400.9.38.2.i586",
"product_id": "python311-devel-3.11.10-150400.9.38.2.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150400.9.38.1.i586",
"product": {
"name": "python311-doc-3.11.10-150400.9.38.1.i586",
"product_id": "python311-doc-3.11.10-150400.9.38.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.i586",
"product": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.i586",
"product_id": "python311-doc-devhelp-3.11.10-150400.9.38.1.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150400.9.38.2.i586",
"product": {
"name": "python311-idle-3.11.10-150400.9.38.2.i586",
"product_id": "python311-idle-3.11.10-150400.9.38.2.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150400.9.38.2.i586",
"product": {
"name": "python311-testsuite-3.11.10-150400.9.38.2.i586",
"product_id": "python311-testsuite-3.11.10-150400.9.38.2.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150400.9.38.2.i586",
"product": {
"name": "python311-tk-3.11.10-150400.9.38.2.i586",
"product_id": "python311-tk-3.11.10-150400.9.38.2.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150400.9.38.2.i586",
"product": {
"name": "python311-tools-3.11.10-150400.9.38.2.i586",
"product_id": "python311-tools-3.11.10-150400.9.38.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"product_id": "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150400.9.38.2.ppc64le",
"product": {
"name": "python311-3.11.10-150400.9.38.2.ppc64le",
"product_id": "python311-3.11.10-150400.9.38.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150400.9.38.2.ppc64le",
"product": {
"name": "python311-base-3.11.10-150400.9.38.2.ppc64le",
"product_id": "python311-base-3.11.10-150400.9.38.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150400.9.38.2.ppc64le",
"product": {
"name": "python311-curses-3.11.10-150400.9.38.2.ppc64le",
"product_id": "python311-curses-3.11.10-150400.9.38.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150400.9.38.2.ppc64le",
"product": {
"name": "python311-dbm-3.11.10-150400.9.38.2.ppc64le",
"product_id": "python311-dbm-3.11.10-150400.9.38.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150400.9.38.2.ppc64le",
"product": {
"name": "python311-devel-3.11.10-150400.9.38.2.ppc64le",
"product_id": "python311-devel-3.11.10-150400.9.38.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150400.9.38.1.ppc64le",
"product": {
"name": "python311-doc-3.11.10-150400.9.38.1.ppc64le",
"product_id": "python311-doc-3.11.10-150400.9.38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le",
"product_id": "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150400.9.38.2.ppc64le",
"product": {
"name": "python311-idle-3.11.10-150400.9.38.2.ppc64le",
"product_id": "python311-idle-3.11.10-150400.9.38.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150400.9.38.2.ppc64le",
"product": {
"name": "python311-testsuite-3.11.10-150400.9.38.2.ppc64le",
"product_id": "python311-testsuite-3.11.10-150400.9.38.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150400.9.38.2.ppc64le",
"product": {
"name": "python311-tk-3.11.10-150400.9.38.2.ppc64le",
"product_id": "python311-tk-3.11.10-150400.9.38.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150400.9.38.2.ppc64le",
"product": {
"name": "python311-tools-3.11.10-150400.9.38.2.ppc64le",
"product_id": "python311-tools-3.11.10-150400.9.38.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"product_id": "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150400.9.38.2.s390x",
"product": {
"name": "python311-3.11.10-150400.9.38.2.s390x",
"product_id": "python311-3.11.10-150400.9.38.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150400.9.38.2.s390x",
"product": {
"name": "python311-base-3.11.10-150400.9.38.2.s390x",
"product_id": "python311-base-3.11.10-150400.9.38.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150400.9.38.2.s390x",
"product": {
"name": "python311-curses-3.11.10-150400.9.38.2.s390x",
"product_id": "python311-curses-3.11.10-150400.9.38.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150400.9.38.2.s390x",
"product": {
"name": "python311-dbm-3.11.10-150400.9.38.2.s390x",
"product_id": "python311-dbm-3.11.10-150400.9.38.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150400.9.38.2.s390x",
"product": {
"name": "python311-devel-3.11.10-150400.9.38.2.s390x",
"product_id": "python311-devel-3.11.10-150400.9.38.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150400.9.38.1.s390x",
"product": {
"name": "python311-doc-3.11.10-150400.9.38.1.s390x",
"product_id": "python311-doc-3.11.10-150400.9.38.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x",
"product_id": "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150400.9.38.2.s390x",
"product": {
"name": "python311-idle-3.11.10-150400.9.38.2.s390x",
"product_id": "python311-idle-3.11.10-150400.9.38.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150400.9.38.2.s390x",
"product": {
"name": "python311-testsuite-3.11.10-150400.9.38.2.s390x",
"product_id": "python311-testsuite-3.11.10-150400.9.38.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150400.9.38.2.s390x",
"product": {
"name": "python311-tk-3.11.10-150400.9.38.2.s390x",
"product_id": "python311-tk-3.11.10-150400.9.38.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150400.9.38.2.s390x",
"product": {
"name": "python311-tools-3.11.10-150400.9.38.2.s390x",
"product_id": "python311-tools-3.11.10-150400.9.38.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"product_id": "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "python311-3.11.10-150400.9.38.2.x86_64",
"product_id": "python311-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "python311-32bit-3.11.10-150400.9.38.2.x86_64",
"product_id": "python311-32bit-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "python311-base-3.11.10-150400.9.38.2.x86_64",
"product_id": "python311-base-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "python311-base-32bit-3.11.10-150400.9.38.2.x86_64",
"product_id": "python311-base-32bit-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "python311-curses-3.11.10-150400.9.38.2.x86_64",
"product_id": "python311-curses-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "python311-dbm-3.11.10-150400.9.38.2.x86_64",
"product_id": "python311-dbm-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "python311-devel-3.11.10-150400.9.38.2.x86_64",
"product_id": "python311-devel-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150400.9.38.1.x86_64",
"product": {
"name": "python311-doc-3.11.10-150400.9.38.1.x86_64",
"product_id": "python311-doc-3.11.10-150400.9.38.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64",
"product_id": "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "python311-idle-3.11.10-150400.9.38.2.x86_64",
"product_id": "python311-idle-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "python311-testsuite-3.11.10-150400.9.38.2.x86_64",
"product_id": "python311-testsuite-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "python311-tk-3.11.10-150400.9.38.2.x86_64",
"product_id": "python311-tk-3.11.10-150400.9.38.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150400.9.38.2.x86_64",
"product": {
"name": "python311-tools-3.11.10-150400.9.38.2.x86_64",
"product_id": "python311-tools-3.11.10-150400.9.38.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-curses-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-curses-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-curses-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-curses-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-dbm-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-dbm-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-devel-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-devel-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-devel-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-devel-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.38.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.aarch64"
},
"product_reference": "python311-doc-3.11.10-150400.9.38.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.38.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.ppc64le"
},
"product_reference": "python311-doc-3.11.10-150400.9.38.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.38.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.s390x"
},
"product_reference": "python311-doc-3.11.10-150400.9.38.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.38.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.x86_64"
},
"product_reference": "python311-doc-3.11.10-150400.9.38.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-idle-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-idle-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-idle-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-idle-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-tk-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-tk-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-tk-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-tk-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.38.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-tools-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.38.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-tools-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.38.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-tools-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.38.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-tools-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-32bit-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-base-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-32bit-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-base-32bit-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-curses-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-curses-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-curses-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-curses-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-dbm-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-dbm-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-devel-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-devel-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-devel-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-devel-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.38.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.aarch64"
},
"product_reference": "python311-doc-3.11.10-150400.9.38.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.38.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.ppc64le"
},
"product_reference": "python311-doc-3.11.10-150400.9.38.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.38.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.s390x"
},
"product_reference": "python311-doc-3.11.10-150400.9.38.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150400.9.38.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.x86_64"
},
"product_reference": "python311-doc-3.11.10-150400.9.38.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.38.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-idle-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-idle-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-idle-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-idle-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-testsuite-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-testsuite-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-testsuite-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-testsuite-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-tk-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-tk-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-tk-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-tk-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.38.2.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.aarch64"
},
"product_reference": "python311-tools-3.11.10-150400.9.38.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.38.2.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.ppc64le"
},
"product_reference": "python311-tools-3.11.10-150400.9.38.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.38.2.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.s390x"
},
"product_reference": "python311-tools-3.11.10-150400.9.38.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150400.9.38.2.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.x86_64"
},
"product_reference": "python311-tools-3.11.10-150400.9.38.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-9287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9287"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9287",
"url": "https://www.suse.com/security/cve/CVE-2024-9287"
},
{
"category": "external",
"summary": "SUSE Bug 1232241 for CVE-2024-9287",
"url": "https://bugzilla.suse.com/1232241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-base-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-curses-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-dbm-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-devel-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-3.11.10-150400.9.38.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-idle-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tk-3.11.10-150400.9.38.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP5:python311-tools-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:libpython3_11-1_0-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:libpython3_11-1_0-32bit-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-32bit-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-base-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-base-32bit-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-curses-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-dbm-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-devel-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.aarch64",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.s390x",
"openSUSE Leap 15.5:python311-doc-3.11.10-150400.9.38.1.x86_64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.aarch64",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.ppc64le",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.s390x",
"openSUSE Leap 15.5:python311-doc-devhelp-3.11.10-150400.9.38.1.x86_64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-idle-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-testsuite-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-tk-3.11.10-150400.9.38.2.x86_64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.aarch64",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.ppc64le",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.s390x",
"openSUSE Leap 15.5:python311-tools-3.11.10-150400.9.38.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-08T15:24:49Z",
"details": "moderate"
}
],
"title": "CVE-2024-9287"
}
]
}
SUSE-SU-2024:3958-1
Vulnerability from csaf_suse - Published: 2024-11-08 15:25 - Updated: 2024-11-08 15:25Summary
Security update for python311
Severity
Moderate
Notes
Title of the patch: Security update for python311
Description of the patch: This update for python311 fixes the following issues:
- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).
Bug fixes:
- Drop .pyc files from docdir for reproducible builds (bsc#1230906).
Patchnames: SUSE-2024-3958,SUSE-SLE-Module-Basesystem-15-SP6-2024-3958,SUSE-SLE-Module-Python3-15-SP6-2024-3958,openSUSE-SLE-15.6-2024-3958
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3958,SUSE-SLE-Module-Basesystem-15-SP6-2024-3958,SUSE-SLE-Module-Python3-15-SP6-2024-3958,openSUSE-SLE-15.6-2024-3958",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3958-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3958-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243958-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3958-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019800.html"
},
{
"category": "self",
"summary": "SUSE Bug 1230906",
"url": "https://bugzilla.suse.com/1230906"
},
{
"category": "self",
"summary": "SUSE Bug 1232241",
"url": "https://bugzilla.suse.com/1232241"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9287 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9287/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2024-11-08T15:25:10Z",
"generator": {
"date": "2024-11-08T15:25:10Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3958-1",
"initial_release_date": "2024-11-08T15:25:10Z",
"revision_history": [
{
"date": "2024-11-08T15:25:10Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64",
"product_id": "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150600.3.9.2.aarch64",
"product": {
"name": "python311-3.11.10-150600.3.9.2.aarch64",
"product_id": "python311-3.11.10-150600.3.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150600.3.9.2.aarch64",
"product": {
"name": "python311-base-3.11.10-150600.3.9.2.aarch64",
"product_id": "python311-base-3.11.10-150600.3.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150600.3.9.2.aarch64",
"product": {
"name": "python311-curses-3.11.10-150600.3.9.2.aarch64",
"product_id": "python311-curses-3.11.10-150600.3.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150600.3.9.2.aarch64",
"product": {
"name": "python311-dbm-3.11.10-150600.3.9.2.aarch64",
"product_id": "python311-dbm-3.11.10-150600.3.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150600.3.9.2.aarch64",
"product": {
"name": "python311-devel-3.11.10-150600.3.9.2.aarch64",
"product_id": "python311-devel-3.11.10-150600.3.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150600.3.9.3.aarch64",
"product": {
"name": "python311-doc-3.11.10-150600.3.9.3.aarch64",
"product_id": "python311-doc-3.11.10-150600.3.9.3.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64",
"product_id": "python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150600.3.9.2.aarch64",
"product": {
"name": "python311-idle-3.11.10-150600.3.9.2.aarch64",
"product_id": "python311-idle-3.11.10-150600.3.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150600.3.9.2.aarch64",
"product": {
"name": "python311-testsuite-3.11.10-150600.3.9.2.aarch64",
"product_id": "python311-testsuite-3.11.10-150600.3.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150600.3.9.2.aarch64",
"product": {
"name": "python311-tk-3.11.10-150600.3.9.2.aarch64",
"product_id": "python311-tk-3.11.10-150600.3.9.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150600.3.9.2.aarch64",
"product": {
"name": "python311-tools-3.11.10-150600.3.9.2.aarch64",
"product_id": "python311-tools-3.11.10-150600.3.9.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.10-150600.3.9.2.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.10-150600.3.9.2.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.10-150600.3.9.2.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.10-150600.3.9.2.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.10-150600.3.9.2.aarch64_ilp32",
"product_id": "python311-64bit-3.11.10-150600.3.9.2.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.10-150600.3.9.2.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.10-150600.3.9.2.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.10-150600.3.9.2.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.i586",
"product": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.i586",
"product_id": "libpython3_11-1_0-3.11.10-150600.3.9.2.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150600.3.9.2.i586",
"product": {
"name": "python311-3.11.10-150600.3.9.2.i586",
"product_id": "python311-3.11.10-150600.3.9.2.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150600.3.9.2.i586",
"product": {
"name": "python311-base-3.11.10-150600.3.9.2.i586",
"product_id": "python311-base-3.11.10-150600.3.9.2.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150600.3.9.2.i586",
"product": {
"name": "python311-curses-3.11.10-150600.3.9.2.i586",
"product_id": "python311-curses-3.11.10-150600.3.9.2.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150600.3.9.2.i586",
"product": {
"name": "python311-dbm-3.11.10-150600.3.9.2.i586",
"product_id": "python311-dbm-3.11.10-150600.3.9.2.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150600.3.9.2.i586",
"product": {
"name": "python311-devel-3.11.10-150600.3.9.2.i586",
"product_id": "python311-devel-3.11.10-150600.3.9.2.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150600.3.9.3.i586",
"product": {
"name": "python311-doc-3.11.10-150600.3.9.3.i586",
"product_id": "python311-doc-3.11.10-150600.3.9.3.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.i586",
"product": {
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.i586",
"product_id": "python311-doc-devhelp-3.11.10-150600.3.9.3.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150600.3.9.2.i586",
"product": {
"name": "python311-idle-3.11.10-150600.3.9.2.i586",
"product_id": "python311-idle-3.11.10-150600.3.9.2.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150600.3.9.2.i586",
"product": {
"name": "python311-testsuite-3.11.10-150600.3.9.2.i586",
"product_id": "python311-testsuite-3.11.10-150600.3.9.2.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150600.3.9.2.i586",
"product": {
"name": "python311-tk-3.11.10-150600.3.9.2.i586",
"product_id": "python311-tk-3.11.10-150600.3.9.2.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150600.3.9.2.i586",
"product": {
"name": "python311-tools-3.11.10-150600.3.9.2.i586",
"product_id": "python311-tools-3.11.10-150600.3.9.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le",
"product_id": "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150600.3.9.2.ppc64le",
"product": {
"name": "python311-3.11.10-150600.3.9.2.ppc64le",
"product_id": "python311-3.11.10-150600.3.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150600.3.9.2.ppc64le",
"product": {
"name": "python311-base-3.11.10-150600.3.9.2.ppc64le",
"product_id": "python311-base-3.11.10-150600.3.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150600.3.9.2.ppc64le",
"product": {
"name": "python311-curses-3.11.10-150600.3.9.2.ppc64le",
"product_id": "python311-curses-3.11.10-150600.3.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150600.3.9.2.ppc64le",
"product": {
"name": "python311-dbm-3.11.10-150600.3.9.2.ppc64le",
"product_id": "python311-dbm-3.11.10-150600.3.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150600.3.9.2.ppc64le",
"product": {
"name": "python311-devel-3.11.10-150600.3.9.2.ppc64le",
"product_id": "python311-devel-3.11.10-150600.3.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150600.3.9.3.ppc64le",
"product": {
"name": "python311-doc-3.11.10-150600.3.9.3.ppc64le",
"product_id": "python311-doc-3.11.10-150600.3.9.3.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le",
"product_id": "python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150600.3.9.2.ppc64le",
"product": {
"name": "python311-idle-3.11.10-150600.3.9.2.ppc64le",
"product_id": "python311-idle-3.11.10-150600.3.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150600.3.9.2.ppc64le",
"product": {
"name": "python311-testsuite-3.11.10-150600.3.9.2.ppc64le",
"product_id": "python311-testsuite-3.11.10-150600.3.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150600.3.9.2.ppc64le",
"product": {
"name": "python311-tk-3.11.10-150600.3.9.2.ppc64le",
"product_id": "python311-tk-3.11.10-150600.3.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150600.3.9.2.ppc64le",
"product": {
"name": "python311-tools-3.11.10-150600.3.9.2.ppc64le",
"product_id": "python311-tools-3.11.10-150600.3.9.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x",
"product_id": "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150600.3.9.2.s390x",
"product": {
"name": "python311-3.11.10-150600.3.9.2.s390x",
"product_id": "python311-3.11.10-150600.3.9.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150600.3.9.2.s390x",
"product": {
"name": "python311-base-3.11.10-150600.3.9.2.s390x",
"product_id": "python311-base-3.11.10-150600.3.9.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150600.3.9.2.s390x",
"product": {
"name": "python311-curses-3.11.10-150600.3.9.2.s390x",
"product_id": "python311-curses-3.11.10-150600.3.9.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150600.3.9.2.s390x",
"product": {
"name": "python311-dbm-3.11.10-150600.3.9.2.s390x",
"product_id": "python311-dbm-3.11.10-150600.3.9.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150600.3.9.2.s390x",
"product": {
"name": "python311-devel-3.11.10-150600.3.9.2.s390x",
"product_id": "python311-devel-3.11.10-150600.3.9.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150600.3.9.3.s390x",
"product": {
"name": "python311-doc-3.11.10-150600.3.9.3.s390x",
"product_id": "python311-doc-3.11.10-150600.3.9.3.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.s390x",
"product_id": "python311-doc-devhelp-3.11.10-150600.3.9.3.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150600.3.9.2.s390x",
"product": {
"name": "python311-idle-3.11.10-150600.3.9.2.s390x",
"product_id": "python311-idle-3.11.10-150600.3.9.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150600.3.9.2.s390x",
"product": {
"name": "python311-testsuite-3.11.10-150600.3.9.2.s390x",
"product_id": "python311-testsuite-3.11.10-150600.3.9.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150600.3.9.2.s390x",
"product": {
"name": "python311-tk-3.11.10-150600.3.9.2.s390x",
"product_id": "python311-tk-3.11.10-150600.3.9.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150600.3.9.2.s390x",
"product": {
"name": "python311-tools-3.11.10-150600.3.9.2.s390x",
"product_id": "python311-tools-3.11.10-150600.3.9.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64",
"product_id": "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "python311-3.11.10-150600.3.9.2.x86_64",
"product_id": "python311-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "python311-32bit-3.11.10-150600.3.9.2.x86_64",
"product_id": "python311-32bit-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "python311-base-3.11.10-150600.3.9.2.x86_64",
"product_id": "python311-base-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "python311-base-32bit-3.11.10-150600.3.9.2.x86_64",
"product_id": "python311-base-32bit-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "python311-curses-3.11.10-150600.3.9.2.x86_64",
"product_id": "python311-curses-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "python311-dbm-3.11.10-150600.3.9.2.x86_64",
"product_id": "python311-dbm-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "python311-devel-3.11.10-150600.3.9.2.x86_64",
"product_id": "python311-devel-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.10-150600.3.9.3.x86_64",
"product": {
"name": "python311-doc-3.11.10-150600.3.9.3.x86_64",
"product_id": "python311-doc-3.11.10-150600.3.9.3.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64",
"product_id": "python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "python311-idle-3.11.10-150600.3.9.2.x86_64",
"product_id": "python311-idle-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "python311-testsuite-3.11.10-150600.3.9.2.x86_64",
"product_id": "python311-testsuite-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "python311-tk-3.11.10-150600.3.9.2.x86_64",
"product_id": "python311-tk-3.11.10-150600.3.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.10-150600.3.9.2.x86_64",
"product": {
"name": "python311-tools-3.11.10-150600.3.9.2.x86_64",
"product_id": "python311-tools-3.11.10-150600.3.9.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-base-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-base-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-base-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-base-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-curses-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-curses-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-curses-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-curses-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-dbm-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-dbm-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-dbm-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-devel-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-devel-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-devel-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-devel-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-idle-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-idle-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-idle-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-idle-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-tk-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-tk-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-tk-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-tk-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.9.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-tools-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.9.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-tools-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.9.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-tools-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.9.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-tools-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-32bit-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-base-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-base-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-base-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-base-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-32bit-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-base-32bit-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-curses-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-curses-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-curses-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-curses-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-dbm-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-dbm-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-dbm-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-dbm-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-devel-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-devel-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-devel-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-devel-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150600.3.9.3.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.aarch64"
},
"product_reference": "python311-doc-3.11.10-150600.3.9.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150600.3.9.3.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.ppc64le"
},
"product_reference": "python311-doc-3.11.10-150600.3.9.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150600.3.9.3.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.s390x"
},
"product_reference": "python311-doc-3.11.10-150600.3.9.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.10-150600.3.9.3.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.x86_64"
},
"product_reference": "python311-doc-3.11.10-150600.3.9.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.10-150600.3.9.3.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-idle-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-idle-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-idle-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-idle-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-testsuite-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-testsuite-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-testsuite-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-testsuite-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-tk-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-tk-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-tk-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-tk-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.9.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.aarch64"
},
"product_reference": "python311-tools-3.11.10-150600.3.9.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.9.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.ppc64le"
},
"product_reference": "python311-tools-3.11.10-150600.3.9.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.9.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.s390x"
},
"product_reference": "python311-tools-3.11.10-150600.3.9.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.10-150600.3.9.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.x86_64"
},
"product_reference": "python311-tools-3.11.10-150600.3.9.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-9287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9287"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9287",
"url": "https://www.suse.com/security/cve/CVE-2024-9287"
},
{
"category": "external",
"summary": "SUSE Bug 1232241 for CVE-2024-9287",
"url": "https://bugzilla.suse.com/1232241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.10-150600.3.9.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-base-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.10-150600.3.9.3.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.10-150600.3.9.3.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.10-150600.3.9.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.10-150600.3.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-08T15:25:10Z",
"details": "moderate"
}
],
"title": "CVE-2024-9287"
}
]
}
SUSE-SU-2024:3959-1
Vulnerability from csaf_suse - Published: 2024-11-08 15:25 - Updated: 2024-11-08 15:25Summary
Security update for python312
Severity
Moderate
Notes
Title of the patch: Security update for python312
Description of the patch: This update for python312 fixes the following issues:
- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).
Bug fixes:
- Drop .pyc files from docdir for reproducible builds (bsc#1230906).
Patchnames: SUSE-2024-3959,SUSE-SLE-Module-Python3-15-SP6-2024-3959,openSUSE-SLE-15.6-2024-3959
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-32bit-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-32bit-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python312",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python312 fixes the following issues:\n\n- CVE-2024-9287: Fixed quoted path names provided when creating a virtual environment (bsc#1232241).\n\nBug fixes:\n\n- Drop .pyc files from docdir for reproducible builds (bsc#1230906).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3959,SUSE-SLE-Module-Python3-15-SP6-2024-3959,openSUSE-SLE-15.6-2024-3959",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_3959-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3959-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243959-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3959-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019799.html"
},
{
"category": "self",
"summary": "SUSE Bug 1230906",
"url": "https://bugzilla.suse.com/1230906"
},
{
"category": "self",
"summary": "SUSE Bug 1232241",
"url": "https://bugzilla.suse.com/1232241"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9287 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9287/"
}
],
"title": "Security update for python312",
"tracking": {
"current_release_date": "2024-11-08T15:25:30Z",
"generator": {
"date": "2024-11-08T15:25:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3959-1",
"initial_release_date": "2024-11-08T15:25:30Z",
"revision_history": [
{
"date": "2024-11-08T15:25:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64",
"product_id": "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "python312-3.12.7-150600.3.9.1.aarch64",
"product_id": "python312-3.12.7-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "python312-base-3.12.7-150600.3.9.1.aarch64",
"product_id": "python312-base-3.12.7-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "python312-curses-3.12.7-150600.3.9.1.aarch64",
"product_id": "python312-curses-3.12.7-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "python312-dbm-3.12.7-150600.3.9.1.aarch64",
"product_id": "python312-dbm-3.12.7-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "python312-devel-3.12.7-150600.3.9.1.aarch64",
"product_id": "python312-devel-3.12.7-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "python312-doc-3.12.7-150600.3.9.1.aarch64",
"product_id": "python312-doc-3.12.7-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64",
"product_id": "python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "python312-idle-3.12.7-150600.3.9.1.aarch64",
"product_id": "python312-idle-3.12.7-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "python312-testsuite-3.12.7-150600.3.9.1.aarch64",
"product_id": "python312-testsuite-3.12.7-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "python312-tk-3.12.7-150600.3.9.1.aarch64",
"product_id": "python312-tk-3.12.7-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.7-150600.3.9.1.aarch64",
"product": {
"name": "python312-tools-3.12.7-150600.3.9.1.aarch64",
"product_id": "python312-tools-3.12.7-150600.3.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-64bit-3.12.7-150600.3.9.1.aarch64_ilp32",
"product": {
"name": "libpython3_12-1_0-64bit-3.12.7-150600.3.9.1.aarch64_ilp32",
"product_id": "libpython3_12-1_0-64bit-3.12.7-150600.3.9.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-64bit-3.12.7-150600.3.9.1.aarch64_ilp32",
"product": {
"name": "python312-64bit-3.12.7-150600.3.9.1.aarch64_ilp32",
"product_id": "python312-64bit-3.12.7-150600.3.9.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-base-64bit-3.12.7-150600.3.9.1.aarch64_ilp32",
"product": {
"name": "python312-base-64bit-3.12.7-150600.3.9.1.aarch64_ilp32",
"product_id": "python312-base-64bit-3.12.7-150600.3.9.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.i586",
"product": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.i586",
"product_id": "libpython3_12-1_0-3.12.7-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "python312-3.12.7-150600.3.9.1.i586",
"product": {
"name": "python312-3.12.7-150600.3.9.1.i586",
"product_id": "python312-3.12.7-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.7-150600.3.9.1.i586",
"product": {
"name": "python312-base-3.12.7-150600.3.9.1.i586",
"product_id": "python312-base-3.12.7-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.7-150600.3.9.1.i586",
"product": {
"name": "python312-curses-3.12.7-150600.3.9.1.i586",
"product_id": "python312-curses-3.12.7-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.7-150600.3.9.1.i586",
"product": {
"name": "python312-dbm-3.12.7-150600.3.9.1.i586",
"product_id": "python312-dbm-3.12.7-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.7-150600.3.9.1.i586",
"product": {
"name": "python312-devel-3.12.7-150600.3.9.1.i586",
"product_id": "python312-devel-3.12.7-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.7-150600.3.9.1.i586",
"product": {
"name": "python312-doc-3.12.7-150600.3.9.1.i586",
"product_id": "python312-doc-3.12.7-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.i586",
"product": {
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.i586",
"product_id": "python312-doc-devhelp-3.12.7-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.7-150600.3.9.1.i586",
"product": {
"name": "python312-idle-3.12.7-150600.3.9.1.i586",
"product_id": "python312-idle-3.12.7-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.7-150600.3.9.1.i586",
"product": {
"name": "python312-testsuite-3.12.7-150600.3.9.1.i586",
"product_id": "python312-testsuite-3.12.7-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.7-150600.3.9.1.i586",
"product": {
"name": "python312-tk-3.12.7-150600.3.9.1.i586",
"product_id": "python312-tk-3.12.7-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.7-150600.3.9.1.i586",
"product": {
"name": "python312-tools-3.12.7-150600.3.9.1.i586",
"product_id": "python312-tools-3.12.7-150600.3.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le",
"product_id": "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "python312-3.12.7-150600.3.9.1.ppc64le",
"product_id": "python312-3.12.7-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "python312-base-3.12.7-150600.3.9.1.ppc64le",
"product_id": "python312-base-3.12.7-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "python312-curses-3.12.7-150600.3.9.1.ppc64le",
"product_id": "python312-curses-3.12.7-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "python312-dbm-3.12.7-150600.3.9.1.ppc64le",
"product_id": "python312-dbm-3.12.7-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "python312-devel-3.12.7-150600.3.9.1.ppc64le",
"product_id": "python312-devel-3.12.7-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "python312-doc-3.12.7-150600.3.9.1.ppc64le",
"product_id": "python312-doc-3.12.7-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le",
"product_id": "python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "python312-idle-3.12.7-150600.3.9.1.ppc64le",
"product_id": "python312-idle-3.12.7-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "python312-testsuite-3.12.7-150600.3.9.1.ppc64le",
"product_id": "python312-testsuite-3.12.7-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "python312-tk-3.12.7-150600.3.9.1.ppc64le",
"product_id": "python312-tk-3.12.7-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.7-150600.3.9.1.ppc64le",
"product": {
"name": "python312-tools-3.12.7-150600.3.9.1.ppc64le",
"product_id": "python312-tools-3.12.7-150600.3.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x",
"product_id": "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "python312-3.12.7-150600.3.9.1.s390x",
"product_id": "python312-3.12.7-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "python312-base-3.12.7-150600.3.9.1.s390x",
"product_id": "python312-base-3.12.7-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "python312-curses-3.12.7-150600.3.9.1.s390x",
"product_id": "python312-curses-3.12.7-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "python312-dbm-3.12.7-150600.3.9.1.s390x",
"product_id": "python312-dbm-3.12.7-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "python312-devel-3.12.7-150600.3.9.1.s390x",
"product_id": "python312-devel-3.12.7-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "python312-doc-3.12.7-150600.3.9.1.s390x",
"product_id": "python312-doc-3.12.7-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.s390x",
"product_id": "python312-doc-devhelp-3.12.7-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "python312-idle-3.12.7-150600.3.9.1.s390x",
"product_id": "python312-idle-3.12.7-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "python312-testsuite-3.12.7-150600.3.9.1.s390x",
"product_id": "python312-testsuite-3.12.7-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "python312-tk-3.12.7-150600.3.9.1.s390x",
"product_id": "python312-tk-3.12.7-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.7-150600.3.9.1.s390x",
"product": {
"name": "python312-tools-3.12.7-150600.3.9.1.s390x",
"product_id": "python312-tools-3.12.7-150600.3.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64",
"product_id": "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64",
"product_id": "libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-32bit-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-32bit-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-base-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-base-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-32bit-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-base-32bit-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-base-32bit-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-curses-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-curses-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-dbm-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-dbm-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-devel-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-devel-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-doc-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-doc-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-idle-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-idle-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-testsuite-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-testsuite-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-tk-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-tk-3.12.7-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.7-150600.3.9.1.x86_64",
"product": {
"name": "python312-tools-3.12.7-150600.3.9.1.x86_64",
"product_id": "python312-tools-3.12.7-150600.3.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-base-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-base-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-base-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-base-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-curses-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-curses-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-curses-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-curses-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-dbm-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-dbm-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-dbm-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-devel-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-devel-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-devel-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-devel-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-idle-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-idle-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-idle-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-idle-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-tk-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-tk-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-tk-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-tk-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.7-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-tools-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.7-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-tools-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.7-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-tools-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.7-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-tools-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "libpython3_12-1_0-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-32bit-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-32bit-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-base-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-base-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-base-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-base-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-32bit-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-32bit-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-base-32bit-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-curses-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-curses-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-curses-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-curses-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-dbm-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-dbm-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-dbm-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-devel-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-devel-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-devel-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-devel-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-doc-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-doc-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-doc-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-doc-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-doc-devhelp-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-idle-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-idle-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-idle-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-idle-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-testsuite-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-testsuite-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-testsuite-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-testsuite-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-tk-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-tk-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-tk-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-tk-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.7-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.aarch64"
},
"product_reference": "python312-tools-3.12.7-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.7-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.ppc64le"
},
"product_reference": "python312-tools-3.12.7-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.7-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.s390x"
},
"product_reference": "python312-tools-3.12.7-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.7-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.x86_64"
},
"product_reference": "python312-tools-3.12.7-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-9287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9287"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9287",
"url": "https://www.suse.com/security/cve/CVE-2024-9287"
},
{
"category": "external",
"summary": "SUSE Bug 1232241 for CVE-2024-9287",
"url": "https://bugzilla.suse.com/1232241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.7-150600.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.7-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.7-150600.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-11-08T15:25:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-9287"
}
]
}
SUSE-SU-2025:0047-1
Vulnerability from csaf_suse - Published: 2025-01-09 15:36 - Updated: 2025-01-09 15:36Summary
Security update for python39
Severity
Moderate
Notes
Title of the patch: Security update for python39
Description of the patch: This update for python39 fixes the following issue:
- Update to 3.9.21
Patchnames: SUSE-2025-47,openSUSE-SLE-15.6-2025-47
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
51 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
6.5 (Medium)
Affected products
Recommended
51 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python39",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python39 fixes the following issue:\n\n- Update to 3.9.21\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-47,openSUSE-SLE-15.6-2025-47",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0047-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0047-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250047-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0047-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020075.html"
},
{
"category": "self",
"summary": "SUSE Bug 1232241",
"url": "https://bugzilla.suse.com/1232241"
},
{
"category": "self",
"summary": "SUSE Bug 1233307",
"url": "https://bugzilla.suse.com/1233307"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11168 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11168/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9287 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9287/"
}
],
"title": "Security update for python39",
"tracking": {
"current_release_date": "2025-01-09T15:36:39Z",
"generator": {
"date": "2025-01-09T15:36:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0047-1",
"initial_release_date": "2025-01-09T15:36:39Z",
"revision_history": [
{
"date": "2025-01-09T15:36:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64",
"product_id": "libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "python39-3.9.21-150300.4.61.1.aarch64",
"product_id": "python39-3.9.21-150300.4.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "python39-base-3.9.21-150300.4.61.1.aarch64",
"product_id": "python39-base-3.9.21-150300.4.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "python39-curses-3.9.21-150300.4.61.1.aarch64",
"product_id": "python39-curses-3.9.21-150300.4.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "python39-dbm-3.9.21-150300.4.61.1.aarch64",
"product_id": "python39-dbm-3.9.21-150300.4.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "python39-devel-3.9.21-150300.4.61.1.aarch64",
"product_id": "python39-devel-3.9.21-150300.4.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "python39-doc-3.9.21-150300.4.61.1.aarch64",
"product_id": "python39-doc-3.9.21-150300.4.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64",
"product_id": "python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "python39-idle-3.9.21-150300.4.61.1.aarch64",
"product_id": "python39-idle-3.9.21-150300.4.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "python39-testsuite-3.9.21-150300.4.61.1.aarch64",
"product_id": "python39-testsuite-3.9.21-150300.4.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "python39-tk-3.9.21-150300.4.61.1.aarch64",
"product_id": "python39-tk-3.9.21-150300.4.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.21-150300.4.61.1.aarch64",
"product": {
"name": "python39-tools-3.9.21-150300.4.61.1.aarch64",
"product_id": "python39-tools-3.9.21-150300.4.61.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-64bit-3.9.21-150300.4.61.1.aarch64_ilp32",
"product": {
"name": "libpython3_9-1_0-64bit-3.9.21-150300.4.61.1.aarch64_ilp32",
"product_id": "libpython3_9-1_0-64bit-3.9.21-150300.4.61.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-64bit-3.9.21-150300.4.61.1.aarch64_ilp32",
"product": {
"name": "python39-64bit-3.9.21-150300.4.61.1.aarch64_ilp32",
"product_id": "python39-64bit-3.9.21-150300.4.61.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-base-64bit-3.9.21-150300.4.61.1.aarch64_ilp32",
"product": {
"name": "python39-base-64bit-3.9.21-150300.4.61.1.aarch64_ilp32",
"product_id": "python39-base-64bit-3.9.21-150300.4.61.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.i586",
"product": {
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.i586",
"product_id": "libpython3_9-1_0-3.9.21-150300.4.61.1.i586"
}
},
{
"category": "product_version",
"name": "python39-3.9.21-150300.4.61.1.i586",
"product": {
"name": "python39-3.9.21-150300.4.61.1.i586",
"product_id": "python39-3.9.21-150300.4.61.1.i586"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.21-150300.4.61.1.i586",
"product": {
"name": "python39-base-3.9.21-150300.4.61.1.i586",
"product_id": "python39-base-3.9.21-150300.4.61.1.i586"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.21-150300.4.61.1.i586",
"product": {
"name": "python39-curses-3.9.21-150300.4.61.1.i586",
"product_id": "python39-curses-3.9.21-150300.4.61.1.i586"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.21-150300.4.61.1.i586",
"product": {
"name": "python39-dbm-3.9.21-150300.4.61.1.i586",
"product_id": "python39-dbm-3.9.21-150300.4.61.1.i586"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.21-150300.4.61.1.i586",
"product": {
"name": "python39-devel-3.9.21-150300.4.61.1.i586",
"product_id": "python39-devel-3.9.21-150300.4.61.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.21-150300.4.61.1.i586",
"product": {
"name": "python39-doc-3.9.21-150300.4.61.1.i586",
"product_id": "python39-doc-3.9.21-150300.4.61.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.i586",
"product": {
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.i586",
"product_id": "python39-doc-devhelp-3.9.21-150300.4.61.1.i586"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.21-150300.4.61.1.i586",
"product": {
"name": "python39-idle-3.9.21-150300.4.61.1.i586",
"product_id": "python39-idle-3.9.21-150300.4.61.1.i586"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.21-150300.4.61.1.i586",
"product": {
"name": "python39-testsuite-3.9.21-150300.4.61.1.i586",
"product_id": "python39-testsuite-3.9.21-150300.4.61.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.21-150300.4.61.1.i586",
"product": {
"name": "python39-tk-3.9.21-150300.4.61.1.i586",
"product_id": "python39-tk-3.9.21-150300.4.61.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.21-150300.4.61.1.i586",
"product": {
"name": "python39-tools-3.9.21-150300.4.61.1.i586",
"product_id": "python39-tools-3.9.21-150300.4.61.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le",
"product_id": "libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "python39-3.9.21-150300.4.61.1.ppc64le",
"product_id": "python39-3.9.21-150300.4.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "python39-base-3.9.21-150300.4.61.1.ppc64le",
"product_id": "python39-base-3.9.21-150300.4.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "python39-curses-3.9.21-150300.4.61.1.ppc64le",
"product_id": "python39-curses-3.9.21-150300.4.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "python39-dbm-3.9.21-150300.4.61.1.ppc64le",
"product_id": "python39-dbm-3.9.21-150300.4.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "python39-devel-3.9.21-150300.4.61.1.ppc64le",
"product_id": "python39-devel-3.9.21-150300.4.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "python39-doc-3.9.21-150300.4.61.1.ppc64le",
"product_id": "python39-doc-3.9.21-150300.4.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le",
"product_id": "python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "python39-idle-3.9.21-150300.4.61.1.ppc64le",
"product_id": "python39-idle-3.9.21-150300.4.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "python39-testsuite-3.9.21-150300.4.61.1.ppc64le",
"product_id": "python39-testsuite-3.9.21-150300.4.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "python39-tk-3.9.21-150300.4.61.1.ppc64le",
"product_id": "python39-tk-3.9.21-150300.4.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.21-150300.4.61.1.ppc64le",
"product": {
"name": "python39-tools-3.9.21-150300.4.61.1.ppc64le",
"product_id": "python39-tools-3.9.21-150300.4.61.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.s390x",
"product_id": "libpython3_9-1_0-3.9.21-150300.4.61.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "python39-3.9.21-150300.4.61.1.s390x",
"product_id": "python39-3.9.21-150300.4.61.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "python39-base-3.9.21-150300.4.61.1.s390x",
"product_id": "python39-base-3.9.21-150300.4.61.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "python39-curses-3.9.21-150300.4.61.1.s390x",
"product_id": "python39-curses-3.9.21-150300.4.61.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "python39-dbm-3.9.21-150300.4.61.1.s390x",
"product_id": "python39-dbm-3.9.21-150300.4.61.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "python39-devel-3.9.21-150300.4.61.1.s390x",
"product_id": "python39-devel-3.9.21-150300.4.61.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "python39-doc-3.9.21-150300.4.61.1.s390x",
"product_id": "python39-doc-3.9.21-150300.4.61.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.s390x",
"product_id": "python39-doc-devhelp-3.9.21-150300.4.61.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "python39-idle-3.9.21-150300.4.61.1.s390x",
"product_id": "python39-idle-3.9.21-150300.4.61.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "python39-testsuite-3.9.21-150300.4.61.1.s390x",
"product_id": "python39-testsuite-3.9.21-150300.4.61.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "python39-tk-3.9.21-150300.4.61.1.s390x",
"product_id": "python39-tk-3.9.21-150300.4.61.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.21-150300.4.61.1.s390x",
"product": {
"name": "python39-tools-3.9.21-150300.4.61.1.s390x",
"product_id": "python39-tools-3.9.21-150300.4.61.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64",
"product_id": "libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64",
"product_id": "libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-32bit-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-32bit-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-base-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-base-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-32bit-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-base-32bit-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-base-32bit-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-curses-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-curses-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-dbm-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-dbm-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-devel-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-devel-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-doc-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-doc-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-idle-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-idle-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-testsuite-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-testsuite-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-tk-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-tk-3.9.21-150300.4.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.21-150300.4.61.1.x86_64",
"product": {
"name": "python39-tools-3.9.21-150300.4.61.1.x86_64",
"product_id": "python39-tools-3.9.21-150300.4.61.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "python39-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "python39-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "python39-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-32bit-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "python39-base-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "python39-base-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "python39-base-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-base-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-32bit-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-base-32bit-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "python39-curses-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "python39-curses-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "python39-curses-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-curses-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "python39-dbm-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "python39-dbm-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-dbm-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "python39-devel-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "python39-devel-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "python39-devel-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-devel-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "python39-doc-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "python39-doc-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "python39-doc-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-doc-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "python39-doc-devhelp-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "python39-idle-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "python39-idle-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "python39-idle-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-idle-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "python39-testsuite-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "python39-testsuite-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "python39-testsuite-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-testsuite-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "python39-tk-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "python39-tk-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "python39-tk-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-tk-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.21-150300.4.61.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64"
},
"product_reference": "python39-tools-3.9.21-150300.4.61.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.21-150300.4.61.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le"
},
"product_reference": "python39-tools-3.9.21-150300.4.61.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.21-150300.4.61.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x"
},
"product_reference": "python39-tools-3.9.21-150300.4.61.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.21-150300.4.61.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64"
},
"product_reference": "python39-tools-3.9.21-150300.4.61.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11168",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11168"
}
],
"notes": [
{
"category": "general",
"text": "The urllib.parse.urlsplit() and urlparse() functions improperly validated bracketed hosts (`[]`), allowing hosts that weren\u0027t IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11168",
"url": "https://www.suse.com/security/cve/CVE-2024-11168"
},
{
"category": "external",
"summary": "SUSE Bug 1233307 for CVE-2024-11168",
"url": "https://bugzilla.suse.com/1233307"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T15:36:39Z",
"details": "low"
}
],
"title": "CVE-2024-11168"
},
{
"cve": "CVE-2024-9287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9287"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9287",
"url": "https://www.suse.com/security/cve/CVE-2024-9287"
},
{
"category": "external",
"summary": "SUSE Bug 1232241 for CVE-2024-9287",
"url": "https://bugzilla.suse.com/1232241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.61.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T15:36:39Z",
"details": "moderate"
}
],
"title": "CVE-2024-9287"
}
]
}
SUSE-SU-2025:0048-1
Vulnerability from csaf_suse - Published: 2025-01-09 15:36 - Updated: 2025-01-09 15:36Summary
Security update for python312
Severity
Moderate
Notes
Title of the patch: Security update for python312
Description of the patch: This update for python312 fixes the following issues:
- Properly quote path names provided when creating a virtual environment (bsc#1232241, CVE-2024-9287)
Patchnames: SUSE-2025-48,SUSE-SLE-Module-Python3-15-SP6-2025-48,openSUSE-SLE-15.6-2025-48
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
87 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python312",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python312 fixes the following issues:\n\n- Properly quote path names provided when creating a virtual environment (bsc#1232241, CVE-2024-9287)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-48,SUSE-SLE-Module-Python3-15-SP6-2025-48,openSUSE-SLE-15.6-2025-48",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0048-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0048-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250048-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0048-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020074.html"
},
{
"category": "self",
"summary": "SUSE Bug 1232241",
"url": "https://bugzilla.suse.com/1232241"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9287 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9287/"
}
],
"title": "Security update for python312",
"tracking": {
"current_release_date": "2025-01-09T15:36:51Z",
"generator": {
"date": "2025-01-09T15:36:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0048-1",
"initial_release_date": "2025-01-09T15:36:51Z",
"revision_history": [
{
"date": "2025-01-09T15:36:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64",
"product_id": "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "python312-3.12.8-150600.3.15.1.aarch64",
"product_id": "python312-3.12.8-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "python312-base-3.12.8-150600.3.15.1.aarch64",
"product_id": "python312-base-3.12.8-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "python312-curses-3.12.8-150600.3.15.1.aarch64",
"product_id": "python312-curses-3.12.8-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "python312-dbm-3.12.8-150600.3.15.1.aarch64",
"product_id": "python312-dbm-3.12.8-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "python312-devel-3.12.8-150600.3.15.1.aarch64",
"product_id": "python312-devel-3.12.8-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "python312-doc-3.12.8-150600.3.15.1.aarch64",
"product_id": "python312-doc-3.12.8-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64",
"product_id": "python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "python312-idle-3.12.8-150600.3.15.1.aarch64",
"product_id": "python312-idle-3.12.8-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "python312-testsuite-3.12.8-150600.3.15.1.aarch64",
"product_id": "python312-testsuite-3.12.8-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "python312-tk-3.12.8-150600.3.15.1.aarch64",
"product_id": "python312-tk-3.12.8-150600.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.8-150600.3.15.1.aarch64",
"product": {
"name": "python312-tools-3.12.8-150600.3.15.1.aarch64",
"product_id": "python312-tools-3.12.8-150600.3.15.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-64bit-3.12.8-150600.3.15.1.aarch64_ilp32",
"product": {
"name": "libpython3_12-1_0-64bit-3.12.8-150600.3.15.1.aarch64_ilp32",
"product_id": "libpython3_12-1_0-64bit-3.12.8-150600.3.15.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-64bit-3.12.8-150600.3.15.1.aarch64_ilp32",
"product": {
"name": "python312-64bit-3.12.8-150600.3.15.1.aarch64_ilp32",
"product_id": "python312-64bit-3.12.8-150600.3.15.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-base-64bit-3.12.8-150600.3.15.1.aarch64_ilp32",
"product": {
"name": "python312-base-64bit-3.12.8-150600.3.15.1.aarch64_ilp32",
"product_id": "python312-base-64bit-3.12.8-150600.3.15.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.i586",
"product": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.i586",
"product_id": "libpython3_12-1_0-3.12.8-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "python312-3.12.8-150600.3.15.1.i586",
"product": {
"name": "python312-3.12.8-150600.3.15.1.i586",
"product_id": "python312-3.12.8-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.8-150600.3.15.1.i586",
"product": {
"name": "python312-base-3.12.8-150600.3.15.1.i586",
"product_id": "python312-base-3.12.8-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.8-150600.3.15.1.i586",
"product": {
"name": "python312-curses-3.12.8-150600.3.15.1.i586",
"product_id": "python312-curses-3.12.8-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.8-150600.3.15.1.i586",
"product": {
"name": "python312-dbm-3.12.8-150600.3.15.1.i586",
"product_id": "python312-dbm-3.12.8-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.8-150600.3.15.1.i586",
"product": {
"name": "python312-devel-3.12.8-150600.3.15.1.i586",
"product_id": "python312-devel-3.12.8-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.8-150600.3.15.1.i586",
"product": {
"name": "python312-doc-3.12.8-150600.3.15.1.i586",
"product_id": "python312-doc-3.12.8-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.i586",
"product": {
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.i586",
"product_id": "python312-doc-devhelp-3.12.8-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.8-150600.3.15.1.i586",
"product": {
"name": "python312-idle-3.12.8-150600.3.15.1.i586",
"product_id": "python312-idle-3.12.8-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.8-150600.3.15.1.i586",
"product": {
"name": "python312-testsuite-3.12.8-150600.3.15.1.i586",
"product_id": "python312-testsuite-3.12.8-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.8-150600.3.15.1.i586",
"product": {
"name": "python312-tk-3.12.8-150600.3.15.1.i586",
"product_id": "python312-tk-3.12.8-150600.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.8-150600.3.15.1.i586",
"product": {
"name": "python312-tools-3.12.8-150600.3.15.1.i586",
"product_id": "python312-tools-3.12.8-150600.3.15.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le",
"product_id": "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "python312-3.12.8-150600.3.15.1.ppc64le",
"product_id": "python312-3.12.8-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "python312-base-3.12.8-150600.3.15.1.ppc64le",
"product_id": "python312-base-3.12.8-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "python312-curses-3.12.8-150600.3.15.1.ppc64le",
"product_id": "python312-curses-3.12.8-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "python312-dbm-3.12.8-150600.3.15.1.ppc64le",
"product_id": "python312-dbm-3.12.8-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "python312-devel-3.12.8-150600.3.15.1.ppc64le",
"product_id": "python312-devel-3.12.8-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "python312-doc-3.12.8-150600.3.15.1.ppc64le",
"product_id": "python312-doc-3.12.8-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le",
"product_id": "python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "python312-idle-3.12.8-150600.3.15.1.ppc64le",
"product_id": "python312-idle-3.12.8-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "python312-testsuite-3.12.8-150600.3.15.1.ppc64le",
"product_id": "python312-testsuite-3.12.8-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "python312-tk-3.12.8-150600.3.15.1.ppc64le",
"product_id": "python312-tk-3.12.8-150600.3.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.8-150600.3.15.1.ppc64le",
"product": {
"name": "python312-tools-3.12.8-150600.3.15.1.ppc64le",
"product_id": "python312-tools-3.12.8-150600.3.15.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x",
"product_id": "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "python312-3.12.8-150600.3.15.1.s390x",
"product_id": "python312-3.12.8-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "python312-base-3.12.8-150600.3.15.1.s390x",
"product_id": "python312-base-3.12.8-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "python312-curses-3.12.8-150600.3.15.1.s390x",
"product_id": "python312-curses-3.12.8-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "python312-dbm-3.12.8-150600.3.15.1.s390x",
"product_id": "python312-dbm-3.12.8-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "python312-devel-3.12.8-150600.3.15.1.s390x",
"product_id": "python312-devel-3.12.8-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "python312-doc-3.12.8-150600.3.15.1.s390x",
"product_id": "python312-doc-3.12.8-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.s390x",
"product_id": "python312-doc-devhelp-3.12.8-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "python312-idle-3.12.8-150600.3.15.1.s390x",
"product_id": "python312-idle-3.12.8-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "python312-testsuite-3.12.8-150600.3.15.1.s390x",
"product_id": "python312-testsuite-3.12.8-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "python312-tk-3.12.8-150600.3.15.1.s390x",
"product_id": "python312-tk-3.12.8-150600.3.15.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.8-150600.3.15.1.s390x",
"product": {
"name": "python312-tools-3.12.8-150600.3.15.1.s390x",
"product_id": "python312-tools-3.12.8-150600.3.15.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64",
"product_id": "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64",
"product_id": "libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-32bit-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-32bit-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-base-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-base-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-32bit-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-base-32bit-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-base-32bit-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-curses-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-curses-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-dbm-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-dbm-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-devel-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-devel-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-doc-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-doc-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-idle-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-idle-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-testsuite-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-testsuite-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-tk-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-tk-3.12.8-150600.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.8-150600.3.15.1.x86_64",
"product": {
"name": "python312-tools-3.12.8-150600.3.15.1.x86_64",
"product_id": "python312-tools-3.12.8-150600.3.15.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-base-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-base-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-base-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-base-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-curses-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-curses-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-curses-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-curses-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-dbm-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-dbm-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-dbm-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-devel-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-devel-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-devel-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-devel-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-idle-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-idle-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-idle-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-idle-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-tk-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-tk-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-tk-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-tk-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.8-150600.3.15.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-tools-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.8-150600.3.15.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-tools-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.8-150600.3.15.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-tools-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.8-150600.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-tools-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "libpython3_12-1_0-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-32bit-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-base-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-base-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-base-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-base-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-32bit-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-base-32bit-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-curses-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-curses-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-curses-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-curses-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-dbm-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-dbm-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-dbm-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-devel-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-devel-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-devel-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-devel-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-doc-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-doc-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-doc-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-doc-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-doc-devhelp-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-idle-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-idle-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-idle-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-idle-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-testsuite-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-testsuite-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-testsuite-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-testsuite-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-tk-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-tk-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-tk-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-tk-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.8-150600.3.15.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.aarch64"
},
"product_reference": "python312-tools-3.12.8-150600.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.8-150600.3.15.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.ppc64le"
},
"product_reference": "python312-tools-3.12.8-150600.3.15.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.8-150600.3.15.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.s390x"
},
"product_reference": "python312-tools-3.12.8-150600.3.15.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.8-150600.3.15.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.x86_64"
},
"product_reference": "python312-tools-3.12.8-150600.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-9287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9287"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9287",
"url": "https://www.suse.com/security/cve/CVE-2024-9287"
},
{
"category": "external",
"summary": "SUSE Bug 1232241 for CVE-2024-9287",
"url": "https://bugzilla.suse.com/1232241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.8-150600.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.8-150600.3.15.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.8-150600.3.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T15:36:51Z",
"details": "moderate"
}
],
"title": "CVE-2024-9287"
}
]
}
SUSE-SU-2025:0049-1
Vulnerability from csaf_suse - Published: 2025-01-09 15:37 - Updated: 2025-01-09 15:37Summary
Security update for python310
Severity
Moderate
Notes
Title of the patch: Security update for python310
Description of the patch: This update for python310 fixes the following issues:
- Update to 3.10.16
Patchnames: SUSE-2025-49,openSUSE-SLE-15.6-2025-49
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
51 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
6.5 (Medium)
Affected products
Recommended
51 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python310",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python310 fixes the following issues:\n\n- Update to 3.10.16\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-49,openSUSE-SLE-15.6-2025-49",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0049-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0049-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250049-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0049-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020073.html"
},
{
"category": "self",
"summary": "SUSE Bug 1232241",
"url": "https://bugzilla.suse.com/1232241"
},
{
"category": "self",
"summary": "SUSE Bug 1233307",
"url": "https://bugzilla.suse.com/1233307"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11168 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11168/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9287 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9287/"
}
],
"title": "Security update for python310",
"tracking": {
"current_release_date": "2025-01-09T15:37:07Z",
"generator": {
"date": "2025-01-09T15:37:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0049-1",
"initial_release_date": "2025-01-09T15:37:07Z",
"revision_history": [
{
"date": "2025-01-09T15:37:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64",
"product_id": "libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "python310-3.10.16-150400.4.66.1.aarch64",
"product_id": "python310-3.10.16-150400.4.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "python310-base-3.10.16-150400.4.66.1.aarch64",
"product_id": "python310-base-3.10.16-150400.4.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "python310-curses-3.10.16-150400.4.66.1.aarch64",
"product_id": "python310-curses-3.10.16-150400.4.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "python310-dbm-3.10.16-150400.4.66.1.aarch64",
"product_id": "python310-dbm-3.10.16-150400.4.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "python310-devel-3.10.16-150400.4.66.1.aarch64",
"product_id": "python310-devel-3.10.16-150400.4.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "python310-doc-3.10.16-150400.4.66.1.aarch64",
"product_id": "python310-doc-3.10.16-150400.4.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64",
"product_id": "python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "python310-idle-3.10.16-150400.4.66.1.aarch64",
"product_id": "python310-idle-3.10.16-150400.4.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "python310-testsuite-3.10.16-150400.4.66.1.aarch64",
"product_id": "python310-testsuite-3.10.16-150400.4.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "python310-tk-3.10.16-150400.4.66.1.aarch64",
"product_id": "python310-tk-3.10.16-150400.4.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.16-150400.4.66.1.aarch64",
"product": {
"name": "python310-tools-3.10.16-150400.4.66.1.aarch64",
"product_id": "python310-tools-3.10.16-150400.4.66.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-64bit-3.10.16-150400.4.66.1.aarch64_ilp32",
"product": {
"name": "libpython3_10-1_0-64bit-3.10.16-150400.4.66.1.aarch64_ilp32",
"product_id": "libpython3_10-1_0-64bit-3.10.16-150400.4.66.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-64bit-3.10.16-150400.4.66.1.aarch64_ilp32",
"product": {
"name": "python310-64bit-3.10.16-150400.4.66.1.aarch64_ilp32",
"product_id": "python310-64bit-3.10.16-150400.4.66.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-base-64bit-3.10.16-150400.4.66.1.aarch64_ilp32",
"product": {
"name": "python310-base-64bit-3.10.16-150400.4.66.1.aarch64_ilp32",
"product_id": "python310-base-64bit-3.10.16-150400.4.66.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.i586",
"product": {
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.i586",
"product_id": "libpython3_10-1_0-3.10.16-150400.4.66.1.i586"
}
},
{
"category": "product_version",
"name": "python310-3.10.16-150400.4.66.1.i586",
"product": {
"name": "python310-3.10.16-150400.4.66.1.i586",
"product_id": "python310-3.10.16-150400.4.66.1.i586"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.16-150400.4.66.1.i586",
"product": {
"name": "python310-base-3.10.16-150400.4.66.1.i586",
"product_id": "python310-base-3.10.16-150400.4.66.1.i586"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.16-150400.4.66.1.i586",
"product": {
"name": "python310-curses-3.10.16-150400.4.66.1.i586",
"product_id": "python310-curses-3.10.16-150400.4.66.1.i586"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.16-150400.4.66.1.i586",
"product": {
"name": "python310-dbm-3.10.16-150400.4.66.1.i586",
"product_id": "python310-dbm-3.10.16-150400.4.66.1.i586"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.16-150400.4.66.1.i586",
"product": {
"name": "python310-devel-3.10.16-150400.4.66.1.i586",
"product_id": "python310-devel-3.10.16-150400.4.66.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.16-150400.4.66.1.i586",
"product": {
"name": "python310-doc-3.10.16-150400.4.66.1.i586",
"product_id": "python310-doc-3.10.16-150400.4.66.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.i586",
"product": {
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.i586",
"product_id": "python310-doc-devhelp-3.10.16-150400.4.66.1.i586"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.16-150400.4.66.1.i586",
"product": {
"name": "python310-idle-3.10.16-150400.4.66.1.i586",
"product_id": "python310-idle-3.10.16-150400.4.66.1.i586"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.16-150400.4.66.1.i586",
"product": {
"name": "python310-testsuite-3.10.16-150400.4.66.1.i586",
"product_id": "python310-testsuite-3.10.16-150400.4.66.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.16-150400.4.66.1.i586",
"product": {
"name": "python310-tk-3.10.16-150400.4.66.1.i586",
"product_id": "python310-tk-3.10.16-150400.4.66.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.16-150400.4.66.1.i586",
"product": {
"name": "python310-tools-3.10.16-150400.4.66.1.i586",
"product_id": "python310-tools-3.10.16-150400.4.66.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le",
"product_id": "libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "python310-3.10.16-150400.4.66.1.ppc64le",
"product_id": "python310-3.10.16-150400.4.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "python310-base-3.10.16-150400.4.66.1.ppc64le",
"product_id": "python310-base-3.10.16-150400.4.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "python310-curses-3.10.16-150400.4.66.1.ppc64le",
"product_id": "python310-curses-3.10.16-150400.4.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "python310-dbm-3.10.16-150400.4.66.1.ppc64le",
"product_id": "python310-dbm-3.10.16-150400.4.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "python310-devel-3.10.16-150400.4.66.1.ppc64le",
"product_id": "python310-devel-3.10.16-150400.4.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "python310-doc-3.10.16-150400.4.66.1.ppc64le",
"product_id": "python310-doc-3.10.16-150400.4.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le",
"product_id": "python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "python310-idle-3.10.16-150400.4.66.1.ppc64le",
"product_id": "python310-idle-3.10.16-150400.4.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "python310-testsuite-3.10.16-150400.4.66.1.ppc64le",
"product_id": "python310-testsuite-3.10.16-150400.4.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "python310-tk-3.10.16-150400.4.66.1.ppc64le",
"product_id": "python310-tk-3.10.16-150400.4.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.16-150400.4.66.1.ppc64le",
"product": {
"name": "python310-tools-3.10.16-150400.4.66.1.ppc64le",
"product_id": "python310-tools-3.10.16-150400.4.66.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.s390x",
"product_id": "libpython3_10-1_0-3.10.16-150400.4.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "python310-3.10.16-150400.4.66.1.s390x",
"product_id": "python310-3.10.16-150400.4.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "python310-base-3.10.16-150400.4.66.1.s390x",
"product_id": "python310-base-3.10.16-150400.4.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "python310-curses-3.10.16-150400.4.66.1.s390x",
"product_id": "python310-curses-3.10.16-150400.4.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "python310-dbm-3.10.16-150400.4.66.1.s390x",
"product_id": "python310-dbm-3.10.16-150400.4.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "python310-devel-3.10.16-150400.4.66.1.s390x",
"product_id": "python310-devel-3.10.16-150400.4.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "python310-doc-3.10.16-150400.4.66.1.s390x",
"product_id": "python310-doc-3.10.16-150400.4.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.s390x",
"product_id": "python310-doc-devhelp-3.10.16-150400.4.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "python310-idle-3.10.16-150400.4.66.1.s390x",
"product_id": "python310-idle-3.10.16-150400.4.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "python310-testsuite-3.10.16-150400.4.66.1.s390x",
"product_id": "python310-testsuite-3.10.16-150400.4.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "python310-tk-3.10.16-150400.4.66.1.s390x",
"product_id": "python310-tk-3.10.16-150400.4.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.16-150400.4.66.1.s390x",
"product": {
"name": "python310-tools-3.10.16-150400.4.66.1.s390x",
"product_id": "python310-tools-3.10.16-150400.4.66.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64",
"product_id": "libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64",
"product_id": "libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-32bit-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-32bit-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-base-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-base-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-32bit-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-base-32bit-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-base-32bit-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-curses-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-curses-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-dbm-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-dbm-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-devel-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-devel-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-doc-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-doc-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-idle-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-idle-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-testsuite-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-testsuite-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-tk-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-tk-3.10.16-150400.4.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.16-150400.4.66.1.x86_64",
"product": {
"name": "python310-tools-3.10.16-150400.4.66.1.x86_64",
"product_id": "python310-tools-3.10.16-150400.4.66.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "python310-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "python310-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "python310-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-32bit-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "python310-base-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "python310-base-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "python310-base-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-base-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-32bit-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-base-32bit-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "python310-curses-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "python310-curses-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "python310-curses-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-curses-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "python310-dbm-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "python310-dbm-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-dbm-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "python310-devel-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "python310-devel-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "python310-devel-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-devel-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "python310-doc-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "python310-doc-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "python310-doc-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-doc-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "python310-doc-devhelp-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "python310-idle-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "python310-idle-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "python310-idle-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-idle-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "python310-testsuite-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "python310-testsuite-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "python310-testsuite-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-testsuite-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "python310-tk-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "python310-tk-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "python310-tk-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-tk-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.16-150400.4.66.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64"
},
"product_reference": "python310-tools-3.10.16-150400.4.66.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.16-150400.4.66.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le"
},
"product_reference": "python310-tools-3.10.16-150400.4.66.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.16-150400.4.66.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x"
},
"product_reference": "python310-tools-3.10.16-150400.4.66.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.16-150400.4.66.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64"
},
"product_reference": "python310-tools-3.10.16-150400.4.66.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11168",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11168"
}
],
"notes": [
{
"category": "general",
"text": "The urllib.parse.urlsplit() and urlparse() functions improperly validated bracketed hosts (`[]`), allowing hosts that weren\u0027t IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11168",
"url": "https://www.suse.com/security/cve/CVE-2024-11168"
},
{
"category": "external",
"summary": "SUSE Bug 1233307 for CVE-2024-11168",
"url": "https://bugzilla.suse.com/1233307"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T15:37:07Z",
"details": "low"
}
],
"title": "CVE-2024-11168"
},
{
"cve": "CVE-2024-9287",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9287"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren\u0027t activated before being used (ie \"./venv/bin/python\") are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9287",
"url": "https://www.suse.com/security/cve/CVE-2024-9287"
},
{
"category": "external",
"summary": "SUSE Bug 1232241 for CVE-2024-9287",
"url": "https://bugzilla.suse.com/1232241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.66.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.66.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-09T15:37:07Z",
"details": "moderate"
}
],
"title": "CVE-2024-9287"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…