Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-6100 (GCVE-0-2026-6100)
Vulnerability from cvelistv5 – Published: 2026-04-13 17:15 – Updated: 2026-04-14 14:30
VLAI
EPSS
Title
Use-after-free in lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile after re-use under memory pressure
Summary
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.
The 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.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: total
CISA Coordinator (v2.0.3)
Assigner
References
9 references
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.15.0
(python)
|
Credits
Ryan Hileman
Stan Ulbrych
Seth Larson
Stan Ulbrych
Ryan Hileman
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-6100",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-13T19:21:03.412763Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-13T19:21:10.878Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-04-13T19:29:27.322Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/04/13/10"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.15.0",
"status": "affected",
"version": "0",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Ryan Hileman"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Stan Ulbrych"
},
{
"lang": "en",
"type": "coordinator",
"value": "Seth Larson"
},
{
"lang": "en",
"type": "finder",
"value": "Stan Ulbrych"
},
{
"lang": "en",
"type": "finder",
"value": "Ryan Hileman"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "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.\u003cbr\u003e\u003cbr\u003eThe 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."
}
],
"value": "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."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416 Use after free",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "CWE-787 Out-of-bounds write",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-14T14:30:25.622Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/148396"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/148395"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/47128e64f98c3a20271138a98c2922bea2a3ee0e"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/e20c6c9667c99ecaab96e1a2b3767082841ffc8b"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Use-after-free in lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile after re-use under memory pressure",
"x_generator": {
"engine": "Vulnogram 0.6.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2026-6100",
"datePublished": "2026-04-13T17:15:47.606Z",
"dateReserved": "2026-04-10T21:13:45.428Z",
"dateUpdated": "2026-04-14T14:30:25.622Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-6100",
"date": "2026-06-04",
"epss": "0.00164",
"percentile": "0.37113"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-6100\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2026-04-13T18:16:31.297\",\"lastModified\":\"2026-04-17T15:18:16.507\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"},{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/47128e64f98c3a20271138a98c2922bea2a3ee0e\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/e20c6c9667c99ecaab96e1a2b3767082841ffc8b\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/148395\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/148396\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/04/13/10\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/04/13/10\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-04-13T19:29:27.322Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-6100\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-13T19:21:03.412763Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-13T19:21:07.815Z\"}}], \"cna\": {\"title\": \"Use-after-free in lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile after re-use under memory pressure\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Ryan Hileman\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Stan Ulbrych\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Seth Larson\"}, {\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Stan Ulbrych\"}, {\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Ryan Hileman\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 9.1, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.15.0\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/pull/148396\", \"tags\": [\"patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/issues/148395\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/47128e64f98c3a20271138a98c2922bea2a3ee0e\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/e20c6c9667c99ecaab96e1a2b3767082841ffc8b\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.6.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"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.\u003cbr\u003e\u003cbr\u003eThe 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.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416 Use after free\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787 Out-of-bounds write\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2026-04-14T14:30:25.622Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-6100\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-14T14:30:25.622Z\", \"dateReserved\": \"2026-04-10T21:13:45.428Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2026-04-13T17:15:47.606Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
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"
}
]
}
WID-SEC-W-2026-1087
Vulnerability from csaf_certbund - Published: 2026-04-13 22:00 - Updated: 2026-05-27 22:00Summary
CPython: Mehrere Schwachstellen
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.
Angriff: Ein Angreifer kann mehrere Schwachstellen in Python ausnutzen, um Sicherheitsvorkehrungen zu umgehen, und um Daten zu manipulieren.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux Update Infrastructure 5.1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_5.1
|
Update Infrastructure 5.1 | |
|
Red Hat Enterprise Linux Cryostat <4.2.0
Red Hat / Enterprise Linux
|
Cryostat <4.2.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Python CPython <3.15.0
Open Source / Python
|
CPython <3.15.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
Affected products
Known affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux Update Infrastructure 5.1
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:update_infrastructure_5.1
|
Update Infrastructure 5.1 | |
|
Red Hat Enterprise Linux Cryostat <4.2.0
Red Hat / Enterprise Linux
|
Cryostat <4.2.0 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Python CPython <3.15.0
Open Source / Python
|
CPython <3.15.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
References
83 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Python ist eine universelle, \u00fcblicherweise interpretierte, h\u00f6here Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Python ausnutzen, um Sicherheitsvorkehrungen zu umgehen, und um Daten zu manipulieren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1087 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1087.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1087 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1087"
},
{
"category": "external",
"summary": "OSS Security Mailing List vom 2026-04-13",
"url": "https://seclists.org/oss-sec/2026/q2/122"
},
{
"category": "external",
"summary": "CVE Record vom 2026-04-13",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6100"
},
{
"category": "external",
"summary": "OSS Security Mailing List vom 2026-04-13",
"url": "https://seclists.org/oss-sec/2026/q2/123"
},
{
"category": "external",
"summary": "CVE Record vom 2026-04-13",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4786"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-E20864D099 vom 2026-04-14",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-e20864d099"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-F15653A0AA vom 2026-04-14",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-f15653a0aa"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4532 vom 2026-04-15",
"url": "https://lists.debian.org/debian-lts-announce/2026/04/msg00012.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-BB0E94C26C vom 2026-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-bb0e94c26c"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-2DFCF9D705 vom 2026-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-2dfcf9d705"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-43577DC43B vom 2026-04-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-43577dc43b"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-30FBC5A8B2 vom 2026-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-30fbc5a8b2"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-6E657E937A vom 2026-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-6e657e937a"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-382DF0CFCE vom 2026-04-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-382df0cfce"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-1FD21102D1 vom 2026-04-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-1fd21102d1"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-763E814AFA vom 2026-04-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-763e814afa"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-F684007460 vom 2026-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-f684007460"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-F04915EBFD vom 2026-04-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-f04915ebfd"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-841A2250E4 vom 2026-04-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-841a2250e4"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-952616F3D6 vom 2026-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-952616f3d6"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-97A8EB204A vom 2026-04-18",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-97a8eb204a"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-DD34C4467B vom 2026-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-dd34c4467b"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-A5BA8297FD vom 2026-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-a5ba8297fd"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-60A694A385 vom 2026-04-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-60a694a385"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-85CF3694D8 vom 2026-04-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-85cf3694d8"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-7986D7F994 vom 2026-04-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-7986d7f994"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-77D74CF57F vom 2026-04-20",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-77d74cf57f"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-C1CA370C1A vom 2026-04-22",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-c1ca370c1a"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9228 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9228"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8822 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:8822"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-F08D5A8191 vom 2026-04-22",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-f08d5a8191"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-A335D04675 vom 2026-04-22",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-a335d04675"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-5E7144A6AF vom 2026-04-22",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-5e7144a6af"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10140 vom 2026-04-23",
"url": "https://access.redhat.com/errata/RHSA-2026:10140"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10141 vom 2026-04-23",
"url": "https://access.redhat.com/errata/RHSA-2026:10141"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10117 vom 2026-04-23",
"url": "https://access.redhat.com/errata/RHSA-2026:10117"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10711 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10711"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10745 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10745"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:10949 vom 2026-04-28",
"url": "https://errata.build.resf.org/RLSA-2026:10949"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:11062 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:11062"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:10774 vom 2026-04-28",
"url": "https://errata.build.resf.org/RLSA-2026:10774"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:10745 vom 2026-04-28",
"url": "https://errata.build.resf.org/RLSA-2026:10745"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:11077 vom 2026-04-28",
"url": "https://access.redhat.com/errata/RHSA-2026:11077"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10949 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10949"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10774 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10774"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-10774 vom 2026-04-28",
"url": "https://linux.oracle.com/errata/ELSA-2026-10774.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-10949 vom 2026-04-28",
"url": "https://linux.oracle.com/errata/ELSA-2026-10949.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10950 vom 2026-04-27",
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-10711 vom 2026-04-28",
"url": "https://linux.oracle.com/errata/ELSA-2026-10711.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:10950 vom 2026-04-28",
"url": "https://errata.build.resf.org/RLSA-2026:10950"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-10745 vom 2026-04-28",
"url": "https://linux.oracle.com/errata/ELSA-2026-10745.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-10950 vom 2026-04-28",
"url": "https://linux.oracle.com/errata/ELSA-2026-10950.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-11062 vom 2026-04-28",
"url": "https://linux.oracle.com/errata/ELSA-2026-11062.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:11062 vom 2026-04-29",
"url": "https://errata.build.resf.org/RLSA-2026:11062"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-11077 vom 2026-04-28",
"url": "http://linux.oracle.com/errata/ELSA-2026-11077.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:11768 vom 2026-04-29",
"url": "https://access.redhat.com/errata/RHSA-2026:11768"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10648-1 vom 2026-04-30",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OXHGJMXUDOCG2I5BPJZODVN2BZU3NZKD/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13692 vom 2026-05-05",
"url": "https://access.redhat.com/errata/RHSA-2026:13692"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:13812 vom 2026-05-05",
"url": "https://access.redhat.com/errata/RHSA-2026:13812"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1715-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025888.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:14391 vom 2026-05-07",
"url": "https://access.redhat.com/errata/RHSA-2026:14391"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:14653 vom 2026-05-07",
"url": "https://access.redhat.com/errata/RHSA-2026:14653"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:14656 vom 2026-05-07",
"url": "https://access.redhat.com/errata/RHSA-2026:14656"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:14652 vom 2026-05-07",
"url": "https://access.redhat.com/errata/RHSA-2026:14652"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16699 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16699"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17525 vom 2026-05-15",
"url": "https://access.redhat.com/errata/RHSA-2026:17525"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17619 vom 2026-05-14",
"url": "https://access.redhat.com/errata/RHSA-2026:17619"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1818-1 vom 2026-05-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026020.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1937-1 vom 2026-05-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026118.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1947-1 vom 2026-05-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026108.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19176 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19176"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19064 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19175 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19175"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19216 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19216"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19177 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19019 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19019"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19549 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19549"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19571 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19571"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19570 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19570"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19576 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19576"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17789 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:17789"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21275 vom 2026-05-27",
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
}
],
"source_lang": "en-US",
"title": "CPython: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-27T22:00:00.000+00:00",
"generator": {
"date": "2026-05-28T07:26:08.670+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1087",
"initial_release_date": "2026-04-13T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-13T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-04-19T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2026-04-20T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2026-04-22T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Fedora und Red Hat aufgenommen"
},
{
"date": "2026-04-23T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-26T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-27T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Rocky Enterprise Software Foundation, Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2026-04-28T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Oracle Linux aufgenommen"
},
{
"date": "2026-04-29T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-03T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-05-04T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-05T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2026-05-18T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "21"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "CPython \u003c3.15.0",
"product": {
"name": "Open Source Python CPython \u003c3.15.0",
"product_id": "T052734"
}
},
{
"category": "product_version",
"name": "CPython 3.15.0",
"product": {
"name": "Open Source Python CPython 3.15.0",
"product_id": "T052734-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:cpython__3.15.0"
}
}
}
],
"category": "product_name",
"name": "Python"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version_range",
"name": "Cryostat \u003c4.2.0",
"product": {
"name": "Red Hat Enterprise Linux Cryostat \u003c4.2.0",
"product_id": "T054651"
}
},
{
"category": "product_version",
"name": "Cryostat 4.2.0",
"product": {
"name": "Red Hat Enterprise Linux Cryostat 4.2.0",
"product_id": "T054651-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:cryostat__4.2.0"
}
}
},
{
"category": "product_version",
"name": "Update Infrastructure 5.1",
"product": {
"name": "Red Hat Enterprise Linux Update Infrastructure 5.1",
"product_id": "T054761",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:update_infrastructure_5.1"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-4786",
"product_status": {
"known_affected": [
"T054761",
"T054651",
"2951",
"T002207",
"67646",
"T027843",
"T052734",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-04-13T22:00:00.000+00:00",
"title": "CVE-2026-4786"
},
{
"cve": "CVE-2026-6100",
"product_status": {
"known_affected": [
"T054761",
"T054651",
"2951",
"T002207",
"67646",
"T027843",
"T052734",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-04-13T22:00:00.000+00:00",
"title": "CVE-2026-6100"
}
]
}
WID-SEC-W-2026-1666
Vulnerability from csaf_certbund - Published: 2026-05-25 22:00 - Updated: 2026-05-27 22:00Summary
IBM QRadar SIEM: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: IBM QRadar Security Information and Event Management (SIEM) bietet Unterstützung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.
Angriff: Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuführen, um seine Privilegien zu erhöhen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, und um Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme: - Linux
- UNIX
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuf\u00fchren, um seine Privilegien zu erh\u00f6hen, um einen Denial of Service Angriff durchzuf\u00fchren, um Informationen offenzulegen, und um Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1666 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1666.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1666 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1666"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7273957 vom 2026-05-25",
"url": "https://www.ibm.com/support/pages/node/7273957"
}
],
"source_lang": "en-US",
"title": "IBM QRadar SIEM: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-27T22:00:00.000+00:00",
"generator": {
"date": "2026-05-28T06:45:38.746+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1666",
"initial_release_date": "2026-05-25T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2024-55601"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP15 IF03",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP15 IF03",
"product_id": "T054671"
}
},
{
"category": "product_version",
"name": "7.5.0 UP15 IF03",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP15 IF03",
"product_id": "T054671-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up15_if03"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2006-10002",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2006-10002"
},
{
"cve": "CVE-2006-10003",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2006-10003"
},
{
"cve": "CVE-2024-41073",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2024-41073"
},
{
"cve": "CVE-2024-56462",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2024-56462"
},
{
"cve": "CVE-2025-40252",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2025-40252"
},
{
"cve": "CVE-2025-68724",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2025-68724"
},
{
"cve": "CVE-2025-68741",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2025-68741"
},
{
"cve": "CVE-2026-1519",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-1519"
},
{
"cve": "CVE-2026-23191",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-23191"
},
{
"cve": "CVE-2026-23401",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-23401"
},
{
"cve": "CVE-2026-27135",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-27135"
},
{
"cve": "CVE-2026-28417",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-28417"
},
{
"cve": "CVE-2026-28421",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-28421"
},
{
"cve": "CVE-2026-31402",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-31402"
},
{
"cve": "CVE-2026-31431",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-31431"
},
{
"cve": "CVE-2026-33412",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-33412"
},
{
"cve": "CVE-2026-34982",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-34982"
},
{
"cve": "CVE-2026-35385",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35385"
},
{
"cve": "CVE-2026-35386",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35386"
},
{
"cve": "CVE-2026-35387",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35387"
},
{
"cve": "CVE-2026-35388",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35388"
},
{
"cve": "CVE-2026-35414",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35414"
},
{
"cve": "CVE-2026-35535",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35535"
},
{
"cve": "CVE-2026-4424",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-4424"
},
{
"cve": "CVE-2026-4519",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-4519"
},
{
"cve": "CVE-2026-4786",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-4786"
},
{
"cve": "CVE-2026-5121",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-5121"
},
{
"cve": "CVE-2026-6100",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-6100"
}
]
}
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…