Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-6019 (GCVE-0-2026-6019)
Vulnerability from cvelistv5 – Published: 2026-04-22 19:28 – Updated: 2026-06-10 18:58
VLAI
EPSS
Title
BaseCookie.js_output() does not neutralize embedded characters
Summary
http.cookies.Morsel.js_output() returns an inline <script> snippet and only escapes " for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence </script> inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-150 - Improper neutralization of escape, meta, or control sequences
Assigner
References
6 references
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.13.14
(python)
Affected: 3.14.0a1 , < 3.14.5rc1 (python) Affected: 3.15.0a1 , < 3.15.0b1 (python) |
Credits
oolongeya (https://github.com/komi22)
Seth Larson (https://github.com/sethmlarson)
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-6019",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-22T20:02:17.071906Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-22T20:02:34.468Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.13.14",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.14.5rc1",
"status": "affected",
"version": "3.14.0a1",
"versionType": "python"
},
{
"lessThan": "3.15.0b1",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "oolongeya (https://github.com/komi22)"
},
{
"lang": "en",
"type": "coordinator",
"value": "Seth Larson (https://github.com/sethmlarson)"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003ccode\u003ehttp.cookies.Morsel.js_output()\u003c/code\u003e returns an inline \u003ccode\u003e\u0026lt;script\u0026gt;\u003c/code\u003e snippet and only escapes \u003ccode\u003e\"\u003c/code\u003e for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence \u003ccode\u003e\u0026lt;/script\u0026gt;\u003c/code\u003e inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value."
}
],
"value": "http.cookies.Morsel.js_output() returns an inline \u003cscript\u003e snippet and only escapes \" for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence \u003c/script\u003e inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 2.1,
"baseSeverity": "LOW",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "HIGH",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "LOW",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-150",
"description": "CWE-150 Improper neutralization of escape, meta, or control sequences",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-10T18:58:07.798Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/148848"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/90309"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/IVNWGV2BBNC3RHQAFS22UP4DY56SAXX3/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/76b3923d688c0efc580658476c5f525ec8735104"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/3c59b8b53fc75c7f9578d16fb8201ceb43e8f76c"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/f795e042043dfe26c42e1971d4502c1cdc4c65b8"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "BaseCookie.js_output() does not neutralize embedded characters",
"x_generator": {
"engine": "Vulnogram 0.6.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2026-6019",
"datePublished": "2026-04-22T19:28:08.720Z",
"dateReserved": "2026-04-09T15:35:00.668Z",
"dateUpdated": "2026-06-10T18:58:07.798Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-6019",
"date": "2026-06-16",
"epss": "0.00229",
"percentile": "0.13498"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-6019\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2026-04-22T20:16:42.617\",\"lastModified\":\"2026-05-28T19:15:28.540\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"http.cookies.Morsel.js_output() returns an inline \u003cscript\u003e snippet and only escapes \\\" for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence \u003c/script\u003e inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:L/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:X\",\"baseScore\":2.1,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"LOW\",\"vulnIntegrityImpact\":\"LOW\",\"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\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.7}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-150\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-116\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.15.0\",\"matchCriteriaId\":\"43B0671A-35BB-4EE4-8A68-E79B62A75547\"}]}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/3c59b8b53fc75c7f9578d16fb8201ceb43e8f76c\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/76b3923d688c0efc580658476c5f525ec8735104\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/f795e042043dfe26c42e1971d4502c1cdc4c65b8\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/issues/90309\",\"source\":\"cna@python.org\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://github.com/python/cpython/pull/148848\",\"source\":\"cna@python.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/IVNWGV2BBNC3RHQAFS22UP4DY56SAXX3/\",\"source\":\"cna@python.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-6019\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-22T20:02:17.071906Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-22T20:02:21.519Z\"}}], \"cna\": {\"title\": \"BaseCookie.js_output() does not neutralize embedded characters\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"oolongeya (https://github.com/komi22)\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Seth Larson (https://github.com/sethmlarson)\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 2.1, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"HIGH\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"LOW\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"LOW\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.15.0\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/pull/148848\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/issues/90309\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/IVNWGV2BBNC3RHQAFS22UP4DY56SAXX3/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/76b3923d688c0efc580658476c5f525ec8735104\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/3c59b8b53fc75c7f9578d16fb8201ceb43e8f76c\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/f795e042043dfe26c42e1971d4502c1cdc4c65b8\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.6.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"http.cookies.Morsel.js_output() returns an inline \u003cscript\u003e snippet and only escapes \\\" for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence \u003c/script\u003e inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003ccode\u003ehttp.cookies.Morsel.js_output()\u003c/code\u003e returns an inline \u003ccode\u003e\u0026lt;script\u0026gt;\u003c/code\u003e snippet and only escapes \u003ccode\u003e\\\"\u003c/code\u003e for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence \u003ccode\u003e\u0026lt;/script\u0026gt;\u003c/code\u003e inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-150\", \"description\": \"CWE-150 Improper neutralization of escape, meta, or control sequences\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2026-04-29T15:31:09.049Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-6019\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-29T15:31:09.049Z\", \"dateReserved\": \"2026-04-09T15:35:00.668Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2026-04-22T19:28:08.720Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:1818-1
Vulnerability from csaf_suse - Published: 2026-05-12 07:58 - Updated: 2026-05-12 07:58Summary
Security update for python39
Severity
Important
Notes
Title of the patch: Security update for python39
Description of the patch: This update for python39 fixes the following issues:
Security issues fixed:
- CVE-2026-1502: HTTP client proxy tunnel headers not validated for CR/LF (bsc#1261969).
- CVE-2026-3446: base64 decoding stops at first padded quad by default and ignores other information that could be
processed (bsc#1261970).
- CVE-2026-3479: improper resource argument validation in `pkgutil.get_data()` can lead to path traversal (bsc#1259989).
- CVE-2026-4786: URLs prefixed with `%action` can pass the dash-prefix safety check and allow for command injection
(bsc#1262319).
- CVE-2026-6019: `BaseCookie.js_output()` does not neutralize characters in cookie values embedded in JS (bsc#1262654).
- CVE-2026-6100: use-after-free in `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when process is
under memory pressure(bsc#1262098).
Other updates and bugfixes:
- Rewrite structure of Python interpreter packages. `python3*` symbols should be now provided by real python3 packages
and its subpackages instead of the virtual provides (bsc#1258364).
Patchnames: SUSE-2026-1818,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1818,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1818
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.9 (Medium)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.1 (High)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
8.1 (High)
Affected products
Recommended
30 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
30 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python39",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python39 fixes the following issues:\n\nSecurity issues fixed:\n \n- CVE-2026-1502: HTTP client proxy tunnel headers not validated for CR/LF (bsc#1261969).\n- CVE-2026-3446: base64 decoding stops at first padded quad by default and ignores other information that could be\n processed (bsc#1261970).\n- CVE-2026-3479: improper resource argument validation in `pkgutil.get_data()` can lead to path traversal (bsc#1259989).\n- CVE-2026-4786: URLs prefixed with `%action` can pass the dash-prefix safety check and allow for command injection\n (bsc#1262319).\n- CVE-2026-6019: `BaseCookie.js_output()` does not neutralize characters in cookie values embedded in JS (bsc#1262654).\n- CVE-2026-6100: use-after-free in `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when process is\n under memory pressure(bsc#1262098).\n \nOther updates and bugfixes:\n \n- Rewrite structure of Python interpreter packages. `python3*` symbols should be now provided by real python3 packages\n and its subpackages instead of the virtual provides (bsc#1258364).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1818,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1818,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1818",
"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-2026_1818-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1818-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261818-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1818-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046421.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258364",
"url": "https://bugzilla.suse.com/1258364"
},
{
"category": "self",
"summary": "SUSE Bug 1259989",
"url": "https://bugzilla.suse.com/1259989"
},
{
"category": "self",
"summary": "SUSE Bug 1261969",
"url": "https://bugzilla.suse.com/1261969"
},
{
"category": "self",
"summary": "SUSE Bug 1261970",
"url": "https://bugzilla.suse.com/1261970"
},
{
"category": "self",
"summary": "SUSE Bug 1262098",
"url": "https://bugzilla.suse.com/1262098"
},
{
"category": "self",
"summary": "SUSE Bug 1262319",
"url": "https://bugzilla.suse.com/1262319"
},
{
"category": "self",
"summary": "SUSE Bug 1262654",
"url": "https://bugzilla.suse.com/1262654"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1502 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1502/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3446/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3479 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3479/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4786 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4786/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6019 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6100 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6100/"
}
],
"title": "Security update for python39",
"tracking": {
"current_release_date": "2026-05-12T07:58:54Z",
"generator": {
"date": "2026-05-12T07:58:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1818-1",
"initial_release_date": "2026-05-12T07:58:54Z",
"revision_history": [
{
"date": "2026-05-12T07:58:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"product_id": "libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "python39-3.9.25-150300.4.106.1.aarch64",
"product_id": "python39-3.9.25-150300.4.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "python39-base-3.9.25-150300.4.106.1.aarch64",
"product_id": "python39-base-3.9.25-150300.4.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "python39-curses-3.9.25-150300.4.106.1.aarch64",
"product_id": "python39-curses-3.9.25-150300.4.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "python39-dbm-3.9.25-150300.4.106.1.aarch64",
"product_id": "python39-dbm-3.9.25-150300.4.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "python39-devel-3.9.25-150300.4.106.1.aarch64",
"product_id": "python39-devel-3.9.25-150300.4.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "python39-doc-3.9.25-150300.4.106.1.aarch64",
"product_id": "python39-doc-3.9.25-150300.4.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "python39-doc-devhelp-3.9.25-150300.4.106.1.aarch64",
"product_id": "python39-doc-devhelp-3.9.25-150300.4.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "python39-idle-3.9.25-150300.4.106.1.aarch64",
"product_id": "python39-idle-3.9.25-150300.4.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "python39-testsuite-3.9.25-150300.4.106.1.aarch64",
"product_id": "python39-testsuite-3.9.25-150300.4.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "python39-tk-3.9.25-150300.4.106.1.aarch64",
"product_id": "python39-tk-3.9.25-150300.4.106.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.25-150300.4.106.1.aarch64",
"product": {
"name": "python39-tools-3.9.25-150300.4.106.1.aarch64",
"product_id": "python39-tools-3.9.25-150300.4.106.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-64bit-3.9.25-150300.4.106.1.aarch64_ilp32",
"product": {
"name": "libpython3_9-1_0-64bit-3.9.25-150300.4.106.1.aarch64_ilp32",
"product_id": "libpython3_9-1_0-64bit-3.9.25-150300.4.106.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-64bit-3.9.25-150300.4.106.1.aarch64_ilp32",
"product": {
"name": "python39-64bit-3.9.25-150300.4.106.1.aarch64_ilp32",
"product_id": "python39-64bit-3.9.25-150300.4.106.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-base-64bit-3.9.25-150300.4.106.1.aarch64_ilp32",
"product": {
"name": "python39-base-64bit-3.9.25-150300.4.106.1.aarch64_ilp32",
"product_id": "python39-base-64bit-3.9.25-150300.4.106.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.i586",
"product": {
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.i586",
"product_id": "libpython3_9-1_0-3.9.25-150300.4.106.1.i586"
}
},
{
"category": "product_version",
"name": "python39-3.9.25-150300.4.106.1.i586",
"product": {
"name": "python39-3.9.25-150300.4.106.1.i586",
"product_id": "python39-3.9.25-150300.4.106.1.i586"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.25-150300.4.106.1.i586",
"product": {
"name": "python39-base-3.9.25-150300.4.106.1.i586",
"product_id": "python39-base-3.9.25-150300.4.106.1.i586"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.25-150300.4.106.1.i586",
"product": {
"name": "python39-curses-3.9.25-150300.4.106.1.i586",
"product_id": "python39-curses-3.9.25-150300.4.106.1.i586"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.25-150300.4.106.1.i586",
"product": {
"name": "python39-dbm-3.9.25-150300.4.106.1.i586",
"product_id": "python39-dbm-3.9.25-150300.4.106.1.i586"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.25-150300.4.106.1.i586",
"product": {
"name": "python39-devel-3.9.25-150300.4.106.1.i586",
"product_id": "python39-devel-3.9.25-150300.4.106.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.25-150300.4.106.1.i586",
"product": {
"name": "python39-doc-3.9.25-150300.4.106.1.i586",
"product_id": "python39-doc-3.9.25-150300.4.106.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.25-150300.4.106.1.i586",
"product": {
"name": "python39-doc-devhelp-3.9.25-150300.4.106.1.i586",
"product_id": "python39-doc-devhelp-3.9.25-150300.4.106.1.i586"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.25-150300.4.106.1.i586",
"product": {
"name": "python39-idle-3.9.25-150300.4.106.1.i586",
"product_id": "python39-idle-3.9.25-150300.4.106.1.i586"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.25-150300.4.106.1.i586",
"product": {
"name": "python39-testsuite-3.9.25-150300.4.106.1.i586",
"product_id": "python39-testsuite-3.9.25-150300.4.106.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.25-150300.4.106.1.i586",
"product": {
"name": "python39-tk-3.9.25-150300.4.106.1.i586",
"product_id": "python39-tk-3.9.25-150300.4.106.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.25-150300.4.106.1.i586",
"product": {
"name": "python39-tools-3.9.25-150300.4.106.1.i586",
"product_id": "python39-tools-3.9.25-150300.4.106.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"product_id": "libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "python39-3.9.25-150300.4.106.1.ppc64le",
"product_id": "python39-3.9.25-150300.4.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "python39-base-3.9.25-150300.4.106.1.ppc64le",
"product_id": "python39-base-3.9.25-150300.4.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "python39-curses-3.9.25-150300.4.106.1.ppc64le",
"product_id": "python39-curses-3.9.25-150300.4.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"product_id": "python39-dbm-3.9.25-150300.4.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "python39-devel-3.9.25-150300.4.106.1.ppc64le",
"product_id": "python39-devel-3.9.25-150300.4.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "python39-doc-3.9.25-150300.4.106.1.ppc64le",
"product_id": "python39-doc-3.9.25-150300.4.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "python39-doc-devhelp-3.9.25-150300.4.106.1.ppc64le",
"product_id": "python39-doc-devhelp-3.9.25-150300.4.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "python39-idle-3.9.25-150300.4.106.1.ppc64le",
"product_id": "python39-idle-3.9.25-150300.4.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "python39-testsuite-3.9.25-150300.4.106.1.ppc64le",
"product_id": "python39-testsuite-3.9.25-150300.4.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "python39-tk-3.9.25-150300.4.106.1.ppc64le",
"product_id": "python39-tk-3.9.25-150300.4.106.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.25-150300.4.106.1.ppc64le",
"product": {
"name": "python39-tools-3.9.25-150300.4.106.1.ppc64le",
"product_id": "python39-tools-3.9.25-150300.4.106.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"product_id": "libpython3_9-1_0-3.9.25-150300.4.106.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "python39-3.9.25-150300.4.106.1.s390x",
"product_id": "python39-3.9.25-150300.4.106.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "python39-base-3.9.25-150300.4.106.1.s390x",
"product_id": "python39-base-3.9.25-150300.4.106.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "python39-curses-3.9.25-150300.4.106.1.s390x",
"product_id": "python39-curses-3.9.25-150300.4.106.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "python39-dbm-3.9.25-150300.4.106.1.s390x",
"product_id": "python39-dbm-3.9.25-150300.4.106.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "python39-devel-3.9.25-150300.4.106.1.s390x",
"product_id": "python39-devel-3.9.25-150300.4.106.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "python39-doc-3.9.25-150300.4.106.1.s390x",
"product_id": "python39-doc-3.9.25-150300.4.106.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "python39-doc-devhelp-3.9.25-150300.4.106.1.s390x",
"product_id": "python39-doc-devhelp-3.9.25-150300.4.106.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "python39-idle-3.9.25-150300.4.106.1.s390x",
"product_id": "python39-idle-3.9.25-150300.4.106.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "python39-testsuite-3.9.25-150300.4.106.1.s390x",
"product_id": "python39-testsuite-3.9.25-150300.4.106.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "python39-tk-3.9.25-150300.4.106.1.s390x",
"product_id": "python39-tk-3.9.25-150300.4.106.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.25-150300.4.106.1.s390x",
"product": {
"name": "python39-tools-3.9.25-150300.4.106.1.s390x",
"product_id": "python39-tools-3.9.25-150300.4.106.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"product_id": "libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_9-1_0-32bit-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "libpython3_9-1_0-32bit-3.9.25-150300.4.106.1.x86_64",
"product_id": "libpython3_9-1_0-32bit-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-32bit-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-32bit-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-base-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-base-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-32bit-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-base-32bit-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-base-32bit-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-curses-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-curses-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-dbm-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-dbm-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-devel-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-devel-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-doc-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-doc-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-doc-devhelp-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-doc-devhelp-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-idle-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-idle-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-testsuite-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-testsuite-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-tk-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-tk-3.9.25-150300.4.106.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.25-150300.4.106.1.x86_64",
"product": {
"name": "python39-tools-3.9.25-150300.4.106.1.x86_64",
"product_id": "python39-tools-3.9.25-150300.4.106.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"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.25-150300.4.106.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.106.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64"
},
"product_reference": "python39-3.9.25-150300.4.106.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.106.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le"
},
"product_reference": "python39-3.9.25-150300.4.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.106.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x"
},
"product_reference": "python39-3.9.25-150300.4.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.106.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64"
},
"product_reference": "python39-3.9.25-150300.4.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.106.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64"
},
"product_reference": "python39-base-3.9.25-150300.4.106.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.106.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le"
},
"product_reference": "python39-base-3.9.25-150300.4.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.106.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x"
},
"product_reference": "python39-base-3.9.25-150300.4.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.106.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64"
},
"product_reference": "python39-base-3.9.25-150300.4.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.106.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64"
},
"product_reference": "python39-curses-3.9.25-150300.4.106.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.106.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le"
},
"product_reference": "python39-curses-3.9.25-150300.4.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.106.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x"
},
"product_reference": "python39-curses-3.9.25-150300.4.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.106.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64"
},
"product_reference": "python39-curses-3.9.25-150300.4.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.106.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64"
},
"product_reference": "python39-dbm-3.9.25-150300.4.106.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.106.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.106.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x"
},
"product_reference": "python39-dbm-3.9.25-150300.4.106.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.106.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64"
},
"product_reference": "python39-dbm-3.9.25-150300.4.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.106.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le"
},
"product_reference": "python39-3.9.25-150300.4.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.106.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64"
},
"product_reference": "python39-3.9.25-150300.4.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.106.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le"
},
"product_reference": "python39-base-3.9.25-150300.4.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.106.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64"
},
"product_reference": "python39-base-3.9.25-150300.4.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.106.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le"
},
"product_reference": "python39-curses-3.9.25-150300.4.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.106.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64"
},
"product_reference": "python39-curses-3.9.25-150300.4.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.106.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.106.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
},
"product_reference": "python39-dbm-3.9.25-150300.4.106.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1502",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1502"
}
],
"notes": [
{
"category": "general",
"text": "CR/LF bytes were not rejected by HTTP client proxy tunnel headers or host.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1502",
"url": "https://www.suse.com/security/cve/CVE-2026-1502"
},
{
"category": "external",
"summary": "SUSE Bug 1261969 for CVE-2026-1502",
"url": "https://bugzilla.suse.com/1261969"
}
],
"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 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-12T07:58:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-1502"
},
{
"cve": "CVE-2026-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3446"
}
],
"notes": [
{
"category": "general",
"text": "When calling base64.b64decode() or related functions the decoding process would stop after encountering the first padded quad regardless of whether there was more information to be processed. This can lead to data being accepted which may be processed differently by other implementations. Use \"validate=True\" to enable stricter processing of base64 data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3446",
"url": "https://www.suse.com/security/cve/CVE-2026-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1261970 for CVE-2026-3446",
"url": "https://bugzilla.suse.com/1261970"
}
],
"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 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-12T07:58:54Z",
"details": "moderate"
}
],
"title": "CVE-2026-3446"
},
{
"cve": "CVE-2026-3479",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3479"
}
],
"notes": [
{
"category": "general",
"text": "DISPUTED: The project has clarified that the documentation was incorrect, and that pkgutil.get_data() has the same security model as open(). The documentation has been updated to clarify this point. There is no vulnerability in the function if following the intended security model.\n\npkgutil.get_data() did not validate the resource argument as documented, allowing path traversals.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3479",
"url": "https://www.suse.com/security/cve/CVE-2026-3479"
},
{
"category": "external",
"summary": "SUSE Bug 1259989 for CVE-2026-3479",
"url": "https://bugzilla.suse.com/1259989"
}
],
"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 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-12T07:58:54Z",
"details": "low"
}
],
"title": "CVE-2026-3479"
},
{
"cve": "CVE-2026-4786",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4786"
}
],
"notes": [
{
"category": "general",
"text": "Mitgation of CVE-2026-4519 was incomplete. If the URL contained \"%action\" the mitigation could be bypassed for certain browser types the \"webbrowser.open()\" API could have commands injected into the underlying shell. See CVE-2026-4519 for details.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4786",
"url": "https://www.suse.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "SUSE Bug 1260026 for CVE-2026-4786",
"url": "https://bugzilla.suse.com/1260026"
},
{
"category": "external",
"summary": "SUSE Bug 1262319 for CVE-2026-4786",
"url": "https://bugzilla.suse.com/1262319"
}
],
"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 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-12T07:58:54Z",
"details": "important"
}
],
"title": "CVE-2026-4786"
},
{
"cve": "CVE-2026-6019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6019"
}
],
"notes": [
{
"category": "general",
"text": "http.cookies.Morsel.js_output() returns an inline \u003cscript\u003e snippet and only escapes \" for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence \u003c/script\u003e inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6019",
"url": "https://www.suse.com/security/cve/CVE-2026-6019"
},
{
"category": "external",
"summary": "SUSE Bug 1262654 for CVE-2026-6019",
"url": "https://bugzilla.suse.com/1262654"
}
],
"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 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-12T07:58:54Z",
"details": "low"
}
],
"title": "CVE-2026-6019"
},
{
"cve": "CVE-2026-6100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6100"
}
],
"notes": [
{
"category": "general",
"text": "Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling pointer in this specific error condition.\n\nThe vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6100",
"url": "https://www.suse.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "SUSE Bug 1262098 for CVE-2026-6100",
"url": "https://bugzilla.suse.com/1262098"
}
],
"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 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.106.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.106.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-12T07:58:54Z",
"details": "important"
}
],
"title": "CVE-2026-6100"
}
]
}
SUSE-SU-2026:1937-1
Vulnerability from csaf_suse - Published: 2026-05-18 07:41 - Updated: 2026-05-18 07:41Summary
Security update for python3
Severity
Important
Notes
Title of the patch: Security update for python3
Description of the patch: This update for python3 fixes the following issue:
- CVE-2026-1502: HTTP client proxy tunnel headers not validated for CR/LF (bsc#1261969).
- CVE-2026-3446: base64 decoding stops at first padded quad by default and ignores other information that could be
processed (bsc#1261970).
- CVE-2026-4786: URLs prefixed with `%action` can pass the dash-prefix safety check and allow for command injection
(bsc#1262319).
- CVE-2026-6019: `BaseCookie.js_output()` does not neutralize characters in cookie values embedded in JS (bsc#1262654).
- CVE-2026-6100: use-after-free in `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when process is
under memory pressure(bsc#1262098).
Patchnames: SUSE-2026-1937,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1937,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1937
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.9 (Medium)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.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.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.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.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.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.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.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.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
8.1 (High)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.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.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
25 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python3",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python3 fixes the following issue:\n\n- CVE-2026-1502: HTTP client proxy tunnel headers not validated for CR/LF (bsc#1261969).\n- CVE-2026-3446: base64 decoding stops at first padded quad by default and ignores other information that could be\n processed (bsc#1261970).\n- CVE-2026-4786: URLs prefixed with `%action` can pass the dash-prefix safety check and allow for command injection\n (bsc#1262319).\n- CVE-2026-6019: `BaseCookie.js_output()` does not neutralize characters in cookie values embedded in JS (bsc#1262654).\n- CVE-2026-6100: use-after-free in `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when process is\n under memory pressure(bsc#1262098).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1937,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1937,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1937",
"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-2026_1937-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1937-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261937-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1937-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046546.html"
},
{
"category": "self",
"summary": "SUSE Bug 1261969",
"url": "https://bugzilla.suse.com/1261969"
},
{
"category": "self",
"summary": "SUSE Bug 1261970",
"url": "https://bugzilla.suse.com/1261970"
},
{
"category": "self",
"summary": "SUSE Bug 1262098",
"url": "https://bugzilla.suse.com/1262098"
},
{
"category": "self",
"summary": "SUSE Bug 1262319",
"url": "https://bugzilla.suse.com/1262319"
},
{
"category": "self",
"summary": "SUSE Bug 1262654",
"url": "https://bugzilla.suse.com/1262654"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1502 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1502/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3446/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4786 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4786/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6019 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6100 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6100/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2026-05-18T07:41:58Z",
"generator": {
"date": "2026-05-18T07:41:58Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1937-1",
"initial_release_date": "2026-05-18T07:41:58Z",
"revision_history": [
{
"date": "2026-05-18T07:41:58Z",
"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.185.1.aarch64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"product_id": "libpython3_4m1_0-3.4.10-25.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.185.1.aarch64",
"product": {
"name": "python3-3.4.10-25.185.1.aarch64",
"product_id": "python3-3.4.10-25.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.185.1.aarch64",
"product": {
"name": "python3-base-3.4.10-25.185.1.aarch64",
"product_id": "python3-base-3.4.10-25.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.185.1.aarch64",
"product": {
"name": "python3-curses-3.4.10-25.185.1.aarch64",
"product_id": "python3-curses-3.4.10-25.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.185.1.aarch64",
"product": {
"name": "python3-dbm-3.4.10-25.185.1.aarch64",
"product_id": "python3-dbm-3.4.10-25.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.185.1.aarch64",
"product": {
"name": "python3-devel-3.4.10-25.185.1.aarch64",
"product_id": "python3-devel-3.4.10-25.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.185.1.aarch64",
"product": {
"name": "python3-idle-3.4.10-25.185.1.aarch64",
"product_id": "python3-idle-3.4.10-25.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.185.1.aarch64",
"product": {
"name": "python3-testsuite-3.4.10-25.185.1.aarch64",
"product_id": "python3-testsuite-3.4.10-25.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.185.1.aarch64",
"product": {
"name": "python3-tk-3.4.10-25.185.1.aarch64",
"product_id": "python3-tk-3.4.10-25.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.185.1.aarch64",
"product": {
"name": "python3-tools-3.4.10-25.185.1.aarch64",
"product_id": "python3-tools-3.4.10-25.185.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-64bit-3.4.10-25.185.1.aarch64_ilp32",
"product": {
"name": "libpython3_4m1_0-64bit-3.4.10-25.185.1.aarch64_ilp32",
"product_id": "libpython3_4m1_0-64bit-3.4.10-25.185.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-64bit-3.4.10-25.185.1.aarch64_ilp32",
"product": {
"name": "python3-64bit-3.4.10-25.185.1.aarch64_ilp32",
"product_id": "python3-64bit-3.4.10-25.185.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-base-64bit-3.4.10-25.185.1.aarch64_ilp32",
"product": {
"name": "python3-base-64bit-3.4.10-25.185.1.aarch64_ilp32",
"product_id": "python3-base-64bit-3.4.10-25.185.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.185.1.i586",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.185.1.i586",
"product_id": "libpython3_4m1_0-3.4.10-25.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.185.1.i586",
"product": {
"name": "python3-3.4.10-25.185.1.i586",
"product_id": "python3-3.4.10-25.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.185.1.i586",
"product": {
"name": "python3-base-3.4.10-25.185.1.i586",
"product_id": "python3-base-3.4.10-25.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.185.1.i586",
"product": {
"name": "python3-curses-3.4.10-25.185.1.i586",
"product_id": "python3-curses-3.4.10-25.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.185.1.i586",
"product": {
"name": "python3-dbm-3.4.10-25.185.1.i586",
"product_id": "python3-dbm-3.4.10-25.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.185.1.i586",
"product": {
"name": "python3-devel-3.4.10-25.185.1.i586",
"product_id": "python3-devel-3.4.10-25.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.185.1.i586",
"product": {
"name": "python3-idle-3.4.10-25.185.1.i586",
"product_id": "python3-idle-3.4.10-25.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.185.1.i586",
"product": {
"name": "python3-testsuite-3.4.10-25.185.1.i586",
"product_id": "python3-testsuite-3.4.10-25.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.185.1.i586",
"product": {
"name": "python3-tk-3.4.10-25.185.1.i586",
"product_id": "python3-tk-3.4.10-25.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.185.1.i586",
"product": {
"name": "python3-tools-3.4.10-25.185.1.i586",
"product_id": "python3-tools-3.4.10-25.185.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-doc-3.4.10-25.185.1.noarch",
"product": {
"name": "python3-doc-3.4.10-25.185.1.noarch",
"product_id": "python3-doc-3.4.10-25.185.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-doc-pdf-3.4.10-25.185.1.noarch",
"product": {
"name": "python3-doc-pdf-3.4.10-25.185.1.noarch",
"product_id": "python3-doc-pdf-3.4.10-25.185.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"product_id": "libpython3_4m1_0-3.4.10-25.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.185.1.ppc64le",
"product": {
"name": "python3-3.4.10-25.185.1.ppc64le",
"product_id": "python3-3.4.10-25.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.185.1.ppc64le",
"product": {
"name": "python3-base-3.4.10-25.185.1.ppc64le",
"product_id": "python3-base-3.4.10-25.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.185.1.ppc64le",
"product": {
"name": "python3-curses-3.4.10-25.185.1.ppc64le",
"product_id": "python3-curses-3.4.10-25.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.185.1.ppc64le",
"product": {
"name": "python3-dbm-3.4.10-25.185.1.ppc64le",
"product_id": "python3-dbm-3.4.10-25.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.185.1.ppc64le",
"product": {
"name": "python3-devel-3.4.10-25.185.1.ppc64le",
"product_id": "python3-devel-3.4.10-25.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.185.1.ppc64le",
"product": {
"name": "python3-idle-3.4.10-25.185.1.ppc64le",
"product_id": "python3-idle-3.4.10-25.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.185.1.ppc64le",
"product": {
"name": "python3-testsuite-3.4.10-25.185.1.ppc64le",
"product_id": "python3-testsuite-3.4.10-25.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.185.1.ppc64le",
"product": {
"name": "python3-tk-3.4.10-25.185.1.ppc64le",
"product_id": "python3-tk-3.4.10-25.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.185.1.ppc64le",
"product": {
"name": "python3-tools-3.4.10-25.185.1.ppc64le",
"product_id": "python3-tools-3.4.10-25.185.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.185.1.s390",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.185.1.s390",
"product_id": "libpython3_4m1_0-3.4.10-25.185.1.s390"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.185.1.s390",
"product": {
"name": "python3-3.4.10-25.185.1.s390",
"product_id": "python3-3.4.10-25.185.1.s390"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.185.1.s390",
"product": {
"name": "python3-base-3.4.10-25.185.1.s390",
"product_id": "python3-base-3.4.10-25.185.1.s390"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.185.1.s390",
"product": {
"name": "python3-curses-3.4.10-25.185.1.s390",
"product_id": "python3-curses-3.4.10-25.185.1.s390"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.185.1.s390",
"product": {
"name": "python3-dbm-3.4.10-25.185.1.s390",
"product_id": "python3-dbm-3.4.10-25.185.1.s390"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.185.1.s390",
"product": {
"name": "python3-devel-3.4.10-25.185.1.s390",
"product_id": "python3-devel-3.4.10-25.185.1.s390"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.185.1.s390",
"product": {
"name": "python3-idle-3.4.10-25.185.1.s390",
"product_id": "python3-idle-3.4.10-25.185.1.s390"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.185.1.s390",
"product": {
"name": "python3-testsuite-3.4.10-25.185.1.s390",
"product_id": "python3-testsuite-3.4.10-25.185.1.s390"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.185.1.s390",
"product": {
"name": "python3-tk-3.4.10-25.185.1.s390",
"product_id": "python3-tk-3.4.10-25.185.1.s390"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.185.1.s390",
"product": {
"name": "python3-tools-3.4.10-25.185.1.s390",
"product_id": "python3-tools-3.4.10-25.185.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.185.1.s390x",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.185.1.s390x",
"product_id": "libpython3_4m1_0-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"product": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"product_id": "libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.185.1.s390x",
"product": {
"name": "python3-3.4.10-25.185.1.s390x",
"product_id": "python3-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-32bit-3.4.10-25.185.1.s390x",
"product": {
"name": "python3-32bit-3.4.10-25.185.1.s390x",
"product_id": "python3-32bit-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.185.1.s390x",
"product": {
"name": "python3-base-3.4.10-25.185.1.s390x",
"product_id": "python3-base-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-32bit-3.4.10-25.185.1.s390x",
"product": {
"name": "python3-base-32bit-3.4.10-25.185.1.s390x",
"product_id": "python3-base-32bit-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.185.1.s390x",
"product": {
"name": "python3-curses-3.4.10-25.185.1.s390x",
"product_id": "python3-curses-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.185.1.s390x",
"product": {
"name": "python3-dbm-3.4.10-25.185.1.s390x",
"product_id": "python3-dbm-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.185.1.s390x",
"product": {
"name": "python3-devel-3.4.10-25.185.1.s390x",
"product_id": "python3-devel-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.185.1.s390x",
"product": {
"name": "python3-idle-3.4.10-25.185.1.s390x",
"product_id": "python3-idle-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.185.1.s390x",
"product": {
"name": "python3-testsuite-3.4.10-25.185.1.s390x",
"product_id": "python3-testsuite-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.185.1.s390x",
"product": {
"name": "python3-tk-3.4.10-25.185.1.s390x",
"product_id": "python3-tk-3.4.10-25.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.185.1.s390x",
"product": {
"name": "python3-tools-3.4.10-25.185.1.s390x",
"product_id": "python3-tools-3.4.10-25.185.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"product_id": "libpython3_4m1_0-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"product": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"product_id": "libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.185.1.x86_64",
"product": {
"name": "python3-3.4.10-25.185.1.x86_64",
"product_id": "python3-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-32bit-3.4.10-25.185.1.x86_64",
"product": {
"name": "python3-32bit-3.4.10-25.185.1.x86_64",
"product_id": "python3-32bit-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.185.1.x86_64",
"product": {
"name": "python3-base-3.4.10-25.185.1.x86_64",
"product_id": "python3-base-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-32bit-3.4.10-25.185.1.x86_64",
"product": {
"name": "python3-base-32bit-3.4.10-25.185.1.x86_64",
"product_id": "python3-base-32bit-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.185.1.x86_64",
"product": {
"name": "python3-curses-3.4.10-25.185.1.x86_64",
"product_id": "python3-curses-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.185.1.x86_64",
"product": {
"name": "python3-dbm-3.4.10-25.185.1.x86_64",
"product_id": "python3-dbm-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.185.1.x86_64",
"product": {
"name": "python3-devel-3.4.10-25.185.1.x86_64",
"product_id": "python3-devel-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.185.1.x86_64",
"product": {
"name": "python3-idle-3.4.10-25.185.1.x86_64",
"product_id": "python3-idle-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.185.1.x86_64",
"product": {
"name": "python3-testsuite-3.4.10-25.185.1.x86_64",
"product_id": "python3-testsuite-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.185.1.x86_64",
"product": {
"name": "python3-tk-3.4.10-25.185.1.x86_64",
"product_id": "python3-tk-3.4.10-25.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.185.1.x86_64",
"product": {
"name": "python3-tools-3.4.10-25.185.1.x86_64",
"product_id": "python3-tools-3.4.10-25.185.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"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.185.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.185.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.185.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.185.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.185.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.185.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64"
},
"product_reference": "python3-3.4.10-25.185.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.185.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le"
},
"product_reference": "python3-3.4.10-25.185.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.185.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x"
},
"product_reference": "python3-3.4.10-25.185.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.185.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64"
},
"product_reference": "python3-3.4.10-25.185.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.185.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64"
},
"product_reference": "python3-base-3.4.10-25.185.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.185.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le"
},
"product_reference": "python3-base-3.4.10-25.185.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.185.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x"
},
"product_reference": "python3-base-3.4.10-25.185.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.185.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.185.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.185.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64"
},
"product_reference": "python3-curses-3.4.10-25.185.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.185.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le"
},
"product_reference": "python3-curses-3.4.10-25.185.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.185.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x"
},
"product_reference": "python3-curses-3.4.10-25.185.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.185.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.185.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.185.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64"
},
"product_reference": "python3-devel-3.4.10-25.185.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.185.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le"
},
"product_reference": "python3-devel-3.4.10-25.185.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.185.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x"
},
"product_reference": "python3-devel-3.4.10-25.185.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.185.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.185.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.185.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64"
},
"product_reference": "python3-tk-3.4.10-25.185.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.185.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le"
},
"product_reference": "python3-tk-3.4.10-25.185.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.185.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x"
},
"product_reference": "python3-tk-3.4.10-25.185.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.185.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64"
},
"product_reference": "python3-tk-3.4.10-25.185.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.185.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.185.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.185.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.185.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.185.1.x86_64"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.185.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.185.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.185.1.x86_64"
},
"product_reference": "python3-3.4.10-25.185.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.185.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.185.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.185.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.185.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.185.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.185.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.185.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.185.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.185.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.185.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.185.1.x86_64"
},
"product_reference": "python3-tk-3.4.10-25.185.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1502",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1502"
}
],
"notes": [
{
"category": "general",
"text": "CR/LF bytes were not rejected by HTTP client proxy tunnel headers or host.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1502",
"url": "https://www.suse.com/security/cve/CVE-2026-1502"
},
{
"category": "external",
"summary": "SUSE Bug 1261969 for CVE-2026-1502",
"url": "https://bugzilla.suse.com/1261969"
}
],
"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 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:41:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-1502"
},
{
"cve": "CVE-2026-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3446"
}
],
"notes": [
{
"category": "general",
"text": "When calling base64.b64decode() or related functions the decoding process would stop after encountering the first padded quad regardless of whether there was more information to be processed. This can lead to data being accepted which may be processed differently by other implementations. Use \"validate=True\" to enable stricter processing of base64 data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3446",
"url": "https://www.suse.com/security/cve/CVE-2026-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1261970 for CVE-2026-3446",
"url": "https://bugzilla.suse.com/1261970"
}
],
"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 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:41:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-3446"
},
{
"cve": "CVE-2026-4786",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4786"
}
],
"notes": [
{
"category": "general",
"text": "Mitgation of CVE-2026-4519 was incomplete. If the URL contained \"%action\" the mitigation could be bypassed for certain browser types the \"webbrowser.open()\" API could have commands injected into the underlying shell. See CVE-2026-4519 for details.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4786",
"url": "https://www.suse.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "SUSE Bug 1260026 for CVE-2026-4786",
"url": "https://bugzilla.suse.com/1260026"
},
{
"category": "external",
"summary": "SUSE Bug 1262319 for CVE-2026-4786",
"url": "https://bugzilla.suse.com/1262319"
}
],
"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 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:41:58Z",
"details": "important"
}
],
"title": "CVE-2026-4786"
},
{
"cve": "CVE-2026-6019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6019"
}
],
"notes": [
{
"category": "general",
"text": "http.cookies.Morsel.js_output() returns an inline \u003cscript\u003e snippet and only escapes \" for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence \u003c/script\u003e inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6019",
"url": "https://www.suse.com/security/cve/CVE-2026-6019"
},
{
"category": "external",
"summary": "SUSE Bug 1262654 for CVE-2026-6019",
"url": "https://bugzilla.suse.com/1262654"
}
],
"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 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:41:58Z",
"details": "low"
}
],
"title": "CVE-2026-6019"
},
{
"cve": "CVE-2026-6100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6100"
}
],
"notes": [
{
"category": "general",
"text": "Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling pointer in this specific error condition.\n\nThe vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6100",
"url": "https://www.suse.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "SUSE Bug 1262098 for CVE-2026-6100",
"url": "https://bugzilla.suse.com/1262098"
}
],
"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 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python3-tk-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.185.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.185.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:41:58Z",
"details": "important"
}
],
"title": "CVE-2026-6100"
}
]
}
SUSE-SU-2026:1947-1
Vulnerability from csaf_suse - Published: 2026-05-18 07:49 - Updated: 2026-05-18 07:49Summary
Security update for python310
Severity
Important
Notes
Title of the patch: Security update for python310
Description of the patch: This update for python310 fixes the following issues
Security issues:
- CVE-2026-1502: HTTP client proxy tunnel headers not validated for CR/LF (bsc#1261969).
- CVE-2026-3446: base64 decoding stops at first padded quad by default (bsc#1261970).
- CVE-2026-4786: incomplete mitigation of , %action expansion for command injection to
webbrowser.open() (bsc#1262319).
- CVE-2026-6019: `BaseCookie.js_output()` does not neutralize characters in cookie values embedded in JS (bsc#1262654).
- CVE-2026-6100: arbitrary code execution or information disclosure via use-after-free in decompression modules
(bsc#1262098).
Non security issue:
- Conflicts between different versions of Python (bsc#1258364).
Patchnames: SUSE-2026-1947,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1947,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1947,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1947,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1947
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.9 (Medium)
Affected products
Recommended
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
8.1 (High)
Affected products
Recommended
90 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
26 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python310",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python310 fixes the following issues\n\nSecurity issues:\n\n- CVE-2026-1502: HTTP client proxy tunnel headers not validated for CR/LF (bsc#1261969).\n- CVE-2026-3446: base64 decoding stops at first padded quad by default (bsc#1261970).\n- CVE-2026-4786: incomplete mitigation of , %action expansion for command injection to\n webbrowser.open() (bsc#1262319).\n- CVE-2026-6019: `BaseCookie.js_output()` does not neutralize characters in cookie values embedded in JS (bsc#1262654).\n- CVE-2026-6100: arbitrary code execution or information disclosure via use-after-free in decompression modules\n (bsc#1262098).\n\nNon security issue:\n\n- Conflicts between different versions of Python (bsc#1258364).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1947,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1947,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1947,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1947,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1947",
"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-2026_1947-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1947-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261947-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1947-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046536.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258364",
"url": "https://bugzilla.suse.com/1258364"
},
{
"category": "self",
"summary": "SUSE Bug 1261969",
"url": "https://bugzilla.suse.com/1261969"
},
{
"category": "self",
"summary": "SUSE Bug 1261970",
"url": "https://bugzilla.suse.com/1261970"
},
{
"category": "self",
"summary": "SUSE Bug 1262098",
"url": "https://bugzilla.suse.com/1262098"
},
{
"category": "self",
"summary": "SUSE Bug 1262319",
"url": "https://bugzilla.suse.com/1262319"
},
{
"category": "self",
"summary": "SUSE Bug 1262654",
"url": "https://bugzilla.suse.com/1262654"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1502 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1502/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3446/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4786 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4786/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6019 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6100 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6100/"
}
],
"title": "Security update for python310",
"tracking": {
"current_release_date": "2026-05-18T07:49:35Z",
"generator": {
"date": "2026-05-18T07:49:35Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1947-1",
"initial_release_date": "2026-05-18T07:49:35Z",
"revision_history": [
{
"date": "2026-05-18T07:49:35Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"product_id": "libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "python310-3.10.20-150400.4.112.1.aarch64",
"product_id": "python310-3.10.20-150400.4.112.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "python310-base-3.10.20-150400.4.112.1.aarch64",
"product_id": "python310-base-3.10.20-150400.4.112.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "python310-curses-3.10.20-150400.4.112.1.aarch64",
"product_id": "python310-curses-3.10.20-150400.4.112.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "python310-dbm-3.10.20-150400.4.112.1.aarch64",
"product_id": "python310-dbm-3.10.20-150400.4.112.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "python310-devel-3.10.20-150400.4.112.1.aarch64",
"product_id": "python310-devel-3.10.20-150400.4.112.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "python310-doc-3.10.20-150400.4.112.1.aarch64",
"product_id": "python310-doc-3.10.20-150400.4.112.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "python310-doc-devhelp-3.10.20-150400.4.112.1.aarch64",
"product_id": "python310-doc-devhelp-3.10.20-150400.4.112.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "python310-idle-3.10.20-150400.4.112.1.aarch64",
"product_id": "python310-idle-3.10.20-150400.4.112.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "python310-testsuite-3.10.20-150400.4.112.1.aarch64",
"product_id": "python310-testsuite-3.10.20-150400.4.112.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "python310-tk-3.10.20-150400.4.112.1.aarch64",
"product_id": "python310-tk-3.10.20-150400.4.112.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.20-150400.4.112.1.aarch64",
"product": {
"name": "python310-tools-3.10.20-150400.4.112.1.aarch64",
"product_id": "python310-tools-3.10.20-150400.4.112.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-64bit-3.10.20-150400.4.112.1.aarch64_ilp32",
"product": {
"name": "libpython3_10-1_0-64bit-3.10.20-150400.4.112.1.aarch64_ilp32",
"product_id": "libpython3_10-1_0-64bit-3.10.20-150400.4.112.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-64bit-3.10.20-150400.4.112.1.aarch64_ilp32",
"product": {
"name": "python310-64bit-3.10.20-150400.4.112.1.aarch64_ilp32",
"product_id": "python310-64bit-3.10.20-150400.4.112.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-base-64bit-3.10.20-150400.4.112.1.aarch64_ilp32",
"product": {
"name": "python310-base-64bit-3.10.20-150400.4.112.1.aarch64_ilp32",
"product_id": "python310-base-64bit-3.10.20-150400.4.112.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.i586",
"product": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.i586",
"product_id": "libpython3_10-1_0-3.10.20-150400.4.112.1.i586"
}
},
{
"category": "product_version",
"name": "python310-3.10.20-150400.4.112.1.i586",
"product": {
"name": "python310-3.10.20-150400.4.112.1.i586",
"product_id": "python310-3.10.20-150400.4.112.1.i586"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.20-150400.4.112.1.i586",
"product": {
"name": "python310-base-3.10.20-150400.4.112.1.i586",
"product_id": "python310-base-3.10.20-150400.4.112.1.i586"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.20-150400.4.112.1.i586",
"product": {
"name": "python310-curses-3.10.20-150400.4.112.1.i586",
"product_id": "python310-curses-3.10.20-150400.4.112.1.i586"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.20-150400.4.112.1.i586",
"product": {
"name": "python310-dbm-3.10.20-150400.4.112.1.i586",
"product_id": "python310-dbm-3.10.20-150400.4.112.1.i586"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.20-150400.4.112.1.i586",
"product": {
"name": "python310-devel-3.10.20-150400.4.112.1.i586",
"product_id": "python310-devel-3.10.20-150400.4.112.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.20-150400.4.112.1.i586",
"product": {
"name": "python310-doc-3.10.20-150400.4.112.1.i586",
"product_id": "python310-doc-3.10.20-150400.4.112.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.20-150400.4.112.1.i586",
"product": {
"name": "python310-doc-devhelp-3.10.20-150400.4.112.1.i586",
"product_id": "python310-doc-devhelp-3.10.20-150400.4.112.1.i586"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.20-150400.4.112.1.i586",
"product": {
"name": "python310-idle-3.10.20-150400.4.112.1.i586",
"product_id": "python310-idle-3.10.20-150400.4.112.1.i586"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.20-150400.4.112.1.i586",
"product": {
"name": "python310-testsuite-3.10.20-150400.4.112.1.i586",
"product_id": "python310-testsuite-3.10.20-150400.4.112.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.20-150400.4.112.1.i586",
"product": {
"name": "python310-tk-3.10.20-150400.4.112.1.i586",
"product_id": "python310-tk-3.10.20-150400.4.112.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.20-150400.4.112.1.i586",
"product": {
"name": "python310-tools-3.10.20-150400.4.112.1.i586",
"product_id": "python310-tools-3.10.20-150400.4.112.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"product_id": "libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "python310-3.10.20-150400.4.112.1.ppc64le",
"product_id": "python310-3.10.20-150400.4.112.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "python310-base-3.10.20-150400.4.112.1.ppc64le",
"product_id": "python310-base-3.10.20-150400.4.112.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "python310-curses-3.10.20-150400.4.112.1.ppc64le",
"product_id": "python310-curses-3.10.20-150400.4.112.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"product_id": "python310-dbm-3.10.20-150400.4.112.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "python310-devel-3.10.20-150400.4.112.1.ppc64le",
"product_id": "python310-devel-3.10.20-150400.4.112.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "python310-doc-3.10.20-150400.4.112.1.ppc64le",
"product_id": "python310-doc-3.10.20-150400.4.112.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "python310-doc-devhelp-3.10.20-150400.4.112.1.ppc64le",
"product_id": "python310-doc-devhelp-3.10.20-150400.4.112.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "python310-idle-3.10.20-150400.4.112.1.ppc64le",
"product_id": "python310-idle-3.10.20-150400.4.112.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "python310-testsuite-3.10.20-150400.4.112.1.ppc64le",
"product_id": "python310-testsuite-3.10.20-150400.4.112.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "python310-tk-3.10.20-150400.4.112.1.ppc64le",
"product_id": "python310-tk-3.10.20-150400.4.112.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.20-150400.4.112.1.ppc64le",
"product": {
"name": "python310-tools-3.10.20-150400.4.112.1.ppc64le",
"product_id": "python310-tools-3.10.20-150400.4.112.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"product_id": "libpython3_10-1_0-3.10.20-150400.4.112.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "python310-3.10.20-150400.4.112.1.s390x",
"product_id": "python310-3.10.20-150400.4.112.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "python310-base-3.10.20-150400.4.112.1.s390x",
"product_id": "python310-base-3.10.20-150400.4.112.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "python310-curses-3.10.20-150400.4.112.1.s390x",
"product_id": "python310-curses-3.10.20-150400.4.112.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "python310-dbm-3.10.20-150400.4.112.1.s390x",
"product_id": "python310-dbm-3.10.20-150400.4.112.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "python310-devel-3.10.20-150400.4.112.1.s390x",
"product_id": "python310-devel-3.10.20-150400.4.112.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "python310-doc-3.10.20-150400.4.112.1.s390x",
"product_id": "python310-doc-3.10.20-150400.4.112.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "python310-doc-devhelp-3.10.20-150400.4.112.1.s390x",
"product_id": "python310-doc-devhelp-3.10.20-150400.4.112.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "python310-idle-3.10.20-150400.4.112.1.s390x",
"product_id": "python310-idle-3.10.20-150400.4.112.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "python310-testsuite-3.10.20-150400.4.112.1.s390x",
"product_id": "python310-testsuite-3.10.20-150400.4.112.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "python310-tk-3.10.20-150400.4.112.1.s390x",
"product_id": "python310-tk-3.10.20-150400.4.112.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.20-150400.4.112.1.s390x",
"product": {
"name": "python310-tools-3.10.20-150400.4.112.1.s390x",
"product_id": "python310-tools-3.10.20-150400.4.112.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"product_id": "libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_10-1_0-32bit-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "libpython3_10-1_0-32bit-3.10.20-150400.4.112.1.x86_64",
"product_id": "libpython3_10-1_0-32bit-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-32bit-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-32bit-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-base-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-base-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-32bit-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-base-32bit-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-base-32bit-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-curses-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-curses-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-dbm-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-dbm-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-devel-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-devel-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-doc-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-doc-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-doc-devhelp-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-doc-devhelp-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-idle-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-idle-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-testsuite-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-testsuite-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-tk-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-tk-3.10.20-150400.4.112.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.20-150400.4.112.1.x86_64",
"product": {
"name": "python310-tools-3.10.20-150400.4.112.1.x86_64",
"product_id": "python310-tools-3.10.20-150400.4.112.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
}
],
"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.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-base-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-base-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-curses-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-curses-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-dbm-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-dbm-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-devel-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-devel-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-idle-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-idle-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-tk-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-tk-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-tools-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-tools-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-base-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-base-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-curses-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-curses-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-dbm-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-dbm-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-devel-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-devel-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-idle-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-idle-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-tk-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-tk-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-tools-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-tools-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.20-150400.4.112.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x"
},
"product_reference": "python310-3.10.20-150400.4.112.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-base-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-base-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.20-150400.4.112.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x"
},
"product_reference": "python310-base-3.10.20-150400.4.112.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-base-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-curses-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-curses-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.20-150400.4.112.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x"
},
"product_reference": "python310-curses-3.10.20-150400.4.112.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-curses-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-dbm-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.20-150400.4.112.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x"
},
"product_reference": "python310-dbm-3.10.20-150400.4.112.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-dbm-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-devel-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-devel-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.20-150400.4.112.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x"
},
"product_reference": "python310-devel-3.10.20-150400.4.112.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-devel-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-idle-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-idle-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.20-150400.4.112.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x"
},
"product_reference": "python310-idle-3.10.20-150400.4.112.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-idle-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-tk-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-tk-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.20-150400.4.112.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x"
},
"product_reference": "python310-tk-3.10.20-150400.4.112.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-tk-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.20-150400.4.112.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64"
},
"product_reference": "python310-tools-3.10.20-150400.4.112.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-tools-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.20-150400.4.112.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x"
},
"product_reference": "python310-tools-3.10.20-150400.4.112.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-tools-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-base-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-base-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-curses-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-curses-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-dbm-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-devel-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-devel-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-idle-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-idle-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-tk-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-tk-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.20-150400.4.112.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le"
},
"product_reference": "python310-tools-3.10.20-150400.4.112.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.20-150400.4.112.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
},
"product_reference": "python310-tools-3.10.20-150400.4.112.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1502",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1502"
}
],
"notes": [
{
"category": "general",
"text": "CR/LF bytes were not rejected by HTTP client proxy tunnel headers or host.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1502",
"url": "https://www.suse.com/security/cve/CVE-2026-1502"
},
{
"category": "external",
"summary": "SUSE Bug 1261969 for CVE-2026-1502",
"url": "https://bugzilla.suse.com/1261969"
}
],
"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 High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:49:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-1502"
},
{
"cve": "CVE-2026-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3446"
}
],
"notes": [
{
"category": "general",
"text": "When calling base64.b64decode() or related functions the decoding process would stop after encountering the first padded quad regardless of whether there was more information to be processed. This can lead to data being accepted which may be processed differently by other implementations. Use \"validate=True\" to enable stricter processing of base64 data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3446",
"url": "https://www.suse.com/security/cve/CVE-2026-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1261970 for CVE-2026-3446",
"url": "https://bugzilla.suse.com/1261970"
}
],
"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 High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:49:35Z",
"details": "moderate"
}
],
"title": "CVE-2026-3446"
},
{
"cve": "CVE-2026-4786",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4786"
}
],
"notes": [
{
"category": "general",
"text": "Mitgation of CVE-2026-4519 was incomplete. If the URL contained \"%action\" the mitigation could be bypassed for certain browser types the \"webbrowser.open()\" API could have commands injected into the underlying shell. See CVE-2026-4519 for details.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4786",
"url": "https://www.suse.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "SUSE Bug 1260026 for CVE-2026-4786",
"url": "https://bugzilla.suse.com/1260026"
},
{
"category": "external",
"summary": "SUSE Bug 1262319 for CVE-2026-4786",
"url": "https://bugzilla.suse.com/1262319"
}
],
"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 High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:49:35Z",
"details": "important"
}
],
"title": "CVE-2026-4786"
},
{
"cve": "CVE-2026-6019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6019"
}
],
"notes": [
{
"category": "general",
"text": "http.cookies.Morsel.js_output() returns an inline \u003cscript\u003e snippet and only escapes \" for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence \u003c/script\u003e inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6019",
"url": "https://www.suse.com/security/cve/CVE-2026-6019"
},
{
"category": "external",
"summary": "SUSE Bug 1262654 for CVE-2026-6019",
"url": "https://bugzilla.suse.com/1262654"
}
],
"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 High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:49:35Z",
"details": "low"
}
],
"title": "CVE-2026-6019"
},
{
"cve": "CVE-2026-6100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6100"
}
],
"notes": [
{
"category": "general",
"text": "Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling pointer in this specific error condition.\n\nThe vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6100",
"url": "https://www.suse.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "SUSE Bug 1262098 for CVE-2026-6100",
"url": "https://bugzilla.suse.com/1262098"
}
],
"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 High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.20-150400.4.112.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.20-150400.4.112.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:49:35Z",
"details": "important"
}
],
"title": "CVE-2026-6100"
}
]
}
SUSE-SU-2026:2055-1
Vulnerability from csaf_suse - Published: 2026-05-25 14:02 - Updated: 2026-05-25 14:02Summary
Security update for python312
Severity
Important
Notes
Title of the patch: Security update for python312
Description of the patch: This update for python312 fixes the following issues
- CVE-2026-1502: HTTP client proxy tunnel headers not validated for CR/LF (bsc#1261969).
- CVE-2026-4786: Incomplete mitigation of %action expansion for command injection to
webbrowser.open() (bsc#1262319).
- CVE-2026-6019: `BaseCookie.js_output()` does not neutralize characters in cookie values embedded in JS (bsc#1262654).
- CVE-2026-6100: Arbitrary code execution or information disclosure via use-after-free in decompression modules
(bsc#1262098).
Patchnames: SUSE-2026-2055,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-2055,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-2055
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.9 (Medium)
Affected products
Recommended
54 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
54 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
54 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
8.1 (High)
Affected products
Recommended
54 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
21 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python312",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python312 fixes the following issues\n\n- CVE-2026-1502: HTTP client proxy tunnel headers not validated for CR/LF (bsc#1261969).\n- CVE-2026-4786: Incomplete mitigation of %action expansion for command injection to\n webbrowser.open() (bsc#1262319).\n- CVE-2026-6019: `BaseCookie.js_output()` does not neutralize characters in cookie values embedded in JS (bsc#1262654).\n- CVE-2026-6100: Arbitrary code execution or information disclosure via use-after-free in decompression modules\n (bsc#1262098).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2055,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-2055,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-2055",
"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-2026_2055-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2055-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262055-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2055-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026270.html"
},
{
"category": "self",
"summary": "SUSE Bug 1261969",
"url": "https://bugzilla.suse.com/1261969"
},
{
"category": "self",
"summary": "SUSE Bug 1262098",
"url": "https://bugzilla.suse.com/1262098"
},
{
"category": "self",
"summary": "SUSE Bug 1262319",
"url": "https://bugzilla.suse.com/1262319"
},
{
"category": "self",
"summary": "SUSE Bug 1262654",
"url": "https://bugzilla.suse.com/1262654"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1502 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1502/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4786 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4786/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6019 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6100 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6100/"
}
],
"title": "Security update for python312",
"tracking": {
"current_release_date": "2026-05-25T14:02:52Z",
"generator": {
"date": "2026-05-25T14:02:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2055-1",
"initial_release_date": "2026-05-25T14:02:52Z",
"revision_history": [
{
"date": "2026-05-25T14:02:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"product_id": "libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "python312-3.12.13-150600.3.59.1.aarch64",
"product_id": "python312-3.12.13-150600.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "python312-base-3.12.13-150600.3.59.1.aarch64",
"product_id": "python312-base-3.12.13-150600.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "python312-curses-3.12.13-150600.3.59.1.aarch64",
"product_id": "python312-curses-3.12.13-150600.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "python312-dbm-3.12.13-150600.3.59.1.aarch64",
"product_id": "python312-dbm-3.12.13-150600.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "python312-devel-3.12.13-150600.3.59.1.aarch64",
"product_id": "python312-devel-3.12.13-150600.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "python312-doc-3.12.13-150600.3.59.1.aarch64",
"product_id": "python312-doc-3.12.13-150600.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "python312-doc-devhelp-3.12.13-150600.3.59.1.aarch64",
"product_id": "python312-doc-devhelp-3.12.13-150600.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "python312-idle-3.12.13-150600.3.59.1.aarch64",
"product_id": "python312-idle-3.12.13-150600.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "python312-testsuite-3.12.13-150600.3.59.1.aarch64",
"product_id": "python312-testsuite-3.12.13-150600.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "python312-tk-3.12.13-150600.3.59.1.aarch64",
"product_id": "python312-tk-3.12.13-150600.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.13-150600.3.59.1.aarch64",
"product": {
"name": "python312-tools-3.12.13-150600.3.59.1.aarch64",
"product_id": "python312-tools-3.12.13-150600.3.59.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-64bit-3.12.13-150600.3.59.1.aarch64_ilp32",
"product": {
"name": "libpython3_12-1_0-64bit-3.12.13-150600.3.59.1.aarch64_ilp32",
"product_id": "libpython3_12-1_0-64bit-3.12.13-150600.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-64bit-3.12.13-150600.3.59.1.aarch64_ilp32",
"product": {
"name": "python312-64bit-3.12.13-150600.3.59.1.aarch64_ilp32",
"product_id": "python312-64bit-3.12.13-150600.3.59.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-base-64bit-3.12.13-150600.3.59.1.aarch64_ilp32",
"product": {
"name": "python312-base-64bit-3.12.13-150600.3.59.1.aarch64_ilp32",
"product_id": "python312-base-64bit-3.12.13-150600.3.59.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.i586",
"product": {
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.i586",
"product_id": "libpython3_12-1_0-3.12.13-150600.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "python312-3.12.13-150600.3.59.1.i586",
"product": {
"name": "python312-3.12.13-150600.3.59.1.i586",
"product_id": "python312-3.12.13-150600.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.13-150600.3.59.1.i586",
"product": {
"name": "python312-base-3.12.13-150600.3.59.1.i586",
"product_id": "python312-base-3.12.13-150600.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.13-150600.3.59.1.i586",
"product": {
"name": "python312-curses-3.12.13-150600.3.59.1.i586",
"product_id": "python312-curses-3.12.13-150600.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.13-150600.3.59.1.i586",
"product": {
"name": "python312-dbm-3.12.13-150600.3.59.1.i586",
"product_id": "python312-dbm-3.12.13-150600.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.13-150600.3.59.1.i586",
"product": {
"name": "python312-devel-3.12.13-150600.3.59.1.i586",
"product_id": "python312-devel-3.12.13-150600.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.13-150600.3.59.1.i586",
"product": {
"name": "python312-doc-3.12.13-150600.3.59.1.i586",
"product_id": "python312-doc-3.12.13-150600.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.13-150600.3.59.1.i586",
"product": {
"name": "python312-doc-devhelp-3.12.13-150600.3.59.1.i586",
"product_id": "python312-doc-devhelp-3.12.13-150600.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.13-150600.3.59.1.i586",
"product": {
"name": "python312-idle-3.12.13-150600.3.59.1.i586",
"product_id": "python312-idle-3.12.13-150600.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.13-150600.3.59.1.i586",
"product": {
"name": "python312-testsuite-3.12.13-150600.3.59.1.i586",
"product_id": "python312-testsuite-3.12.13-150600.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.13-150600.3.59.1.i586",
"product": {
"name": "python312-tk-3.12.13-150600.3.59.1.i586",
"product_id": "python312-tk-3.12.13-150600.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.13-150600.3.59.1.i586",
"product": {
"name": "python312-tools-3.12.13-150600.3.59.1.i586",
"product_id": "python312-tools-3.12.13-150600.3.59.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"product_id": "libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "python312-3.12.13-150600.3.59.1.ppc64le",
"product_id": "python312-3.12.13-150600.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "python312-base-3.12.13-150600.3.59.1.ppc64le",
"product_id": "python312-base-3.12.13-150600.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "python312-curses-3.12.13-150600.3.59.1.ppc64le",
"product_id": "python312-curses-3.12.13-150600.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"product_id": "python312-dbm-3.12.13-150600.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "python312-devel-3.12.13-150600.3.59.1.ppc64le",
"product_id": "python312-devel-3.12.13-150600.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "python312-doc-3.12.13-150600.3.59.1.ppc64le",
"product_id": "python312-doc-3.12.13-150600.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "python312-doc-devhelp-3.12.13-150600.3.59.1.ppc64le",
"product_id": "python312-doc-devhelp-3.12.13-150600.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "python312-idle-3.12.13-150600.3.59.1.ppc64le",
"product_id": "python312-idle-3.12.13-150600.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "python312-testsuite-3.12.13-150600.3.59.1.ppc64le",
"product_id": "python312-testsuite-3.12.13-150600.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "python312-tk-3.12.13-150600.3.59.1.ppc64le",
"product_id": "python312-tk-3.12.13-150600.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.13-150600.3.59.1.ppc64le",
"product": {
"name": "python312-tools-3.12.13-150600.3.59.1.ppc64le",
"product_id": "python312-tools-3.12.13-150600.3.59.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"product_id": "libpython3_12-1_0-3.12.13-150600.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "python312-3.12.13-150600.3.59.1.s390x",
"product_id": "python312-3.12.13-150600.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "python312-base-3.12.13-150600.3.59.1.s390x",
"product_id": "python312-base-3.12.13-150600.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "python312-curses-3.12.13-150600.3.59.1.s390x",
"product_id": "python312-curses-3.12.13-150600.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "python312-dbm-3.12.13-150600.3.59.1.s390x",
"product_id": "python312-dbm-3.12.13-150600.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "python312-devel-3.12.13-150600.3.59.1.s390x",
"product_id": "python312-devel-3.12.13-150600.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "python312-doc-3.12.13-150600.3.59.1.s390x",
"product_id": "python312-doc-3.12.13-150600.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "python312-doc-devhelp-3.12.13-150600.3.59.1.s390x",
"product_id": "python312-doc-devhelp-3.12.13-150600.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "python312-idle-3.12.13-150600.3.59.1.s390x",
"product_id": "python312-idle-3.12.13-150600.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "python312-testsuite-3.12.13-150600.3.59.1.s390x",
"product_id": "python312-testsuite-3.12.13-150600.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "python312-tk-3.12.13-150600.3.59.1.s390x",
"product_id": "python312-tk-3.12.13-150600.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.13-150600.3.59.1.s390x",
"product": {
"name": "python312-tools-3.12.13-150600.3.59.1.s390x",
"product_id": "python312-tools-3.12.13-150600.3.59.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"product_id": "libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_12-1_0-32bit-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "libpython3_12-1_0-32bit-3.12.13-150600.3.59.1.x86_64",
"product_id": "libpython3_12-1_0-32bit-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-32bit-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-32bit-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-base-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-base-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-32bit-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-base-32bit-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-base-32bit-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-curses-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-curses-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-dbm-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-dbm-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-devel-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-devel-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-doc-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-doc-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-doc-devhelp-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-doc-devhelp-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-idle-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-idle-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-testsuite-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-testsuite-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-tk-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-tk-3.12.13-150600.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.13-150600.3.59.1.x86_64",
"product": {
"name": "python312-tools-3.12.13-150600.3.59.1.x86_64",
"product_id": "python312-tools-3.12.13-150600.3.59.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
}
],
"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.13-150600.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64"
},
"product_reference": "libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x"
},
"product_reference": "libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.13-150600.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64"
},
"product_reference": "python312-3.12.13-150600.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.13-150600.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x"
},
"product_reference": "python312-3.12.13-150600.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.13-150600.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64"
},
"product_reference": "python312-base-3.12.13-150600.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-base-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.13-150600.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x"
},
"product_reference": "python312-base-3.12.13-150600.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-base-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.13-150600.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64"
},
"product_reference": "python312-curses-3.12.13-150600.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-curses-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.13-150600.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x"
},
"product_reference": "python312-curses-3.12.13-150600.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-curses-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.13-150600.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64"
},
"product_reference": "python312-dbm-3.12.13-150600.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.13-150600.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x"
},
"product_reference": "python312-dbm-3.12.13-150600.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-dbm-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.13-150600.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64"
},
"product_reference": "python312-devel-3.12.13-150600.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-devel-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.13-150600.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x"
},
"product_reference": "python312-devel-3.12.13-150600.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-devel-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.13-150600.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64"
},
"product_reference": "python312-idle-3.12.13-150600.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-idle-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.13-150600.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x"
},
"product_reference": "python312-idle-3.12.13-150600.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-idle-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.13-150600.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64"
},
"product_reference": "python312-tk-3.12.13-150600.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-tk-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.13-150600.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x"
},
"product_reference": "python312-tk-3.12.13-150600.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-tk-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.13-150600.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64"
},
"product_reference": "python312-tools-3.12.13-150600.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-tools-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.13-150600.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x"
},
"product_reference": "python312-tools-3.12.13-150600.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-tools-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-base-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-base-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-curses-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-curses-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-dbm-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-devel-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-devel-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-idle-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-idle-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-tk-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-tk-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.13-150600.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le"
},
"product_reference": "python312-tools-3.12.13-150600.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.13-150600.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
},
"product_reference": "python312-tools-3.12.13-150600.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1502",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1502"
}
],
"notes": [
{
"category": "general",
"text": "CR/LF bytes were not rejected by HTTP client proxy tunnel headers or host.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1502",
"url": "https://www.suse.com/security/cve/CVE-2026-1502"
},
{
"category": "external",
"summary": "SUSE Bug 1261969 for CVE-2026-1502",
"url": "https://bugzilla.suse.com/1261969"
}
],
"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 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-25T14:02:52Z",
"details": "moderate"
}
],
"title": "CVE-2026-1502"
},
{
"cve": "CVE-2026-4786",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4786"
}
],
"notes": [
{
"category": "general",
"text": "Mitgation of CVE-2026-4519 was incomplete. If the URL contained \"%action\" the mitigation could be bypassed for certain browser types the \"webbrowser.open()\" API could have commands injected into the underlying shell. See CVE-2026-4519 for details.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4786",
"url": "https://www.suse.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "SUSE Bug 1260026 for CVE-2026-4786",
"url": "https://bugzilla.suse.com/1260026"
},
{
"category": "external",
"summary": "SUSE Bug 1262319 for CVE-2026-4786",
"url": "https://bugzilla.suse.com/1262319"
}
],
"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 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-25T14:02:52Z",
"details": "important"
}
],
"title": "CVE-2026-4786"
},
{
"cve": "CVE-2026-6019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6019"
}
],
"notes": [
{
"category": "general",
"text": "http.cookies.Morsel.js_output() returns an inline \u003cscript\u003e snippet and only escapes \" for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence \u003c/script\u003e inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6019",
"url": "https://www.suse.com/security/cve/CVE-2026-6019"
},
{
"category": "external",
"summary": "SUSE Bug 1262654 for CVE-2026-6019",
"url": "https://bugzilla.suse.com/1262654"
}
],
"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 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-25T14:02:52Z",
"details": "low"
}
],
"title": "CVE-2026-6019"
},
{
"cve": "CVE-2026-6100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6100"
}
],
"notes": [
{
"category": "general",
"text": "Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling pointer in this specific error condition.\n\nThe vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6100",
"url": "https://www.suse.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "SUSE Bug 1262098 for CVE-2026-6100",
"url": "https://bugzilla.suse.com/1262098"
}
],
"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 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python312-tools-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_12-1_0-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-base-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-curses-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-dbm-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-devel-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-idle-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tk-3.12.13-150600.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python312-tools-3.12.13-150600.3.59.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-25T14:02:52Z",
"details": "important"
}
],
"title": "CVE-2026-6100"
}
]
}
SUSE-SU-2026:2387-1
Vulnerability from csaf_suse - Published: 2026-06-12 13:57 - Updated: 2026-06-12 13:57Summary
Security update for python
Severity
Important
Notes
Title of the patch: Security update for python
Description of the patch: This update for python fixes the following issues
- CVE-2026-1703: files may be extracted outside the installation directory when installing and extracting maliciously
crafted wheel archives (bsc#1257599).
- CVE-2026-3219: pip doesn't reject concatenated ZIP (bsc#1262429).
- CVE-2026-4786: Incomplete mitigation of %action expansion for command injection to webbrowser.open() (bsc#1262319).
- CVE-2026-6019: BaseCookie.js_output() does not neutralize embedded characters (bsc#1262654).
- CVE-2026-6100: arbitrary code execution or information disclosure via use-after-free in decompression modules
(bsc#1262098).
- CVE-2026-6357: pip self-update functionality can import newly installed modules after wheel installation
(bsc#1263442).
Changes for python:
- For SLE-12-SP1 use vendored libffi (bsc#1261652). We have
libffi4.so from SP3 only.
Patchnames: SUSE-2026-2387,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-2387
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
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
8.1 (High)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.8 (Medium)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
30 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python fixes the following issues\n\n- CVE-2026-1703: files may be extracted outside the installation directory when installing and extracting maliciously\n crafted wheel archives (bsc#1257599).\n- CVE-2026-3219: pip doesn\u0027t reject concatenated ZIP (bsc#1262429).\n- CVE-2026-4786: Incomplete mitigation of %action expansion for command injection to webbrowser.open() (bsc#1262319).\n- CVE-2026-6019: BaseCookie.js_output() does not neutralize embedded characters (bsc#1262654).\n- CVE-2026-6100: arbitrary code execution or information disclosure via use-after-free in decompression modules\n (bsc#1262098).\n- CVE-2026-6357: pip self-update functionality can import newly installed modules after wheel installation\n (bsc#1263442).\n\nChanges for python:\n\n- For SLE-12-SP1 use vendored libffi (bsc#1261652). We have\n libffi4.so from SP3 only.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2387,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-2387",
"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-2026_2387-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2387-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262387-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2387-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047295.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257599",
"url": "https://bugzilla.suse.com/1257599"
},
{
"category": "self",
"summary": "SUSE Bug 1261652",
"url": "https://bugzilla.suse.com/1261652"
},
{
"category": "self",
"summary": "SUSE Bug 1262098",
"url": "https://bugzilla.suse.com/1262098"
},
{
"category": "self",
"summary": "SUSE Bug 1262319",
"url": "https://bugzilla.suse.com/1262319"
},
{
"category": "self",
"summary": "SUSE Bug 1262429",
"url": "https://bugzilla.suse.com/1262429"
},
{
"category": "self",
"summary": "SUSE Bug 1262654",
"url": "https://bugzilla.suse.com/1262654"
},
{
"category": "self",
"summary": "SUSE Bug 1263442",
"url": "https://bugzilla.suse.com/1263442"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1703 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1703/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3219 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3219/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4786 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4786/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6019 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6019/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6100 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6100/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6357 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6357/"
}
],
"title": "Security update for python",
"tracking": {
"current_release_date": "2026-06-12T13:57:53Z",
"generator": {
"date": "2026-06-12T13:57:53Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2387-1",
"initial_release_date": "2026-06-12T13:57:53Z",
"revision_history": [
{
"date": "2026-06-12T13:57:53Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"product_id": "libpython2_7-1_0-2.7.18-150000.120.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.120.1.aarch64",
"product": {
"name": "python-2.7.18-150000.120.1.aarch64",
"product_id": "python-2.7.18-150000.120.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.120.1.aarch64",
"product": {
"name": "python-base-2.7.18-150000.120.1.aarch64",
"product_id": "python-base-2.7.18-150000.120.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.120.1.aarch64",
"product": {
"name": "python-curses-2.7.18-150000.120.1.aarch64",
"product_id": "python-curses-2.7.18-150000.120.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.120.1.aarch64",
"product": {
"name": "python-demo-2.7.18-150000.120.1.aarch64",
"product_id": "python-demo-2.7.18-150000.120.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.120.1.aarch64",
"product": {
"name": "python-devel-2.7.18-150000.120.1.aarch64",
"product_id": "python-devel-2.7.18-150000.120.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.120.1.aarch64",
"product": {
"name": "python-gdbm-2.7.18-150000.120.1.aarch64",
"product_id": "python-gdbm-2.7.18-150000.120.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.120.1.aarch64",
"product": {
"name": "python-idle-2.7.18-150000.120.1.aarch64",
"product_id": "python-idle-2.7.18-150000.120.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.120.1.aarch64",
"product": {
"name": "python-tk-2.7.18-150000.120.1.aarch64",
"product_id": "python-tk-2.7.18-150000.120.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.120.1.aarch64",
"product": {
"name": "python-xml-2.7.18-150000.120.1.aarch64",
"product_id": "python-xml-2.7.18-150000.120.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-64bit-2.7.18-150000.120.1.aarch64_ilp32",
"product": {
"name": "libpython2_7-1_0-64bit-2.7.18-150000.120.1.aarch64_ilp32",
"product_id": "libpython2_7-1_0-64bit-2.7.18-150000.120.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python-64bit-2.7.18-150000.120.1.aarch64_ilp32",
"product": {
"name": "python-64bit-2.7.18-150000.120.1.aarch64_ilp32",
"product_id": "python-64bit-2.7.18-150000.120.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python-base-64bit-2.7.18-150000.120.1.aarch64_ilp32",
"product": {
"name": "python-base-64bit-2.7.18-150000.120.1.aarch64_ilp32",
"product_id": "python-base-64bit-2.7.18-150000.120.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.120.1.i586",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.120.1.i586",
"product_id": "libpython2_7-1_0-2.7.18-150000.120.1.i586"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.120.1.i586",
"product": {
"name": "python-2.7.18-150000.120.1.i586",
"product_id": "python-2.7.18-150000.120.1.i586"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.120.1.i586",
"product": {
"name": "python-base-2.7.18-150000.120.1.i586",
"product_id": "python-base-2.7.18-150000.120.1.i586"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.120.1.i586",
"product": {
"name": "python-curses-2.7.18-150000.120.1.i586",
"product_id": "python-curses-2.7.18-150000.120.1.i586"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.120.1.i586",
"product": {
"name": "python-demo-2.7.18-150000.120.1.i586",
"product_id": "python-demo-2.7.18-150000.120.1.i586"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.120.1.i586",
"product": {
"name": "python-devel-2.7.18-150000.120.1.i586",
"product_id": "python-devel-2.7.18-150000.120.1.i586"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.120.1.i586",
"product": {
"name": "python-gdbm-2.7.18-150000.120.1.i586",
"product_id": "python-gdbm-2.7.18-150000.120.1.i586"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.120.1.i586",
"product": {
"name": "python-idle-2.7.18-150000.120.1.i586",
"product_id": "python-idle-2.7.18-150000.120.1.i586"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.120.1.i586",
"product": {
"name": "python-tk-2.7.18-150000.120.1.i586",
"product_id": "python-tk-2.7.18-150000.120.1.i586"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.120.1.i586",
"product": {
"name": "python-xml-2.7.18-150000.120.1.i586",
"product_id": "python-xml-2.7.18-150000.120.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python-doc-2.7.18-150000.120.1.noarch",
"product": {
"name": "python-doc-2.7.18-150000.120.1.noarch",
"product_id": "python-doc-2.7.18-150000.120.1.noarch"
}
},
{
"category": "product_version",
"name": "python-doc-pdf-2.7.18-150000.120.1.noarch",
"product": {
"name": "python-doc-pdf-2.7.18-150000.120.1.noarch",
"product_id": "python-doc-pdf-2.7.18-150000.120.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"product_id": "libpython2_7-1_0-2.7.18-150000.120.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.120.1.ppc64le",
"product": {
"name": "python-2.7.18-150000.120.1.ppc64le",
"product_id": "python-2.7.18-150000.120.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.120.1.ppc64le",
"product": {
"name": "python-base-2.7.18-150000.120.1.ppc64le",
"product_id": "python-base-2.7.18-150000.120.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.120.1.ppc64le",
"product": {
"name": "python-curses-2.7.18-150000.120.1.ppc64le",
"product_id": "python-curses-2.7.18-150000.120.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.120.1.ppc64le",
"product": {
"name": "python-demo-2.7.18-150000.120.1.ppc64le",
"product_id": "python-demo-2.7.18-150000.120.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.120.1.ppc64le",
"product": {
"name": "python-devel-2.7.18-150000.120.1.ppc64le",
"product_id": "python-devel-2.7.18-150000.120.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.120.1.ppc64le",
"product": {
"name": "python-gdbm-2.7.18-150000.120.1.ppc64le",
"product_id": "python-gdbm-2.7.18-150000.120.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.120.1.ppc64le",
"product": {
"name": "python-idle-2.7.18-150000.120.1.ppc64le",
"product_id": "python-idle-2.7.18-150000.120.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.120.1.ppc64le",
"product": {
"name": "python-tk-2.7.18-150000.120.1.ppc64le",
"product_id": "python-tk-2.7.18-150000.120.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.120.1.ppc64le",
"product": {
"name": "python-xml-2.7.18-150000.120.1.ppc64le",
"product_id": "python-xml-2.7.18-150000.120.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"product_id": "libpython2_7-1_0-2.7.18-150000.120.1.s390x"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.120.1.s390x",
"product": {
"name": "python-2.7.18-150000.120.1.s390x",
"product_id": "python-2.7.18-150000.120.1.s390x"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.120.1.s390x",
"product": {
"name": "python-base-2.7.18-150000.120.1.s390x",
"product_id": "python-base-2.7.18-150000.120.1.s390x"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.120.1.s390x",
"product": {
"name": "python-curses-2.7.18-150000.120.1.s390x",
"product_id": "python-curses-2.7.18-150000.120.1.s390x"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.120.1.s390x",
"product": {
"name": "python-demo-2.7.18-150000.120.1.s390x",
"product_id": "python-demo-2.7.18-150000.120.1.s390x"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.120.1.s390x",
"product": {
"name": "python-devel-2.7.18-150000.120.1.s390x",
"product_id": "python-devel-2.7.18-150000.120.1.s390x"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.120.1.s390x",
"product": {
"name": "python-gdbm-2.7.18-150000.120.1.s390x",
"product_id": "python-gdbm-2.7.18-150000.120.1.s390x"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.120.1.s390x",
"product": {
"name": "python-idle-2.7.18-150000.120.1.s390x",
"product_id": "python-idle-2.7.18-150000.120.1.s390x"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.120.1.s390x",
"product": {
"name": "python-tk-2.7.18-150000.120.1.s390x",
"product_id": "python-tk-2.7.18-150000.120.1.s390x"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.120.1.s390x",
"product": {
"name": "python-xml-2.7.18-150000.120.1.s390x",
"product_id": "python-xml-2.7.18-150000.120.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"product_id": "libpython2_7-1_0-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython2_7-1_0-32bit-2.7.18-150000.120.1.x86_64",
"product": {
"name": "libpython2_7-1_0-32bit-2.7.18-150000.120.1.x86_64",
"product_id": "libpython2_7-1_0-32bit-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.120.1.x86_64",
"product": {
"name": "python-2.7.18-150000.120.1.x86_64",
"product_id": "python-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-32bit-2.7.18-150000.120.1.x86_64",
"product": {
"name": "python-32bit-2.7.18-150000.120.1.x86_64",
"product_id": "python-32bit-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.120.1.x86_64",
"product": {
"name": "python-base-2.7.18-150000.120.1.x86_64",
"product_id": "python-base-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-base-32bit-2.7.18-150000.120.1.x86_64",
"product": {
"name": "python-base-32bit-2.7.18-150000.120.1.x86_64",
"product_id": "python-base-32bit-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.120.1.x86_64",
"product": {
"name": "python-curses-2.7.18-150000.120.1.x86_64",
"product_id": "python-curses-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.120.1.x86_64",
"product": {
"name": "python-demo-2.7.18-150000.120.1.x86_64",
"product_id": "python-demo-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.120.1.x86_64",
"product": {
"name": "python-devel-2.7.18-150000.120.1.x86_64",
"product_id": "python-devel-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.120.1.x86_64",
"product": {
"name": "python-gdbm-2.7.18-150000.120.1.x86_64",
"product_id": "python-gdbm-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.120.1.x86_64",
"product": {
"name": "python-idle-2.7.18-150000.120.1.x86_64",
"product_id": "python-idle-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.120.1.x86_64",
"product": {
"name": "python-tk-2.7.18-150000.120.1.x86_64",
"product_id": "python-tk-2.7.18-150000.120.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.120.1.x86_64",
"product": {
"name": "python-xml-2.7.18-150000.120.1.x86_64",
"product_id": "python-xml-2.7.18-150000.120.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.120.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.120.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.120.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.120.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.120.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64"
},
"product_reference": "python-2.7.18-150000.120.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.120.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le"
},
"product_reference": "python-2.7.18-150000.120.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.120.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x"
},
"product_reference": "python-2.7.18-150000.120.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.120.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64"
},
"product_reference": "python-2.7.18-150000.120.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.120.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64"
},
"product_reference": "python-base-2.7.18-150000.120.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.120.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le"
},
"product_reference": "python-base-2.7.18-150000.120.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.120.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x"
},
"product_reference": "python-base-2.7.18-150000.120.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.120.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64"
},
"product_reference": "python-base-2.7.18-150000.120.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.120.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64"
},
"product_reference": "python-curses-2.7.18-150000.120.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.120.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le"
},
"product_reference": "python-curses-2.7.18-150000.120.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.120.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x"
},
"product_reference": "python-curses-2.7.18-150000.120.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.120.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64"
},
"product_reference": "python-curses-2.7.18-150000.120.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.120.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64"
},
"product_reference": "python-gdbm-2.7.18-150000.120.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.120.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le"
},
"product_reference": "python-gdbm-2.7.18-150000.120.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.120.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x"
},
"product_reference": "python-gdbm-2.7.18-150000.120.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.120.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64"
},
"product_reference": "python-gdbm-2.7.18-150000.120.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.120.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64"
},
"product_reference": "python-xml-2.7.18-150000.120.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.120.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le"
},
"product_reference": "python-xml-2.7.18-150000.120.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.120.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x"
},
"product_reference": "python-xml-2.7.18-150000.120.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.120.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
},
"product_reference": "python-xml-2.7.18-150000.120.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1703",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1703"
}
],
"notes": [
{
"category": "general",
"text": "When pip is installing and extracting a maliciously crafted wheel archive, files may be extracted outside the installation directory. The path traversal is limited to prefixes of the installation directory, thus isn\u0027t able to inject or overwrite executable files in typical situations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1703",
"url": "https://www.suse.com/security/cve/CVE-2026-1703"
},
{
"category": "external",
"summary": "SUSE Bug 1257599 for CVE-2026-1703",
"url": "https://bugzilla.suse.com/1257599"
}
],
"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 Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T13:57:53Z",
"details": "low"
}
],
"title": "CVE-2026-1703"
},
{
"cve": "CVE-2026-3219",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3219"
}
],
"notes": [
{
"category": "general",
"text": "pip handles concatenated tar and ZIP files as ZIP files regardless of filename or whether a file is both a tar and ZIP file. This behavior could result in confusing installation behavior, such as installing \"incorrect\" files according to the filename of the archive. New behavior only proceeds with installation if the file identifies uniquely as a ZIP or tar archive, not as both.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3219",
"url": "https://www.suse.com/security/cve/CVE-2026-3219"
},
{
"category": "external",
"summary": "SUSE Bug 1262429 for CVE-2026-3219",
"url": "https://bugzilla.suse.com/1262429"
}
],
"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 Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T13:57:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-3219"
},
{
"cve": "CVE-2026-4786",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4786"
}
],
"notes": [
{
"category": "general",
"text": "Mitgation of CVE-2026-4519 was incomplete. If the URL contained \"%action\" the mitigation could be bypassed for certain browser types the \"webbrowser.open()\" API could have commands injected into the underlying shell. See CVE-2026-4519 for details.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4786",
"url": "https://www.suse.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "SUSE Bug 1260026 for CVE-2026-4786",
"url": "https://bugzilla.suse.com/1260026"
},
{
"category": "external",
"summary": "SUSE Bug 1262319 for CVE-2026-4786",
"url": "https://bugzilla.suse.com/1262319"
}
],
"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 Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T13:57:53Z",
"details": "important"
}
],
"title": "CVE-2026-4786"
},
{
"cve": "CVE-2026-6019",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6019"
}
],
"notes": [
{
"category": "general",
"text": "http.cookies.Morsel.js_output() returns an inline \u003cscript\u003e snippet and only escapes \" for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence \u003c/script\u003e inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6019",
"url": "https://www.suse.com/security/cve/CVE-2026-6019"
},
{
"category": "external",
"summary": "SUSE Bug 1262654 for CVE-2026-6019",
"url": "https://bugzilla.suse.com/1262654"
}
],
"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 Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T13:57:53Z",
"details": "low"
}
],
"title": "CVE-2026-6019"
},
{
"cve": "CVE-2026-6100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6100"
}
],
"notes": [
{
"category": "general",
"text": "Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling pointer in this specific error condition.\n\nThe vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6100",
"url": "https://www.suse.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "SUSE Bug 1262098 for CVE-2026-6100",
"url": "https://bugzilla.suse.com/1262098"
}
],
"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 Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T13:57:53Z",
"details": "important"
}
],
"title": "CVE-2026-6100"
},
{
"cve": "CVE-2026-6357",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6357"
}
],
"notes": [
{
"category": "general",
"text": "pip prior to version 26.1 would run self-update check functionality after installing wheel files which required importing well-known Python modules names. These module imports were intentionally deferred to increase startup time of the pip CLI. The patch changes self-update functionality to run before wheels are installed to prevent newly-installed modules from being imported shortly after the installation of a wheel package. Users should still review package contents prior to installation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6357",
"url": "https://www.suse.com/security/cve/CVE-2026-6357"
},
{
"category": "external",
"summary": "SUSE Bug 1263442 for CVE-2026-6357",
"url": "https://bugzilla.suse.com/1263442"
}
],
"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 Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.120.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.120.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-12T13:57:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-6357"
}
]
}
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…