Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-2297 (GCVE-0-2026-2297)
Vulnerability from cvelistv5 – Published: 2026-03-04 22:10 – Updated: 2026-08-13 00:28
VLAI
EPSS
VEX
Title
SourcelessFileLoader does not use io.open_code()
Summary
The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-03-12 14:58 UTC
CWE
- CWE-668 - Exposure of Resource to Wrong Sphere
Assigner
References
9 references
Impacted products
1 product
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.10.21
(python)
Affected: 3.11.0 , < 3.11.16 (python) Affected: 3.12.0 , < 3.12.14 (python) Affected: 3.13.0 , < 3.13.13 (python) Affected: 3.14.0 , < 3.14.4 (python) Affected: 3.15.0a1 , < 3.15.0a7 (python) |
guessed |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-03-05T18:35:25.713Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/05/6"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-2297",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-12T14:58:41.472003Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-668",
"description": "CWE-668 Exposure of Resource to Wrong Sphere",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-12T14:58:46.051Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.10.21",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.11.16",
"status": "affected",
"version": "3.11.0",
"versionType": "python"
},
{
"lessThan": "3.12.14",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.13",
"status": "affected",
"version": "3.13.0",
"versionType": "python"
},
{
"lessThan": "3.14.4",
"status": "affected",
"version": "3.14.0",
"versionType": "python"
},
{
"lessThan": "3.15.0a7",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "The import hook in CPython that handles legacy \u003ccode\u003e*.pyc\u003c/code\u003e files (\u003ccode\u003eSourcelessFileLoader\u003c/code\u003e) is incorrectly handled in \u003ccode\u003eFileLoader\u003c/code\u003e (a base class) and so does not use \u003ccode\u003eio.open_code()\u003c/code\u003e to read the \u003ccode\u003e.pyc\u003c/code\u003e files. sys.audit handlers for this audit event therefore do not fire."
}
],
"value": "The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "LOCAL",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "LOW",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-13T00:28:17.928Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/145506"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/145507"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/482d6f8bdba9da3725d272e8bb4a2d25fb6a603e"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/a51b1b512de1d56b3714b65628a2eae2b07e535e"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/e58e9802b9bec5cdbf48fc9bf1da5f4fda482e86"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/69ddd9bb2cc4bd69b1565647c18659c6a789ccd9"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/876858c9f65d9ab656c7fa639f268ce7856d89dd"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/c70adad78caeeea33f92f560ecb93331ca11bf66"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "SourcelessFileLoader does not use io.open_code()",
"x_generator": {
"engine": "Vulnogram 0.5.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2026-2297",
"datePublished": "2026-03-04T22:10:43.297Z",
"dateReserved": "2026-02-10T16:26:08.298Z",
"dateUpdated": "2026-08-13T00:28:17.928Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-2297",
"date": "2026-09-06",
"epss": "0.00212",
"percentile": "0.11437"
},
"microsoft_vex": {
"current_release_date": "2026-08-10T14:51:14.000Z",
"cve": "CVE-2026-2297",
"id": "msrc_CVE-2026-2297",
"initial_release_date": "2026-03-07T01:04:51.000Z",
"product_status:fixed": "2",
"product_status:known_affected": "7",
"product_status:known_not_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "SourcelessFileLoader does not use io.open_code()",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-2297.json",
"version": "8"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-2297\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2026-03-04T23:16:10.757\",\"lastModified\":\"2026-08-13T01:16:52.527\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.\"},{\"lang\":\"es\",\"value\":\"El gancho de importaci\u00f3n en CPython que maneja los archivos *.pyc heredados (SourcelessFileLoader) es manejado incorrectamente en FileLoader (una clase base) y por lo tanto no usa io.open_code() para leer los archivos .pyc. Los manejadores de sys.audit para este evento de auditor\u00eda, por lo tanto, no se disparan.\"}],\"affected\":[{\"source\":\"cna@python.org\",\"affectedData\":[{\"vendor\":\"Python Software Foundation\",\"product\":\"CPython\",\"defaultStatus\":\"unaffected\",\"repo\":\"https://github.com/python/cpython\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"3.10.21\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"3.11.0\",\"lessThan\":\"3.11.16\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"3.12.0\",\"lessThan\":\"3.12.14\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"3.13.0\",\"lessThan\":\"3.13.13\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"3.14.0\",\"lessThan\":\"3.14.4\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"3.15.0a1\",\"lessThan\":\"3.15.0a7\",\"versionType\":\"python\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/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\":5.7,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"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\"}}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-03-12T14:58:41.472003Z\",\"id\":\"CVE-2026-2297\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-668\"}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/482d6f8bdba9da3725d272e8bb4a2d25fb6a603e\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/69ddd9bb2cc4bd69b1565647c18659c6a789ccd9\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/876858c9f65d9ab656c7fa639f268ce7856d89dd\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/a51b1b512de1d56b3714b65628a2eae2b07e535e\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/c70adad78caeeea33f92f560ecb93331ca11bf66\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/e58e9802b9bec5cdbf48fc9bf1da5f4fda482e86\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/145506\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/145507\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/05/6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"redhat_vex": {
"aggregate_severity": "Low",
"current_release_date": "2026-08-25T10:04:04+00:00",
"cve": "CVE-2026-2297",
"id": "CVE-2026-2297",
"initial_release_date": "2026-03-04T22:10:43.297000+00:00",
"product_status:fixed": "348",
"product_status:known_affected": "154",
"product_status:known_not_affected": "4",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "cpython: CPython: Logging Bypass in Legacy .pyc File Handling",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-2297.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-09-02T12:32:22Z",
"cve": "CVE-2026-2297",
"id": "CVE-2026-2297",
"initial_release_date": "2026-03-05T13:58:19Z",
"product_status:known_affected": "409",
"product_status:known_not_affected": "369",
"product_status:recommended": "513",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-2297",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-2297.json",
"version": "52"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/05/6\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-03-05T18:35:25.713Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-2297\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-12T14:58:41.472003Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-668\", \"description\": \"CWE-668 Exposure of Resource to Wrong Sphere\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-12T14:58:35.936Z\"}}], \"cna\": {\"title\": \"SourcelessFileLoader does not use io.open_code()\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 5.7, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"LOW\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"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.10.21\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.16\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.14\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0\", \"lessThan\": \"3.13.13\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0\", \"lessThan\": \"3.14.4\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.15.0a1\", \"lessThan\": \"3.15.0a7\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/issues/145506\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/pull/145507\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/482d6f8bdba9da3725d272e8bb4a2d25fb6a603e\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/a51b1b512de1d56b3714b65628a2eae2b07e535e\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/e58e9802b9bec5cdbf48fc9bf1da5f4fda482e86\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/69ddd9bb2cc4bd69b1565647c18659c6a789ccd9\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/876858c9f65d9ab656c7fa639f268ce7856d89dd\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/c70adad78caeeea33f92f560ecb93331ca11bf66\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.5.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"The import hook in CPython that handles legacy \u003ccode\u003e*.pyc\u003c/code\u003e files (\u003ccode\u003eSourcelessFileLoader\u003c/code\u003e) is incorrectly handled in \u003ccode\u003eFileLoader\u003c/code\u003e (a base class) and so does not use \u003ccode\u003eio.open_code()\u003c/code\u003e to read the \u003ccode\u003e.pyc\u003c/code\u003e files. sys.audit handlers for this audit event therefore do not fire.\", \"base64\": false}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2026-08-13T00:28:17.928Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-2297\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-13T00:28:17.928Z\", \"dateReserved\": \"2026-02-10T16:26:08.298Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2026-03-04T22:10:43.297Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:1349-1
Vulnerability from csaf_suse - Published: 2026-04-15 13:35 - Updated: 2026-04-15 13:35Summary
Security update for python311
Severity
Important
Notes
Title of the patch: Security update for python311
Description of the patch: This update for python311 fixes the following issues:
- Updated to Python 3.11.15
- CVE-2025-6075: If the value passed to os.path.expandvars() is user-controlled a performance degradation is possible when expanding environment variables (bsc#1252974).
- CVE-2025-11468: header injection when folding a long comment in an email header containing exclusively unfoldable characters (bsc#1257029).
- CVE-2025-12084: cpython: python: cpython: Quadratic algorithm in xml.dom.minidom leads to denial of service (bsc#1254997).
- CVE-2025-13462: incorrect parsing of TarInfo header when GNU long name and type AREGTYPE are combined (bsc#1259611).
- CVE-2025-13836: When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length (bsc#1254400).
- CVE-2025-13837: When loading a plist file, the plistlib module reads data in size specified by the file itself, meaning a malicious file can cause OOM and DoS issues (bsc#1254401).
- CVE-2025-15282: user-controlled data URLs parsed may allow injecting headers (bsc#1257046).
- CVE-2026-0672: HTTP header injection via user-controlled cookie values and parameters when using http.cookies.Morsel (bsc#1257031).
- CVE-2026-0865: user-controlled header containing newlines can allow injecting HTTP headers (bsc#1257042).
- CVE-2026-1299: header injection when an email is serialized due to improper newline quoting in `BytesGenerator` (bsc#1257181).
- CVE-2026-2297: cpython: incorrectly handled hook in FileLoader can lead to validation bypass (bsc#1259240).
- CVE-2026-3479: python: improper resource argument validation can allow path traversal (bsc#1259989).
- CVE-2026-3644: incomplete control character validation in http.cookies (bsc#1259734).
- CVE-2026-4224: C stack overflow when parsing XML with deeply nested DTD content models (bsc#1259735).
- CVE-2026-4519: leading dashes in URLs are accepted by the `webbrowser.open()` API and allow for web browser command line option injection (bsc#1260026).
Patchnames: SUSE-2026-1349,SUSE-SLE-Module-Basesystem-15-SP7-2026-1349,SUSE-SLE-Module-Python3-15-SP7-2026-1349,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1349,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1349,openSUSE-SLE-15.6-2026-1349
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.5 (High)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
6.5 (Medium)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4 (Medium)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.2 (High)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.5 (Medium)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
6.5 (Medium)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.9 (Medium)
Affected products
Recommended
141 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
64 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 python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- Updated to Python 3.11.15\n- CVE-2025-6075: If the value passed to os.path.expandvars() is user-controlled a performance degradation is possible when expanding environment variables (bsc#1252974).\n- CVE-2025-11468: header injection when folding a long comment in an email header containing exclusively unfoldable characters (bsc#1257029).\n- CVE-2025-12084: cpython: python: cpython: Quadratic algorithm in xml.dom.minidom leads to denial of service (bsc#1254997).\n- CVE-2025-13462: incorrect parsing of TarInfo header when GNU long name and type AREGTYPE are combined (bsc#1259611).\n- CVE-2025-13836: When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length (bsc#1254400).\n- CVE-2025-13837: When loading a plist file, the plistlib module reads data in size specified by the file itself, meaning a malicious file can cause OOM and DoS issues (bsc#1254401).\n- CVE-2025-15282: user-controlled data URLs parsed may allow injecting headers (bsc#1257046).\n- CVE-2026-0672: HTTP header injection via user-controlled cookie values and parameters when using http.cookies.Morsel (bsc#1257031).\n- CVE-2026-0865: user-controlled header containing newlines can allow injecting HTTP headers (bsc#1257042).\n- CVE-2026-1299: header injection when an email is serialized due to improper newline quoting in `BytesGenerator` (bsc#1257181).\n- CVE-2026-2297: cpython: incorrectly handled hook in FileLoader can lead to validation bypass (bsc#1259240).\n- CVE-2026-3479: python: improper resource argument validation can allow path traversal (bsc#1259989).\n- CVE-2026-3644: incomplete control character validation in http.cookies (bsc#1259734).\n- CVE-2026-4224: C stack overflow when parsing XML with deeply nested DTD content models (bsc#1259735).\n- CVE-2026-4519: leading dashes in URLs are accepted by the `webbrowser.open()` API and allow for web browser command line option injection (bsc#1260026).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1349,SUSE-SLE-Module-Basesystem-15-SP7-2026-1349,SUSE-SLE-Module-Python3-15-SP7-2026-1349,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1349,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1349,openSUSE-SLE-15.6-2026-1349",
"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_1349-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1349-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261349-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1349-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045567.html"
},
{
"category": "self",
"summary": "SUSE Bug 1252974",
"url": "https://bugzilla.suse.com/1252974"
},
{
"category": "self",
"summary": "SUSE Bug 1254400",
"url": "https://bugzilla.suse.com/1254400"
},
{
"category": "self",
"summary": "SUSE Bug 1254401",
"url": "https://bugzilla.suse.com/1254401"
},
{
"category": "self",
"summary": "SUSE Bug 1254997",
"url": "https://bugzilla.suse.com/1254997"
},
{
"category": "self",
"summary": "SUSE Bug 1257029",
"url": "https://bugzilla.suse.com/1257029"
},
{
"category": "self",
"summary": "SUSE Bug 1257031",
"url": "https://bugzilla.suse.com/1257031"
},
{
"category": "self",
"summary": "SUSE Bug 1257042",
"url": "https://bugzilla.suse.com/1257042"
},
{
"category": "self",
"summary": "SUSE Bug 1257046",
"url": "https://bugzilla.suse.com/1257046"
},
{
"category": "self",
"summary": "SUSE Bug 1257181",
"url": "https://bugzilla.suse.com/1257181"
},
{
"category": "self",
"summary": "SUSE Bug 1259240",
"url": "https://bugzilla.suse.com/1259240"
},
{
"category": "self",
"summary": "SUSE Bug 1259611",
"url": "https://bugzilla.suse.com/1259611"
},
{
"category": "self",
"summary": "SUSE Bug 1259734",
"url": "https://bugzilla.suse.com/1259734"
},
{
"category": "self",
"summary": "SUSE Bug 1259735",
"url": "https://bugzilla.suse.com/1259735"
},
{
"category": "self",
"summary": "SUSE Bug 1259989",
"url": "https://bugzilla.suse.com/1259989"
},
{
"category": "self",
"summary": "SUSE Bug 1260026",
"url": "https://bugzilla.suse.com/1260026"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-12084 page",
"url": "https://www.suse.com/security/cve/CVE-2025-12084/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-13462 page",
"url": "https://www.suse.com/security/cve/CVE-2025-13462/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-13836 page",
"url": "https://www.suse.com/security/cve/CVE-2025-13836/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-13837 page",
"url": "https://www.suse.com/security/cve/CVE-2025-13837/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15282 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15282/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6075 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6075/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0672 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0672/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0865/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1299 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1299/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2297 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2297/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3479 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3479/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3644 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3644/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4224 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4224/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4519 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4519/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2026-04-15T13:35:56Z",
"generator": {
"date": "2026-04-15T13:35:56Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1349-1",
"initial_release_date": "2026-04-15T13:35:56Z",
"revision_history": [
{
"date": "2026-04-15T13:35:56Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "python311-3.11.15-150600.3.53.1.aarch64",
"product_id": "python311-3.11.15-150600.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "python311-base-3.11.15-150600.3.53.1.aarch64",
"product_id": "python311-base-3.11.15-150600.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "python311-curses-3.11.15-150600.3.53.1.aarch64",
"product_id": "python311-curses-3.11.15-150600.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "python311-dbm-3.11.15-150600.3.53.1.aarch64",
"product_id": "python311-dbm-3.11.15-150600.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "python311-devel-3.11.15-150600.3.53.1.aarch64",
"product_id": "python311-devel-3.11.15-150600.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "python311-doc-3.11.15-150600.3.53.1.aarch64",
"product_id": "python311-doc-3.11.15-150600.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"product_id": "python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "python311-idle-3.11.15-150600.3.53.1.aarch64",
"product_id": "python311-idle-3.11.15-150600.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"product_id": "python311-testsuite-3.11.15-150600.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "python311-tk-3.11.15-150600.3.53.1.aarch64",
"product_id": "python311-tk-3.11.15-150600.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.15-150600.3.53.1.aarch64",
"product": {
"name": "python311-tools-3.11.15-150600.3.53.1.aarch64",
"product_id": "python311-tools-3.11.15-150600.3.53.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.15-150600.3.53.1.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.15-150600.3.53.1.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.15-150600.3.53.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.15-150600.3.53.1.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.15-150600.3.53.1.aarch64_ilp32",
"product_id": "python311-64bit-3.11.15-150600.3.53.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.15-150600.3.53.1.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.15-150600.3.53.1.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.15-150600.3.53.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.i586",
"product": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.i586",
"product_id": "libpython3_11-1_0-3.11.15-150600.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-150600.3.53.1.i586",
"product": {
"name": "python311-3.11.15-150600.3.53.1.i586",
"product_id": "python311-3.11.15-150600.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-150600.3.53.1.i586",
"product": {
"name": "python311-base-3.11.15-150600.3.53.1.i586",
"product_id": "python311-base-3.11.15-150600.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-150600.3.53.1.i586",
"product": {
"name": "python311-curses-3.11.15-150600.3.53.1.i586",
"product_id": "python311-curses-3.11.15-150600.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.15-150600.3.53.1.i586",
"product": {
"name": "python311-dbm-3.11.15-150600.3.53.1.i586",
"product_id": "python311-dbm-3.11.15-150600.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.15-150600.3.53.1.i586",
"product": {
"name": "python311-devel-3.11.15-150600.3.53.1.i586",
"product_id": "python311-devel-3.11.15-150600.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.15-150600.3.53.1.i586",
"product": {
"name": "python311-doc-3.11.15-150600.3.53.1.i586",
"product_id": "python311-doc-3.11.15-150600.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.i586",
"product": {
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.i586",
"product_id": "python311-doc-devhelp-3.11.15-150600.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.15-150600.3.53.1.i586",
"product": {
"name": "python311-idle-3.11.15-150600.3.53.1.i586",
"product_id": "python311-idle-3.11.15-150600.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.15-150600.3.53.1.i586",
"product": {
"name": "python311-testsuite-3.11.15-150600.3.53.1.i586",
"product_id": "python311-testsuite-3.11.15-150600.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.15-150600.3.53.1.i586",
"product": {
"name": "python311-tk-3.11.15-150600.3.53.1.i586",
"product_id": "python311-tk-3.11.15-150600.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.15-150600.3.53.1.i586",
"product": {
"name": "python311-tools-3.11.15-150600.3.53.1.i586",
"product_id": "python311-tools-3.11.15-150600.3.53.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "python311-3.11.15-150600.3.53.1.ppc64le",
"product_id": "python311-3.11.15-150600.3.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "python311-base-3.11.15-150600.3.53.1.ppc64le",
"product_id": "python311-base-3.11.15-150600.3.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "python311-curses-3.11.15-150600.3.53.1.ppc64le",
"product_id": "python311-curses-3.11.15-150600.3.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"product_id": "python311-dbm-3.11.15-150600.3.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "python311-devel-3.11.15-150600.3.53.1.ppc64le",
"product_id": "python311-devel-3.11.15-150600.3.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "python311-doc-3.11.15-150600.3.53.1.ppc64le",
"product_id": "python311-doc-3.11.15-150600.3.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"product_id": "python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "python311-idle-3.11.15-150600.3.53.1.ppc64le",
"product_id": "python311-idle-3.11.15-150600.3.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"product_id": "python311-testsuite-3.11.15-150600.3.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "python311-tk-3.11.15-150600.3.53.1.ppc64le",
"product_id": "python311-tk-3.11.15-150600.3.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.15-150600.3.53.1.ppc64le",
"product": {
"name": "python311-tools-3.11.15-150600.3.53.1.ppc64le",
"product_id": "python311-tools-3.11.15-150600.3.53.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"product_id": "libpython3_11-1_0-3.11.15-150600.3.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "python311-3.11.15-150600.3.53.1.s390x",
"product_id": "python311-3.11.15-150600.3.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "python311-base-3.11.15-150600.3.53.1.s390x",
"product_id": "python311-base-3.11.15-150600.3.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "python311-curses-3.11.15-150600.3.53.1.s390x",
"product_id": "python311-curses-3.11.15-150600.3.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "python311-dbm-3.11.15-150600.3.53.1.s390x",
"product_id": "python311-dbm-3.11.15-150600.3.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "python311-devel-3.11.15-150600.3.53.1.s390x",
"product_id": "python311-devel-3.11.15-150600.3.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "python311-doc-3.11.15-150600.3.53.1.s390x",
"product_id": "python311-doc-3.11.15-150600.3.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"product_id": "python311-doc-devhelp-3.11.15-150600.3.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "python311-idle-3.11.15-150600.3.53.1.s390x",
"product_id": "python311-idle-3.11.15-150600.3.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "python311-testsuite-3.11.15-150600.3.53.1.s390x",
"product_id": "python311-testsuite-3.11.15-150600.3.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "python311-tk-3.11.15-150600.3.53.1.s390x",
"product_id": "python311-tk-3.11.15-150600.3.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.15-150600.3.53.1.s390x",
"product": {
"name": "python311-tools-3.11.15-150600.3.53.1.s390x",
"product_id": "python311-tools-3.11.15-150600.3.53.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-32bit-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-32bit-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-base-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-base-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-base-32bit-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-curses-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-curses-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-dbm-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-dbm-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-devel-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-devel-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-doc-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-doc-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-idle-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-idle-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-testsuite-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-tk-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-tk-3.11.15-150600.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.15-150600.3.53.1.x86_64",
"product": {
"name": "python311-tools-3.11.15-150600.3.53.1.x86_64",
"product_id": "python311-tools-3.11.15-150600.3.53.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp7"
}
}
},
{
"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_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.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_11-1_0-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.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_11-1_0-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.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:python311-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.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:python311-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.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:python311-base-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.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:python311-base-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.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:python311-curses-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.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:python311-curses-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.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:python311-dbm-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.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:python311-dbm-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.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:python311-devel-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.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:python311-devel-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.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:python311-idle-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.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:python311-idle-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.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:python311-tk-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.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:python311-tk-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.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:python311-tools-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.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:python311-tools-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-32bit-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-base-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-32bit-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-curses-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-dbm-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-devel-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-doc-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-doc-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-doc-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-doc-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-idle-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-testsuite-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-tk-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.15-150600.3.53.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
},
"product_reference": "python311-tools-3.11.15-150600.3.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11468"
}
],
"notes": [
{
"category": "general",
"text": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11468",
"url": "https://www.suse.com/security/cve/CVE-2025-11468"
},
{
"category": "external",
"summary": "SUSE Bug 1257029 for CVE-2025-11468",
"url": "https://bugzilla.suse.com/1257029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "important"
}
],
"title": "CVE-2025-11468"
},
{
"cve": "CVE-2025-12084",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-12084"
}
],
"notes": [
{
"category": "general",
"text": "When building nested elements using xml.dom.minidom methods such as appendChild() that have a dependency on _clear_id_cache() the algorithm is quadratic. Availability can be impacted when building excessively nested documents.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-12084",
"url": "https://www.suse.com/security/cve/CVE-2025-12084"
},
{
"category": "external",
"summary": "SUSE Bug 1254997 for CVE-2025-12084",
"url": "https://bugzilla.suse.com/1254997"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-12084"
},
{
"cve": "CVE-2025-13462",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-13462"
}
],
"notes": [
{
"category": "general",
"text": "The \"tarfile\" module would still apply normalization of AREGTYPE (\\x00) blocks to DIRTYPE, even while processing a multi-block member such as GNUTYPE_LONGNAME or GNUTYPE_LONGLINK. This could result in a crafted tar archive being misinterpreted by the tarfile module compared to other implementations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-13462",
"url": "https://www.suse.com/security/cve/CVE-2025-13462"
},
{
"category": "external",
"summary": "SUSE Bug 1259611 for CVE-2025-13462",
"url": "https://bugzilla.suse.com/1259611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "low"
}
],
"title": "CVE-2025-13462"
},
{
"cve": "CVE-2025-13836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-13836"
}
],
"notes": [
{
"category": "general",
"text": "When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This allows a malicious server to cause the client to read large amounts of data into memory, potentially causing OOM or other DoS.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-13836",
"url": "https://www.suse.com/security/cve/CVE-2025-13836"
},
{
"category": "external",
"summary": "SUSE Bug 1254400 for CVE-2025-13836",
"url": "https://bugzilla.suse.com/1254400"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-13836"
},
{
"cve": "CVE-2025-13837",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-13837"
}
],
"notes": [
{
"category": "general",
"text": "When loading a plist file, the plistlib module reads data in size specified by the file itself, meaning a malicious file can cause OOM and DoS issues",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-13837",
"url": "https://www.suse.com/security/cve/CVE-2025-13837"
},
{
"category": "external",
"summary": "SUSE Bug 1254401 for CVE-2025-13837",
"url": "https://bugzilla.suse.com/1254401"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-13837"
},
{
"cve": "CVE-2025-15282",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15282"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15282",
"url": "https://www.suse.com/security/cve/CVE-2025-15282"
},
{
"category": "external",
"summary": "SUSE Bug 1257046 for CVE-2025-15282",
"url": "https://bugzilla.suse.com/1257046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2025-6075",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6075"
}
],
"notes": [
{
"category": "general",
"text": "If the value passed to os.path.expandvars() is user-controlled a \nperformance degradation is possible when expanding environment \nvariables.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6075",
"url": "https://www.suse.com/security/cve/CVE-2025-6075"
},
{
"category": "external",
"summary": "SUSE Bug 1252974 for CVE-2025-6075",
"url": "https://bugzilla.suse.com/1252974"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "low"
}
],
"title": "CVE-2025-6075"
},
{
"cve": "CVE-2026-0672",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0672"
}
],
"notes": [
{
"category": "general",
"text": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0672",
"url": "https://www.suse.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "SUSE Bug 1257031 for CVE-2026-0672",
"url": "https://bugzilla.suse.com/1257031"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "important"
}
],
"title": "CVE-2026-0672"
},
{
"cve": "CVE-2026-0865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0865"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0865",
"url": "https://www.suse.com/security/cve/CVE-2026-0865"
},
{
"category": "external",
"summary": "SUSE Bug 1257042 for CVE-2026-0865",
"url": "https://bugzilla.suse.com/1257042"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "moderate"
}
],
"title": "CVE-2026-0865"
},
{
"cve": "CVE-2026-1299",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1299"
}
],
"notes": [
{
"category": "general",
"text": "The \nemail module, specifically the \"BytesGenerator\" class, didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don\u0027t respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1299",
"url": "https://www.suse.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "SUSE Bug 1257181 for CVE-2026-1299",
"url": "https://bugzilla.suse.com/1257181"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "important"
}
],
"title": "CVE-2026-1299"
},
{
"cve": "CVE-2026-2297",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2297"
}
],
"notes": [
{
"category": "general",
"text": "The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2297",
"url": "https://www.suse.com/security/cve/CVE-2026-2297"
},
{
"category": "external",
"summary": "SUSE Bug 1259240 for CVE-2026-2297",
"url": "https://bugzilla.suse.com/1259240"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "moderate"
}
],
"title": "CVE-2026-2297"
},
{
"cve": "CVE-2026-3479",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3479"
}
],
"notes": [
{
"category": "general",
"text": "DISPUTED: The project has clarified that the documentation was incorrect, and that pkgutil.get_data() has the same security model as open(). The documentation has been updated to clarify this point. There is no vulnerability in the function if following the intended security model.\n\npkgutil.get_data() did not validate the resource argument as documented, allowing path traversals.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3479",
"url": "https://www.suse.com/security/cve/CVE-2026-3479"
},
{
"category": "external",
"summary": "SUSE Bug 1259989 for CVE-2026-3479",
"url": "https://bugzilla.suse.com/1259989"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "low"
}
],
"title": "CVE-2026-3479"
},
{
"cve": "CVE-2026-3644",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3644"
}
],
"notes": [
{
"category": "general",
"text": "The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3644",
"url": "https://www.suse.com/security/cve/CVE-2026-3644"
},
{
"category": "external",
"summary": "SUSE Bug 1259734 for CVE-2026-3644",
"url": "https://bugzilla.suse.com/1259734"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "moderate"
}
],
"title": "CVE-2026-3644"
},
{
"cve": "CVE-2026-4224",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4224"
}
],
"notes": [
{
"category": "general",
"text": "When an Expat parser with a registered ElementDeclHandler parses an inline\ndocument type definition containing a deeply nested content model a C stack\noverflow occurs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4224",
"url": "https://www.suse.com/security/cve/CVE-2026-4224"
},
{
"category": "external",
"summary": "SUSE Bug 1259735 for CVE-2026-4224",
"url": "https://bugzilla.suse.com/1259735"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "important"
}
],
"title": "CVE-2026-4224"
},
{
"cve": "CVE-2026-4519",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4519"
}
],
"notes": [
{
"category": "general",
"text": "The webbrowser.open() API would accept leading dashes in the URL which \ncould be handled as command line options for certain web browsers. New \nbehavior rejects leading dashes. Users are recommended to sanitize URLs \nprior to passing to webbrowser.open().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4519",
"url": "https://www.suse.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "SUSE Bug 1260026 for CVE-2026-4519",
"url": "https://bugzilla.suse.com/1260026"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.15-150600.3.53.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.15-150600.3.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:35:56Z",
"details": "moderate"
}
],
"title": "CVE-2026-4519"
}
]
}
SUSE-SU-2026:1354-1
Vulnerability from csaf_suse - Published: 2026-04-15 13:37 - Updated: 2026-04-15 13:37Summary
Security update for python313
Severity
Important
Notes
Title of the patch: Security update for python313
Description of the patch: This update for python313 fixes the following issues:
- Update to v3.13.13
- CVE-2025-13462: incorrect parsing of TarInfo header when GNU long name and type AREGTYPE are combined (bsc#1259611).
- CVE-2026-2297: cpython: incorrectly handled hook in FileLoader can lead to validation bypass (bsc#1259240).
- CVE-2026-3479: python: improper resource argument validation can allow path traversal (bsc#1259989).
- CVE-2026-3644: incomplete control character validation in http.cookies (bsc#1259734).
- CVE-2026-4224: C stack overflow when parsing XML with deeply nested DTD content models (bsc#1259735).
- CVE-2026-4519: leading dashes in URLs are accepted by the `webbrowser.open()` API and allow for web browser command line option injection (bsc#1260026).
Patchnames: SUSE-2026-1354,SUSE-SLE-Module-Python3-15-SP7-2026-1354
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
8.2 (High)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.5 (Medium)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
6.5 (Medium)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.9 (Medium)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 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 python313",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python313 fixes the following issues:\n\n- Update to v3.13.13\n- CVE-2025-13462: incorrect parsing of TarInfo header when GNU long name and type AREGTYPE are combined (bsc#1259611).\n- CVE-2026-2297: cpython: incorrectly handled hook in FileLoader can lead to validation bypass (bsc#1259240).\n- CVE-2026-3479: python: improper resource argument validation can allow path traversal (bsc#1259989).\n- CVE-2026-3644: incomplete control character validation in http.cookies (bsc#1259734).\n- CVE-2026-4224: C stack overflow when parsing XML with deeply nested DTD content models (bsc#1259735).\n- CVE-2026-4519: leading dashes in URLs are accepted by the `webbrowser.open()` API and allow for web browser command line option injection (bsc#1260026).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1354,SUSE-SLE-Module-Python3-15-SP7-2026-1354",
"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_1354-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1354-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261354-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1354-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045562.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257181",
"url": "https://bugzilla.suse.com/1257181"
},
{
"category": "self",
"summary": "SUSE Bug 1259240",
"url": "https://bugzilla.suse.com/1259240"
},
{
"category": "self",
"summary": "SUSE Bug 1259611",
"url": "https://bugzilla.suse.com/1259611"
},
{
"category": "self",
"summary": "SUSE Bug 1259734",
"url": "https://bugzilla.suse.com/1259734"
},
{
"category": "self",
"summary": "SUSE Bug 1259735",
"url": "https://bugzilla.suse.com/1259735"
},
{
"category": "self",
"summary": "SUSE Bug 1259989",
"url": "https://bugzilla.suse.com/1259989"
},
{
"category": "self",
"summary": "SUSE Bug 1260026",
"url": "https://bugzilla.suse.com/1260026"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-13462 page",
"url": "https://www.suse.com/security/cve/CVE-2025-13462/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1299 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1299/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2297 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2297/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3479 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3479/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3644 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3644/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4224 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4224/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4519 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4519/"
}
],
"title": "Security update for python313",
"tracking": {
"current_release_date": "2026-04-15T13:37:43Z",
"generator": {
"date": "2026-04-15T13:37:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1354-1",
"initial_release_date": "2026-04-15T13:37:43Z",
"revision_history": [
{
"date": "2026-04-15T13:37:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"product_id": "libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "python313-3.13.13-150700.4.45.1.aarch64",
"product_id": "python313-3.13.13-150700.4.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "python313-base-3.13.13-150700.4.45.1.aarch64",
"product_id": "python313-base-3.13.13-150700.4.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "python313-curses-3.13.13-150700.4.45.1.aarch64",
"product_id": "python313-curses-3.13.13-150700.4.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "python313-dbm-3.13.13-150700.4.45.1.aarch64",
"product_id": "python313-dbm-3.13.13-150700.4.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "python313-devel-3.13.13-150700.4.45.1.aarch64",
"product_id": "python313-devel-3.13.13-150700.4.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "python313-doc-3.13.13-150700.4.45.1.aarch64",
"product_id": "python313-doc-3.13.13-150700.4.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "python313-doc-devhelp-3.13.13-150700.4.45.1.aarch64",
"product_id": "python313-doc-devhelp-3.13.13-150700.4.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "python313-idle-3.13.13-150700.4.45.1.aarch64",
"product_id": "python313-idle-3.13.13-150700.4.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "python313-testsuite-3.13.13-150700.4.45.1.aarch64",
"product_id": "python313-testsuite-3.13.13-150700.4.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "python313-tk-3.13.13-150700.4.45.1.aarch64",
"product_id": "python313-tk-3.13.13-150700.4.45.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.13-150700.4.45.1.aarch64",
"product": {
"name": "python313-tools-3.13.13-150700.4.45.1.aarch64",
"product_id": "python313-tools-3.13.13-150700.4.45.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-64bit-3.13.13-150700.4.45.1.aarch64_ilp32",
"product": {
"name": "libpython3_13-1_0-64bit-3.13.13-150700.4.45.1.aarch64_ilp32",
"product_id": "libpython3_13-1_0-64bit-3.13.13-150700.4.45.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python313-64bit-3.13.13-150700.4.45.1.aarch64_ilp32",
"product": {
"name": "python313-64bit-3.13.13-150700.4.45.1.aarch64_ilp32",
"product_id": "python313-64bit-3.13.13-150700.4.45.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python313-base-64bit-3.13.13-150700.4.45.1.aarch64_ilp32",
"product": {
"name": "python313-base-64bit-3.13.13-150700.4.45.1.aarch64_ilp32",
"product_id": "python313-base-64bit-3.13.13-150700.4.45.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.i586",
"product": {
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.i586",
"product_id": "libpython3_13-1_0-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.13-150700.4.45.1.i586",
"product": {
"name": "libpython3_13t1_0-3.13.13-150700.4.45.1.i586",
"product_id": "libpython3_13t1_0-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-3.13.13-150700.4.45.1.i586",
"product_id": "python313-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-base-3.13.13-150700.4.45.1.i586",
"product_id": "python313-base-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-curses-3.13.13-150700.4.45.1.i586",
"product_id": "python313-curses-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-dbm-3.13.13-150700.4.45.1.i586",
"product_id": "python313-dbm-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-devel-3.13.13-150700.4.45.1.i586",
"product_id": "python313-devel-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-doc-3.13.13-150700.4.45.1.i586",
"product_id": "python313-doc-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-doc-devhelp-3.13.13-150700.4.45.1.i586",
"product_id": "python313-doc-devhelp-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-idle-3.13.13-150700.4.45.1.i586",
"product_id": "python313-idle-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-nogil-3.13.13-150700.4.45.1.i586",
"product_id": "python313-nogil-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-nogil-base-3.13.13-150700.4.45.1.i586",
"product_id": "python313-nogil-base-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-nogil-curses-3.13.13-150700.4.45.1.i586",
"product_id": "python313-nogil-curses-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-nogil-dbm-3.13.13-150700.4.45.1.i586",
"product_id": "python313-nogil-dbm-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-nogil-devel-3.13.13-150700.4.45.1.i586",
"product_id": "python313-nogil-devel-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-nogil-idle-3.13.13-150700.4.45.1.i586",
"product_id": "python313-nogil-idle-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-nogil-testsuite-3.13.13-150700.4.45.1.i586",
"product_id": "python313-nogil-testsuite-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-nogil-tk-3.13.13-150700.4.45.1.i586",
"product_id": "python313-nogil-tk-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-nogil-tools-3.13.13-150700.4.45.1.i586",
"product_id": "python313-nogil-tools-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-testsuite-3.13.13-150700.4.45.1.i586",
"product_id": "python313-testsuite-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-tk-3.13.13-150700.4.45.1.i586",
"product_id": "python313-tk-3.13.13-150700.4.45.1.i586"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.13-150700.4.45.1.i586",
"product": {
"name": "python313-tools-3.13.13-150700.4.45.1.i586",
"product_id": "python313-tools-3.13.13-150700.4.45.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"product_id": "libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "libpython3_13t1_0-3.13.13-150700.4.45.1.ppc64le",
"product_id": "libpython3_13t1_0-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-base-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-base-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-curses-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-curses-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-dbm-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-devel-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-devel-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-doc-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-doc-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-doc-devhelp-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-doc-devhelp-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-idle-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-idle-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-nogil-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-nogil-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-nogil-base-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-nogil-base-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-nogil-curses-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-nogil-curses-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-nogil-dbm-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-nogil-dbm-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-nogil-devel-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-nogil-devel-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-nogil-idle-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-nogil-idle-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-nogil-testsuite-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-nogil-testsuite-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-nogil-tk-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-nogil-tk-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-nogil-tools-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-nogil-tools-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-testsuite-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-testsuite-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-tk-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-tk-3.13.13-150700.4.45.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.13-150700.4.45.1.ppc64le",
"product": {
"name": "python313-tools-3.13.13-150700.4.45.1.ppc64le",
"product_id": "python313-tools-3.13.13-150700.4.45.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"product_id": "libpython3_13-1_0-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "libpython3_13t1_0-3.13.13-150700.4.45.1.s390x",
"product_id": "libpython3_13t1_0-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-base-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-base-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-curses-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-curses-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-dbm-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-dbm-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-devel-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-devel-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-doc-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-doc-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-doc-devhelp-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-doc-devhelp-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-idle-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-idle-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-nogil-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-nogil-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-nogil-base-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-nogil-base-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-nogil-curses-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-nogil-curses-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-nogil-dbm-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-nogil-dbm-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-nogil-devel-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-nogil-devel-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-nogil-idle-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-nogil-idle-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-nogil-testsuite-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-nogil-testsuite-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-nogil-tk-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-nogil-tk-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-nogil-tools-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-nogil-tools-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-testsuite-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-testsuite-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-tk-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-tk-3.13.13-150700.4.45.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.13-150700.4.45.1.s390x",
"product": {
"name": "python313-tools-3.13.13-150700.4.45.1.s390x",
"product_id": "python313-tools-3.13.13-150700.4.45.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"product_id": "libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13-1_0-32bit-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "libpython3_13-1_0-32bit-3.13.13-150700.4.45.1.x86_64",
"product_id": "libpython3_13-1_0-32bit-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "libpython3_13t1_0-3.13.13-150700.4.45.1.x86_64",
"product_id": "libpython3_13t1_0-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-32bit-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-32bit-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-base-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-base-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-32bit-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-base-32bit-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-base-32bit-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-curses-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-curses-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-dbm-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-dbm-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-devel-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-devel-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-doc-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-doc-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-doc-devhelp-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-doc-devhelp-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-idle-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-idle-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-nogil-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-nogil-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-nogil-base-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-nogil-base-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-nogil-curses-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-nogil-curses-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-nogil-dbm-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-nogil-dbm-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-nogil-devel-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-nogil-devel-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-nogil-idle-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-nogil-idle-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-nogil-testsuite-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-nogil-testsuite-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-nogil-tk-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-nogil-tk-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-nogil-tools-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-nogil-tools-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-testsuite-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-testsuite-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-tk-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-tk-3.13.13-150700.4.45.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.13-150700.4.45.1.x86_64",
"product": {
"name": "python313-tools-3.13.13-150700.4.45.1.x86_64",
"product_id": "python313-tools-3.13.13-150700.4.45.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64"
},
"product_reference": "libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le"
},
"product_reference": "libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x"
},
"product_reference": "libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64"
},
"product_reference": "libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-150700.4.45.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64"
},
"product_reference": "python313-3.13.13-150700.4.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-150700.4.45.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le"
},
"product_reference": "python313-3.13.13-150700.4.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-150700.4.45.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x"
},
"product_reference": "python313-3.13.13-150700.4.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-150700.4.45.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64"
},
"product_reference": "python313-3.13.13-150700.4.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-150700.4.45.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64"
},
"product_reference": "python313-base-3.13.13-150700.4.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-150700.4.45.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le"
},
"product_reference": "python313-base-3.13.13-150700.4.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-150700.4.45.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x"
},
"product_reference": "python313-base-3.13.13-150700.4.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-150700.4.45.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64"
},
"product_reference": "python313-base-3.13.13-150700.4.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-150700.4.45.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64"
},
"product_reference": "python313-curses-3.13.13-150700.4.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-150700.4.45.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le"
},
"product_reference": "python313-curses-3.13.13-150700.4.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-150700.4.45.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x"
},
"product_reference": "python313-curses-3.13.13-150700.4.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-150700.4.45.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64"
},
"product_reference": "python313-curses-3.13.13-150700.4.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-150700.4.45.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64"
},
"product_reference": "python313-dbm-3.13.13-150700.4.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-150700.4.45.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le"
},
"product_reference": "python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-150700.4.45.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x"
},
"product_reference": "python313-dbm-3.13.13-150700.4.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-150700.4.45.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64"
},
"product_reference": "python313-dbm-3.13.13-150700.4.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-150700.4.45.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64"
},
"product_reference": "python313-devel-3.13.13-150700.4.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-150700.4.45.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le"
},
"product_reference": "python313-devel-3.13.13-150700.4.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-150700.4.45.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x"
},
"product_reference": "python313-devel-3.13.13-150700.4.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-150700.4.45.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64"
},
"product_reference": "python313-devel-3.13.13-150700.4.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-150700.4.45.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64"
},
"product_reference": "python313-idle-3.13.13-150700.4.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-150700.4.45.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le"
},
"product_reference": "python313-idle-3.13.13-150700.4.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-150700.4.45.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x"
},
"product_reference": "python313-idle-3.13.13-150700.4.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-150700.4.45.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64"
},
"product_reference": "python313-idle-3.13.13-150700.4.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-150700.4.45.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64"
},
"product_reference": "python313-tk-3.13.13-150700.4.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-150700.4.45.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le"
},
"product_reference": "python313-tk-3.13.13-150700.4.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-150700.4.45.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x"
},
"product_reference": "python313-tk-3.13.13-150700.4.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-150700.4.45.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64"
},
"product_reference": "python313-tk-3.13.13-150700.4.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-150700.4.45.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64"
},
"product_reference": "python313-tools-3.13.13-150700.4.45.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-150700.4.45.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le"
},
"product_reference": "python313-tools-3.13.13-150700.4.45.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-150700.4.45.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x"
},
"product_reference": "python313-tools-3.13.13-150700.4.45.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-150700.4.45.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
},
"product_reference": "python313-tools-3.13.13-150700.4.45.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13462",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-13462"
}
],
"notes": [
{
"category": "general",
"text": "The \"tarfile\" module would still apply normalization of AREGTYPE (\\x00) blocks to DIRTYPE, even while processing a multi-block member such as GNUTYPE_LONGNAME or GNUTYPE_LONGLINK. This could result in a crafted tar archive being misinterpreted by the tarfile module compared to other implementations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-13462",
"url": "https://www.suse.com/security/cve/CVE-2025-13462"
},
{
"category": "external",
"summary": "SUSE Bug 1259611 for CVE-2025-13462",
"url": "https://bugzilla.suse.com/1259611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:37:43Z",
"details": "low"
}
],
"title": "CVE-2025-13462"
},
{
"cve": "CVE-2026-1299",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1299"
}
],
"notes": [
{
"category": "general",
"text": "The \nemail module, specifically the \"BytesGenerator\" class, didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don\u0027t respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1299",
"url": "https://www.suse.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "SUSE Bug 1257181 for CVE-2026-1299",
"url": "https://bugzilla.suse.com/1257181"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:37:43Z",
"details": "important"
}
],
"title": "CVE-2026-1299"
},
{
"cve": "CVE-2026-2297",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2297"
}
],
"notes": [
{
"category": "general",
"text": "The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2297",
"url": "https://www.suse.com/security/cve/CVE-2026-2297"
},
{
"category": "external",
"summary": "SUSE Bug 1259240 for CVE-2026-2297",
"url": "https://bugzilla.suse.com/1259240"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:37:43Z",
"details": "moderate"
}
],
"title": "CVE-2026-2297"
},
{
"cve": "CVE-2026-3479",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3479"
}
],
"notes": [
{
"category": "general",
"text": "DISPUTED: The project has clarified that the documentation was incorrect, and that pkgutil.get_data() has the same security model as open(). The documentation has been updated to clarify this point. There is no vulnerability in the function if following the intended security model.\n\npkgutil.get_data() did not validate the resource argument as documented, allowing path traversals.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3479",
"url": "https://www.suse.com/security/cve/CVE-2026-3479"
},
{
"category": "external",
"summary": "SUSE Bug 1259989 for CVE-2026-3479",
"url": "https://bugzilla.suse.com/1259989"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:37:43Z",
"details": "low"
}
],
"title": "CVE-2026-3479"
},
{
"cve": "CVE-2026-3644",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3644"
}
],
"notes": [
{
"category": "general",
"text": "The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3644",
"url": "https://www.suse.com/security/cve/CVE-2026-3644"
},
{
"category": "external",
"summary": "SUSE Bug 1259734 for CVE-2026-3644",
"url": "https://bugzilla.suse.com/1259734"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:37:43Z",
"details": "moderate"
}
],
"title": "CVE-2026-3644"
},
{
"cve": "CVE-2026-4224",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4224"
}
],
"notes": [
{
"category": "general",
"text": "When an Expat parser with a registered ElementDeclHandler parses an inline\ndocument type definition containing a deeply nested content model a C stack\noverflow occurs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4224",
"url": "https://www.suse.com/security/cve/CVE-2026-4224"
},
{
"category": "external",
"summary": "SUSE Bug 1259735 for CVE-2026-4224",
"url": "https://bugzilla.suse.com/1259735"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:37:43Z",
"details": "important"
}
],
"title": "CVE-2026-4224"
},
{
"cve": "CVE-2026-4519",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4519"
}
],
"notes": [
{
"category": "general",
"text": "The webbrowser.open() API would accept leading dashes in the URL which \ncould be handled as command line options for certain web browsers. New \nbehavior rejects leading dashes. Users are recommended to sanitize URLs \nprior to passing to webbrowser.open().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4519",
"url": "https://www.suse.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "SUSE Bug 1260026 for CVE-2026-4519",
"url": "https://bugzilla.suse.com/1260026"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.13-150700.4.45.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.13-150700.4.45.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-15T13:37:43Z",
"details": "moderate"
}
],
"title": "CVE-2026-4519"
}
]
}
SUSE-SU-2026:20951-1
Vulnerability from csaf_suse - Published: 2026-03-31 09:13 - Updated: 2026-03-31 09:13Summary
Security update for python311
Severity
Important
Notes
Title of the patch: Security update for python311
Description of the patch: This update for python311 fixes the following issues:
- CVE-2026-1299: header injection when an email is serialized due to improper newline quoting (bsc#1257181).
- CVE-2026-2297: validation bypass via incorrectly handled hook in FileLoader (bsc#1259240).
Patchnames: SUSE-SLE-Micro-6.1-465
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.2 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.5 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 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 python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- CVE-2026-1299: header injection when an email is serialized due to improper newline quoting (bsc#1257181).\n- CVE-2026-2297: validation bypass via incorrectly handled hook in FileLoader (bsc#1259240).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-465",
"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_20951-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20951-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620951-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20951-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045288.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257181",
"url": "https://bugzilla.suse.com/1257181"
},
{
"category": "self",
"summary": "SUSE Bug 1259240",
"url": "https://bugzilla.suse.com/1259240"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1299 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1299/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2297 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2297/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2026-03-31T09:13:02Z",
"generator": {
"date": "2026-03-31T09:13:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20951-1",
"initial_release_date": "2026-03-31T09:13:02Z",
"revision_history": [
{
"date": "2026-03-31T09:13:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-slfo.1.1_2.1.aarch64",
"product": {
"name": "python311-3.11.15-slfo.1.1_2.1.aarch64",
"product_id": "python311-3.11.15-slfo.1.1_2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-slfo.1.1_2.1.aarch64",
"product": {
"name": "python311-base-3.11.15-slfo.1.1_2.1.aarch64",
"product_id": "python311-base-3.11.15-slfo.1.1_2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-slfo.1.1_2.1.aarch64",
"product": {
"name": "python311-curses-3.11.15-slfo.1.1_2.1.aarch64",
"product_id": "python311-curses-3.11.15-slfo.1.1_2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-slfo.1.1_2.1.ppc64le",
"product": {
"name": "python311-3.11.15-slfo.1.1_2.1.ppc64le",
"product_id": "python311-3.11.15-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-slfo.1.1_2.1.ppc64le",
"product": {
"name": "python311-base-3.11.15-slfo.1.1_2.1.ppc64le",
"product_id": "python311-base-3.11.15-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-slfo.1.1_2.1.ppc64le",
"product": {
"name": "python311-curses-3.11.15-slfo.1.1_2.1.ppc64le",
"product_id": "python311-curses-3.11.15-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x",
"product_id": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-slfo.1.1_2.1.s390x",
"product": {
"name": "python311-3.11.15-slfo.1.1_2.1.s390x",
"product_id": "python311-3.11.15-slfo.1.1_2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-slfo.1.1_2.1.s390x",
"product": {
"name": "python311-base-3.11.15-slfo.1.1_2.1.s390x",
"product_id": "python311-base-3.11.15-slfo.1.1_2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-slfo.1.1_2.1.s390x",
"product": {
"name": "python311-curses-3.11.15-slfo.1.1_2.1.s390x",
"product_id": "python311-curses-3.11.15-slfo.1.1_2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-slfo.1.1_2.1.x86_64",
"product": {
"name": "python311-3.11.15-slfo.1.1_2.1.x86_64",
"product_id": "python311-3.11.15-slfo.1.1_2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-slfo.1.1_2.1.x86_64",
"product": {
"name": "python311-base-3.11.15-slfo.1.1_2.1.x86_64",
"product_id": "python311-base-3.11.15-slfo.1.1_2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-slfo.1.1_2.1.x86_64",
"product": {
"name": "python311-curses-3.11.15-slfo.1.1_2.1.x86_64",
"product_id": "python311-curses-3.11.15-slfo.1.1_2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.aarch64"
},
"product_reference": "python311-3.11.15-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.ppc64le"
},
"product_reference": "python311-3.11.15-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.s390x"
},
"product_reference": "python311-3.11.15-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.x86_64"
},
"product_reference": "python311-3.11.15-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.aarch64"
},
"product_reference": "python311-base-3.11.15-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.ppc64le"
},
"product_reference": "python311-base-3.11.15-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.s390x"
},
"product_reference": "python311-base-3.11.15-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.x86_64"
},
"product_reference": "python311-base-3.11.15-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.aarch64"
},
"product_reference": "python311-curses-3.11.15-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.ppc64le"
},
"product_reference": "python311-curses-3.11.15-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.s390x"
},
"product_reference": "python311-curses-3.11.15-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.x86_64"
},
"product_reference": "python311-curses-3.11.15-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1299",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1299"
}
],
"notes": [
{
"category": "general",
"text": "The \nemail module, specifically the \"BytesGenerator\" class, didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don\u0027t respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1299",
"url": "https://www.suse.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "SUSE Bug 1257181 for CVE-2026-1299",
"url": "https://bugzilla.suse.com/1257181"
}
],
"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 Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T09:13:02Z",
"details": "important"
}
],
"title": "CVE-2026-1299"
},
{
"cve": "CVE-2026-2297",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2297"
}
],
"notes": [
{
"category": "general",
"text": "The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2297",
"url": "https://www.suse.com/security/cve/CVE-2026-2297"
},
{
"category": "external",
"summary": "SUSE Bug 1259240 for CVE-2026-2297",
"url": "https://bugzilla.suse.com/1259240"
}
],
"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 Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.15-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.15-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T09:13:02Z",
"details": "moderate"
}
],
"title": "CVE-2026-2297"
}
]
}
SUSE-SU-2026:20956-1
Vulnerability from csaf_suse - Published: 2026-03-31 09:07 - Updated: 2026-03-31 09:07Summary
Security update for python311
Severity
Important
Notes
Title of the patch: Security update for python311
Description of the patch: This update for python311 fixes the following issues:
- CVE-2026-1299: header injection when an email is serialized due to improper newline quoting (bsc#1257181).
- CVE-2026-2297: validation bypass via incorrectly handled hook in FileLoader (bsc#1259240).
Patchnames: SUSE-SLE-Micro-6.0-647
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.2 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.15-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.15-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.15-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.5 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.15-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.15-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-3.11.15-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 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 python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- CVE-2026-1299: header injection when an email is serialized due to improper newline quoting (bsc#1257181).\n- CVE-2026-2297: validation bypass via incorrectly handled hook in FileLoader (bsc#1259240).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-647",
"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_20956-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20956-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620956-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20956-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045283.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257181",
"url": "https://bugzilla.suse.com/1257181"
},
{
"category": "self",
"summary": "SUSE Bug 1259240",
"url": "https://bugzilla.suse.com/1259240"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1299 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1299/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2297 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2297/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2026-03-31T09:07:43Z",
"generator": {
"date": "2026-03-31T09:07:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20956-1",
"initial_release_date": "2026-03-31T09:07:43Z",
"revision_history": [
{
"date": "2026-03-31T09:07:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-2.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.15-2.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.15-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-2.1.aarch64",
"product": {
"name": "python311-3.11.15-2.1.aarch64",
"product_id": "python311-3.11.15-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-2.1.aarch64",
"product": {
"name": "python311-base-3.11.15-2.1.aarch64",
"product_id": "python311-base-3.11.15-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-2.1.aarch64",
"product": {
"name": "python311-curses-3.11.15-2.1.aarch64",
"product_id": "python311-curses-3.11.15-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-2.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.15-2.1.s390x",
"product_id": "libpython3_11-1_0-3.11.15-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-2.1.s390x",
"product": {
"name": "python311-3.11.15-2.1.s390x",
"product_id": "python311-3.11.15-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-2.1.s390x",
"product": {
"name": "python311-base-3.11.15-2.1.s390x",
"product_id": "python311-base-3.11.15-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-2.1.s390x",
"product": {
"name": "python311-curses-3.11.15-2.1.s390x",
"product_id": "python311-curses-3.11.15-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.15-2.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.15-2.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.15-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.15-2.1.x86_64",
"product": {
"name": "python311-3.11.15-2.1.x86_64",
"product_id": "python311-3.11.15-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.15-2.1.x86_64",
"product": {
"name": "python311-base-3.11.15-2.1.x86_64",
"product_id": "python311-base-3.11.15-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.15-2.1.x86_64",
"product": {
"name": "python311-curses-3.11.15-2.1.x86_64",
"product_id": "python311-curses-3.11.15-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.15-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.15-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.15-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.15-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.15-2.1.aarch64"
},
"product_reference": "python311-3.11.15-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.15-2.1.s390x"
},
"product_reference": "python311-3.11.15-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.15-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.15-2.1.x86_64"
},
"product_reference": "python311-3.11.15-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.aarch64"
},
"product_reference": "python311-base-3.11.15-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.s390x"
},
"product_reference": "python311-base-3.11.15-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.15-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.x86_64"
},
"product_reference": "python311-base-3.11.15-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.aarch64"
},
"product_reference": "python311-curses-3.11.15-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.s390x"
},
"product_reference": "python311-curses-3.11.15-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.15-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.x86_64"
},
"product_reference": "python311-curses-3.11.15-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1299",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1299"
}
],
"notes": [
{
"category": "general",
"text": "The \nemail module, specifically the \"BytesGenerator\" class, didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don\u0027t respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1299",
"url": "https://www.suse.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "SUSE Bug 1257181 for CVE-2026-1299",
"url": "https://bugzilla.suse.com/1257181"
}
],
"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 Micro 6.0:libpython3_11-1_0-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T09:07:43Z",
"details": "important"
}
],
"title": "CVE-2026-1299"
},
{
"cve": "CVE-2026-2297",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2297"
}
],
"notes": [
{
"category": "general",
"text": "The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2297",
"url": "https://www.suse.com/security/cve/CVE-2026-2297"
},
{
"category": "external",
"summary": "SUSE Bug 1259240 for CVE-2026-2297",
"url": "https://bugzilla.suse.com/1259240"
}
],
"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 Micro 6.0:libpython3_11-1_0-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.15-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.15-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T09:07:43Z",
"details": "moderate"
}
],
"title": "CVE-2026-2297"
}
]
}
SUSE-SU-2026:21104-1
Vulnerability from csaf_suse - Published: 2026-04-13 09:49 - Updated: 2026-04-13 09:49Summary
Security update for python313
Severity
Important
Notes
Title of the patch: Security update for python313
Description of the patch: This update for python313 fixes the following issues:
Update to version 3.13.13.
- CVE-2025-13462: incorrect parsing of TarInfo when GNU long name and type AREGTYPE are combined can lead to
misinterpretation of tar archives (bsc#1259611).
- CVE-2026-2297: incorrectly handled hook in FileLoader can lead to validation bypass (bsc#1259240).
- CVE-2026-3479: improper resource argument validation in `pkgutil.get_data()` can lead to path traversal (bsc#1259989).
- CVE-2026-3644: incomplete control character validation in http.cookies can lead to input validation bypass
(bsc#1259734).
- CVE-2026-4224: parsing XML with deeply nested DTD content models can lead to C stack overflow (bsc#1259735).
- CVE-2026-4519: failure to sanitize leading dashes in URLs in the `webbrowser.open()` API can lead to web browser
command line option injection (bsc#1260026).
Patchnames: SUSE-SL-Micro-6.2-539
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
8.2 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.5 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
6.5 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.9 (Medium)
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 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 python313",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python313 fixes the following issues:\n\nUpdate to version 3.13.13.\n\n- CVE-2025-13462: incorrect parsing of TarInfo when GNU long name and type AREGTYPE are combined can lead to\n misinterpretation of tar archives (bsc#1259611).\n- CVE-2026-2297: incorrectly handled hook in FileLoader can lead to validation bypass (bsc#1259240).\n- CVE-2026-3479: improper resource argument validation in `pkgutil.get_data()` can lead to path traversal (bsc#1259989).\n- CVE-2026-3644: incomplete control character validation in http.cookies can lead to input validation bypass\n (bsc#1259734).\n- CVE-2026-4224: parsing XML with deeply nested DTD content models can lead to C stack overflow (bsc#1259735).\n- CVE-2026-4519: failure to sanitize leading dashes in URLs in the `webbrowser.open()` API can lead to web browser\n command line option injection (bsc#1260026).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-539",
"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_21104-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21104-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621104-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21104-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045579.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257181",
"url": "https://bugzilla.suse.com/1257181"
},
{
"category": "self",
"summary": "SUSE Bug 1259240",
"url": "https://bugzilla.suse.com/1259240"
},
{
"category": "self",
"summary": "SUSE Bug 1259611",
"url": "https://bugzilla.suse.com/1259611"
},
{
"category": "self",
"summary": "SUSE Bug 1259734",
"url": "https://bugzilla.suse.com/1259734"
},
{
"category": "self",
"summary": "SUSE Bug 1259735",
"url": "https://bugzilla.suse.com/1259735"
},
{
"category": "self",
"summary": "SUSE Bug 1259989",
"url": "https://bugzilla.suse.com/1259989"
},
{
"category": "self",
"summary": "SUSE Bug 1260026",
"url": "https://bugzilla.suse.com/1260026"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-13462 page",
"url": "https://www.suse.com/security/cve/CVE-2025-13462/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1299 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1299/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2297 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2297/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3479 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3479/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3644 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3644/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4224 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4224/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4519 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4519/"
}
],
"title": "Security update for python313",
"tracking": {
"current_release_date": "2026-04-13T09:49:38Z",
"generator": {
"date": "2026-04-13T09:49:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21104-1",
"initial_release_date": "2026-04-13T09:49:38Z",
"revision_history": [
{
"date": "2026-04-13T09:49:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"product": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"product_id": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-3.13.13-160000.1.1.aarch64",
"product_id": "python313-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-base-3.13.13-160000.1.1.aarch64",
"product_id": "python313-base-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-curses-3.13.13-160000.1.1.aarch64",
"product_id": "python313-curses-3.13.13-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"product_id": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-base-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-base-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-curses-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-curses-3.13.13-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"product": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"product_id": "libpython3_13-1_0-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-3.13.13-160000.1.1.s390x",
"product_id": "python313-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-base-3.13.13-160000.1.1.s390x",
"product_id": "python313-base-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-curses-3.13.13-160000.1.1.s390x",
"product_id": "python313-curses-3.13.13-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"product": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"product_id": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-3.13.13-160000.1.1.x86_64",
"product_id": "python313-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-base-3.13.13-160000.1.1.x86_64",
"product_id": "python313-base-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-curses-3.13.13-160000.1.1.x86_64",
"product_id": "python313-curses-3.13.13-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:transactional"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-base-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-base-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-base-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-base-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13462",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-13462"
}
],
"notes": [
{
"category": "general",
"text": "The \"tarfile\" module would still apply normalization of AREGTYPE (\\x00) blocks to DIRTYPE, even while processing a multi-block member such as GNUTYPE_LONGNAME or GNUTYPE_LONGLINK. This could result in a crafted tar archive being misinterpreted by the tarfile module compared to other implementations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-13462",
"url": "https://www.suse.com/security/cve/CVE-2025-13462"
},
{
"category": "external",
"summary": "SUSE Bug 1259611 for CVE-2025-13462",
"url": "https://bugzilla.suse.com/1259611"
}
],
"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 Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "low"
}
],
"title": "CVE-2025-13462"
},
{
"cve": "CVE-2026-1299",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1299"
}
],
"notes": [
{
"category": "general",
"text": "The \nemail module, specifically the \"BytesGenerator\" class, didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don\u0027t respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1299",
"url": "https://www.suse.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "SUSE Bug 1257181 for CVE-2026-1299",
"url": "https://bugzilla.suse.com/1257181"
}
],
"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 Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "important"
}
],
"title": "CVE-2026-1299"
},
{
"cve": "CVE-2026-2297",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2297"
}
],
"notes": [
{
"category": "general",
"text": "The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2297",
"url": "https://www.suse.com/security/cve/CVE-2026-2297"
},
{
"category": "external",
"summary": "SUSE Bug 1259240 for CVE-2026-2297",
"url": "https://bugzilla.suse.com/1259240"
}
],
"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 Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "moderate"
}
],
"title": "CVE-2026-2297"
},
{
"cve": "CVE-2026-3479",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3479"
}
],
"notes": [
{
"category": "general",
"text": "DISPUTED: The project has clarified that the documentation was incorrect, and that pkgutil.get_data() has the same security model as open(). The documentation has been updated to clarify this point. There is no vulnerability in the function if following the intended security model.\n\npkgutil.get_data() did not validate the resource argument as documented, allowing path traversals.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3479",
"url": "https://www.suse.com/security/cve/CVE-2026-3479"
},
{
"category": "external",
"summary": "SUSE Bug 1259989 for CVE-2026-3479",
"url": "https://bugzilla.suse.com/1259989"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "low"
}
],
"title": "CVE-2026-3479"
},
{
"cve": "CVE-2026-3644",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3644"
}
],
"notes": [
{
"category": "general",
"text": "The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3644",
"url": "https://www.suse.com/security/cve/CVE-2026-3644"
},
{
"category": "external",
"summary": "SUSE Bug 1259734 for CVE-2026-3644",
"url": "https://bugzilla.suse.com/1259734"
}
],
"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 Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "moderate"
}
],
"title": "CVE-2026-3644"
},
{
"cve": "CVE-2026-4224",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4224"
}
],
"notes": [
{
"category": "general",
"text": "When an Expat parser with a registered ElementDeclHandler parses an inline\ndocument type definition containing a deeply nested content model a C stack\noverflow occurs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4224",
"url": "https://www.suse.com/security/cve/CVE-2026-4224"
},
{
"category": "external",
"summary": "SUSE Bug 1259735 for CVE-2026-4224",
"url": "https://bugzilla.suse.com/1259735"
}
],
"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 Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "important"
}
],
"title": "CVE-2026-4224"
},
{
"cve": "CVE-2026-4519",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4519"
}
],
"notes": [
{
"category": "general",
"text": "The webbrowser.open() API would accept leading dashes in the URL which \ncould be handled as command line options for certain web browsers. New \nbehavior rejects leading dashes. Users are recommended to sanitize URLs \nprior to passing to webbrowser.open().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4519",
"url": "https://www.suse.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "SUSE Bug 1260026 for CVE-2026-4519",
"url": "https://bugzilla.suse.com/1260026"
}
],
"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 Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Micro 6.2:python313-curses-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "moderate"
}
],
"title": "CVE-2026-4519"
}
]
}
SUSE-SU-2026:21178-1
Vulnerability from csaf_suse - Published: 2026-04-13 09:49 - Updated: 2026-04-13 09:49Summary
Security update for python313
Severity
Important
Notes
Title of the patch: Security update for python313
Description of the patch: This update for python313 fixes the following issues:
Update to version 3.13.13.
- CVE-2025-13462: incorrect parsing of TarInfo when GNU long name and type AREGTYPE are combined can lead to
misinterpretation of tar archives (bsc#1259611).
- CVE-2026-2297: incorrectly handled hook in FileLoader can lead to validation bypass (bsc#1259240).
- CVE-2026-3479: improper resource argument validation in `pkgutil.get_data()` can lead to path traversal (bsc#1259989).
- CVE-2026-3644: incomplete control character validation in http.cookies can lead to input validation bypass
(bsc#1259734).
- CVE-2026-4224: parsing XML with deeply nested DTD content models can lead to C stack overflow (bsc#1259735).
- CVE-2026-4519: failure to sanitize leading dashes in URLs in the `webbrowser.open()` API can lead to web browser
command line option injection (bsc#1260026).
Patchnames: SUSE-SLES-16.0-539
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
8.2 (High)
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.5 (Medium)
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
6.5 (Medium)
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.9 (Medium)
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
32 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 python313",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python313 fixes the following issues:\n\nUpdate to version 3.13.13.\n\n- CVE-2025-13462: incorrect parsing of TarInfo when GNU long name and type AREGTYPE are combined can lead to\n misinterpretation of tar archives (bsc#1259611).\n- CVE-2026-2297: incorrectly handled hook in FileLoader can lead to validation bypass (bsc#1259240).\n- CVE-2026-3479: improper resource argument validation in `pkgutil.get_data()` can lead to path traversal (bsc#1259989).\n- CVE-2026-3644: incomplete control character validation in http.cookies can lead to input validation bypass\n (bsc#1259734).\n- CVE-2026-4224: parsing XML with deeply nested DTD content models can lead to C stack overflow (bsc#1259735).\n- CVE-2026-4519: failure to sanitize leading dashes in URLs in the `webbrowser.open()` API can lead to web browser\n command line option injection (bsc#1260026).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-539",
"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_21178-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21178-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621178-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21178-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025538.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257181",
"url": "https://bugzilla.suse.com/1257181"
},
{
"category": "self",
"summary": "SUSE Bug 1259240",
"url": "https://bugzilla.suse.com/1259240"
},
{
"category": "self",
"summary": "SUSE Bug 1259611",
"url": "https://bugzilla.suse.com/1259611"
},
{
"category": "self",
"summary": "SUSE Bug 1259734",
"url": "https://bugzilla.suse.com/1259734"
},
{
"category": "self",
"summary": "SUSE Bug 1259735",
"url": "https://bugzilla.suse.com/1259735"
},
{
"category": "self",
"summary": "SUSE Bug 1259989",
"url": "https://bugzilla.suse.com/1259989"
},
{
"category": "self",
"summary": "SUSE Bug 1260026",
"url": "https://bugzilla.suse.com/1260026"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-13462 page",
"url": "https://www.suse.com/security/cve/CVE-2025-13462/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1299 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1299/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2297 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2297/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3479 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3479/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3644 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3644/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4224 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4224/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-4519 page",
"url": "https://www.suse.com/security/cve/CVE-2026-4519/"
}
],
"title": "Security update for python313",
"tracking": {
"current_release_date": "2026-04-13T09:49:38Z",
"generator": {
"date": "2026-04-13T09:49:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21178-1",
"initial_release_date": "2026-04-13T09:49:38Z",
"revision_history": [
{
"date": "2026-04-13T09:49:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"product": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"product_id": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-3.13.13-160000.1.1.aarch64",
"product_id": "python313-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-base-3.13.13-160000.1.1.aarch64",
"product_id": "python313-base-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-curses-3.13.13-160000.1.1.aarch64",
"product_id": "python313-curses-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-dbm-3.13.13-160000.1.1.aarch64",
"product_id": "python313-dbm-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-devel-3.13.13-160000.1.1.aarch64",
"product_id": "python313-devel-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-doc-3.13.13-160000.1.1.aarch64",
"product_id": "python313-doc-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"product_id": "python313-doc-devhelp-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-idle-3.13.13-160000.1.1.aarch64",
"product_id": "python313-idle-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-tk-3.13.13-160000.1.1.aarch64",
"product_id": "python313-tk-3.13.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.13-160000.1.1.aarch64",
"product": {
"name": "python313-tools-3.13.13-160000.1.1.aarch64",
"product_id": "python313-tools-3.13.13-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"product_id": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-base-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-base-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-curses-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-curses-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-dbm-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-dbm-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-devel-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-devel-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-doc-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-doc-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-doc-devhelp-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-idle-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-idle-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-tk-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-tk-3.13.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.13-160000.1.1.ppc64le",
"product": {
"name": "python313-tools-3.13.13-160000.1.1.ppc64le",
"product_id": "python313-tools-3.13.13-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"product": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"product_id": "libpython3_13-1_0-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-3.13.13-160000.1.1.s390x",
"product_id": "python313-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-base-3.13.13-160000.1.1.s390x",
"product_id": "python313-base-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-curses-3.13.13-160000.1.1.s390x",
"product_id": "python313-curses-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-dbm-3.13.13-160000.1.1.s390x",
"product_id": "python313-dbm-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-devel-3.13.13-160000.1.1.s390x",
"product_id": "python313-devel-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-doc-3.13.13-160000.1.1.s390x",
"product_id": "python313-doc-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"product_id": "python313-doc-devhelp-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-idle-3.13.13-160000.1.1.s390x",
"product_id": "python313-idle-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-tk-3.13.13-160000.1.1.s390x",
"product_id": "python313-tk-3.13.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.13-160000.1.1.s390x",
"product": {
"name": "python313-tools-3.13.13-160000.1.1.s390x",
"product_id": "python313-tools-3.13.13-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"product": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"product_id": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"product": {
"name": "libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"product_id": "libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-3.13.13-160000.1.1.x86_64",
"product_id": "python313-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-base-3.13.13-160000.1.1.x86_64",
"product_id": "python313-base-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"product_id": "python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-curses-3.13.13-160000.1.1.x86_64",
"product_id": "python313-curses-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-dbm-3.13.13-160000.1.1.x86_64",
"product_id": "python313-dbm-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-devel-3.13.13-160000.1.1.x86_64",
"product_id": "python313-devel-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-doc-3.13.13-160000.1.1.x86_64",
"product_id": "python313-doc-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"product_id": "python313-doc-devhelp-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-idle-3.13.13-160000.1.1.x86_64",
"product_id": "python313-idle-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-tk-3.13.13-160000.1.1.x86_64",
"product_id": "python313-tk-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-tools-3.13.13-160000.1.1.x86_64",
"product_id": "python313-tools-3.13.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"product": {
"name": "python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"product_id": "python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64"
},
"product_reference": "libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-base-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-base-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-base-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-base-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-dbm-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-dbm-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-dbm-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-dbm-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-devel-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-devel-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-devel-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-devel-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-doc-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-doc-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-doc-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-doc-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-idle-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-idle-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-idle-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-idle-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-tk-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-tk-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-tk-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-tk-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-tools-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-tools-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-tools-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-tools-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64"
},
"product_reference": "libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64"
},
"product_reference": "libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-base-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-base-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-base-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-base-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-curses-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-dbm-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-dbm-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-dbm-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-dbm-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-devel-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-devel-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-devel-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-devel-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-doc-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-doc-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-doc-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-doc-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-idle-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-idle-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-idle-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-idle-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-tk-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-tk-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-tk-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-tk-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64"
},
"product_reference": "python313-tools-3.13.13-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le"
},
"product_reference": "python313-tools-3.13.13-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x"
},
"product_reference": "python313-tools-3.13.13-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-tools-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.13-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
},
"product_reference": "python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13462",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-13462"
}
],
"notes": [
{
"category": "general",
"text": "The \"tarfile\" module would still apply normalization of AREGTYPE (\\x00) blocks to DIRTYPE, even while processing a multi-block member such as GNUTYPE_LONGNAME or GNUTYPE_LONGLINK. This could result in a crafted tar archive being misinterpreted by the tarfile module compared to other implementations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-13462",
"url": "https://www.suse.com/security/cve/CVE-2025-13462"
},
{
"category": "external",
"summary": "SUSE Bug 1259611 for CVE-2025-13462",
"url": "https://bugzilla.suse.com/1259611"
}
],
"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 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "low"
}
],
"title": "CVE-2025-13462"
},
{
"cve": "CVE-2026-1299",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1299"
}
],
"notes": [
{
"category": "general",
"text": "The \nemail module, specifically the \"BytesGenerator\" class, didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don\u0027t respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1299",
"url": "https://www.suse.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "SUSE Bug 1257181 for CVE-2026-1299",
"url": "https://bugzilla.suse.com/1257181"
}
],
"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 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "important"
}
],
"title": "CVE-2026-1299"
},
{
"cve": "CVE-2026-2297",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2297"
}
],
"notes": [
{
"category": "general",
"text": "The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2297",
"url": "https://www.suse.com/security/cve/CVE-2026-2297"
},
{
"category": "external",
"summary": "SUSE Bug 1259240 for CVE-2026-2297",
"url": "https://bugzilla.suse.com/1259240"
}
],
"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 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "moderate"
}
],
"title": "CVE-2026-2297"
},
{
"cve": "CVE-2026-3479",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3479"
}
],
"notes": [
{
"category": "general",
"text": "DISPUTED: The project has clarified that the documentation was incorrect, and that pkgutil.get_data() has the same security model as open(). The documentation has been updated to clarify this point. There is no vulnerability in the function if following the intended security model.\n\npkgutil.get_data() did not validate the resource argument as documented, allowing path traversals.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3479",
"url": "https://www.suse.com/security/cve/CVE-2026-3479"
},
{
"category": "external",
"summary": "SUSE Bug 1259989 for CVE-2026-3479",
"url": "https://bugzilla.suse.com/1259989"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "low"
}
],
"title": "CVE-2026-3479"
},
{
"cve": "CVE-2026-3644",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3644"
}
],
"notes": [
{
"category": "general",
"text": "The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3644",
"url": "https://www.suse.com/security/cve/CVE-2026-3644"
},
{
"category": "external",
"summary": "SUSE Bug 1259734 for CVE-2026-3644",
"url": "https://bugzilla.suse.com/1259734"
}
],
"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 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "moderate"
}
],
"title": "CVE-2026-3644"
},
{
"cve": "CVE-2026-4224",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4224"
}
],
"notes": [
{
"category": "general",
"text": "When an Expat parser with a registered ElementDeclHandler parses an inline\ndocument type definition containing a deeply nested content model a C stack\noverflow occurs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4224",
"url": "https://www.suse.com/security/cve/CVE-2026-4224"
},
{
"category": "external",
"summary": "SUSE Bug 1259735 for CVE-2026-4224",
"url": "https://bugzilla.suse.com/1259735"
}
],
"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 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "important"
}
],
"title": "CVE-2026-4224"
},
{
"cve": "CVE-2026-4519",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-4519"
}
],
"notes": [
{
"category": "general",
"text": "The webbrowser.open() API would accept leading dashes in the URL which \ncould be handled as command line options for certain web browsers. New \nbehavior rejects leading dashes. Users are recommended to sanitize URLs \nprior to passing to webbrowser.open().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-4519",
"url": "https://www.suse.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "SUSE Bug 1260026 for CVE-2026-4519",
"url": "https://bugzilla.suse.com/1260026"
}
],
"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 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpython3_13-1_0-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-base-x86-64-v3-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-curses-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-dbm-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-devel-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-doc-devhelp-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-idle-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tk-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-tools-3.13.13-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-x86-64-v3-3.13.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-13T09:49:38Z",
"details": "moderate"
}
],
"title": "CVE-2026-4519"
}
]
}
ubuntu-cve-2026-2297
Vulnerability from osv_ubuntu
Published
2026-03-04 23:16
Modified
2026-09-01 18:26
Summary
Details
The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.
Severity
N/A (UNKNOWN)
References
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.8",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm10"
},
{
"binary_name": "libpython3.8",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm10"
},
{
"binary_name": "libpython3.8-minimal",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm10"
},
{
"binary_name": "libpython3.8-stdlib",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm10"
},
{
"binary_name": "libpython3.8-testsuite",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm10"
},
{
"binary_name": "python3.8",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm10"
},
{
"binary_name": "python3.8-examples",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm10"
},
{
"binary_name": "python3.8-minimal",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm10"
},
{
"binary_name": "python3.8-venv",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm10"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "python3.8",
"purl": "pkg:deb/ubuntu/python3.8@3.8.0-3ubuntu1~18.04.2+esm10?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.8.0-3~18.04",
"3.8.0-3~18.04.1",
"3.8.0-3ubuntu1~18.04.2",
"3.8.0-3ubuntu1~18.04.2+esm1",
"3.8.0-3ubuntu1~18.04.2+esm2",
"3.8.0-3ubuntu1~18.04.2+esm3",
"3.8.0-3ubuntu1~18.04.2+esm4",
"3.8.0-3ubuntu1~18.04.2+esm5",
"3.8.0-3ubuntu1~18.04.2+esm6",
"3.8.0-3ubuntu1~18.04.2+esm7",
"3.8.0-3ubuntu1~18.04.2+esm8",
"3.8.0-3ubuntu1~18.04.2+esm9",
"3.8.0-3ubuntu1~18.04.2+esm10"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.8",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm6"
},
{
"binary_name": "libpython3.8",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm6"
},
{
"binary_name": "libpython3.8-minimal",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm6"
},
{
"binary_name": "libpython3.8-stdlib",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm6"
},
{
"binary_name": "libpython3.8-testsuite",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm6"
},
{
"binary_name": "python3.8",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm6"
},
{
"binary_name": "python3.8-examples",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm6"
},
{
"binary_name": "python3.8-full",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm6"
},
{
"binary_name": "python3.8-minimal",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm6"
},
{
"binary_name": "python3.8-venv",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm6"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "python3.8",
"purl": "pkg:deb/ubuntu/python3.8@3.8.10-0ubuntu1~20.04.18+esm6?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.8.0-1",
"3.8.0-2",
"3.8.0-3",
"3.8.0-4",
"3.8.0-5",
"3.8.1-2ubuntu3",
"3.8.2~rc1-1ubuntu1",
"3.8.2-1",
"3.8.2-1ubuntu1",
"3.8.2-1ubuntu1.1",
"3.8.2-1ubuntu1.2",
"3.8.5-1~20.04",
"3.8.5-1~20.04.2",
"3.8.5-1~20.04.3",
"3.8.10-0ubuntu1~20.04",
"3.8.10-0ubuntu1~20.04.1",
"3.8.10-0ubuntu1~20.04.2",
"3.8.10-0ubuntu1~20.04.4",
"3.8.10-0ubuntu1~20.04.5",
"3.8.10-0ubuntu1~20.04.6",
"3.8.10-0ubuntu1~20.04.7",
"3.8.10-0ubuntu1~20.04.8",
"3.8.10-0ubuntu1~20.04.9",
"3.8.10-0ubuntu1~20.04.10",
"3.8.10-0ubuntu1~20.04.11",
"3.8.10-0ubuntu1~20.04.12",
"3.8.10-0ubuntu1~20.04.13",
"3.8.10-0ubuntu1~20.04.14",
"3.8.10-0ubuntu1~20.04.15",
"3.8.10-0ubuntu1~20.04.16",
"3.8.10-0ubuntu1~20.04.17",
"3.8.10-0ubuntu1~20.04.18",
"3.8.10-0ubuntu1~20.04.18+esm1",
"3.8.10-0ubuntu1~20.04.18+esm2",
"3.8.10-0ubuntu1~20.04.18+esm3",
"3.8.10-0ubuntu1~20.04.18+esm4",
"3.8.10-0ubuntu1~20.04.18+esm5",
"3.8.10-0ubuntu1~20.04.18+esm6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.9",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm10"
},
{
"binary_name": "libpython3.9",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm10"
},
{
"binary_name": "libpython3.9-minimal",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm10"
},
{
"binary_name": "libpython3.9-stdlib",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm10"
},
{
"binary_name": "libpython3.9-testsuite",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm10"
},
{
"binary_name": "python3.9",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm10"
},
{
"binary_name": "python3.9-examples",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm10"
},
{
"binary_name": "python3.9-full",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm10"
},
{
"binary_name": "python3.9-minimal",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm10"
},
{
"binary_name": "python3.9-venv",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm10"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "python3.9",
"purl": "pkg:deb/ubuntu/python3.9@3.9.5-3ubuntu0~20.04.1+esm10?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.9.0~rc1-1~20.04",
"3.9.0-5~20.04",
"3.9.5-3~20.04.1",
"3.9.5-3ubuntu0~20.04.1",
"3.9.5-3ubuntu0~20.04.1+esm1",
"3.9.5-3ubuntu0~20.04.1+esm2",
"3.9.5-3ubuntu0~20.04.1+esm3",
"3.9.5-3ubuntu0~20.04.1+esm4",
"3.9.5-3ubuntu0~20.04.1+esm5",
"3.9.5-3ubuntu0~20.04.1+esm6",
"3.9.5-3ubuntu0~20.04.1+esm7",
"3.9.5-3ubuntu0~20.04.1+esm8",
"3.9.5-3ubuntu0~20.04.1+esm9",
"3.9.5-3ubuntu0~20.04.1+esm10"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "idle-python3.10",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "libpython3.10",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "libpython3.10-minimal",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "libpython3.10-stdlib",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "libpython3.10-testsuite",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10-examples",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10-full",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10-minimal",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10-nopie",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10-venv",
"binary_version": "3.10.12-1~22.04.16"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "python3.10",
"purl": "pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.16?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.10.12-1~22.04.16"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.10.0-2",
"3.10.0-3",
"3.10.0-4",
"3.10.0-5",
"3.10.0-5build1",
"3.10.1-1",
"3.10.1-2",
"3.10.2-1",
"3.10.2-5",
"3.10.2-7",
"3.10.3-1",
"3.10.4-3",
"3.10.4-3ubuntu0.1",
"3.10.6-1~22.04",
"3.10.6-1~22.04.1",
"3.10.6-1~22.04.2",
"3.10.6-1~22.04.2ubuntu1",
"3.10.6-1~22.04.2ubuntu1.1",
"3.10.12-1~22.04.2",
"3.10.12-1~22.04.3",
"3.10.12-1~22.04.4",
"3.10.12-1~22.04.5",
"3.10.12-1~22.04.6",
"3.10.12-1~22.04.7",
"3.10.12-1~22.04.8",
"3.10.12-1~22.04.9",
"3.10.12-1~22.04.10",
"3.10.12-1~22.04.11",
"3.10.12-1~22.04.12",
"3.10.12-1~22.04.13",
"3.10.12-1~22.04.14",
"3.10.12-1~22.04.15"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.11",
"binary_version": "3.11.0~rc1-1~22.04.1+esm1"
},
{
"binary_name": "libpython3.11",
"binary_version": "3.11.0~rc1-1~22.04.1+esm1"
},
{
"binary_name": "libpython3.11-minimal",
"binary_version": "3.11.0~rc1-1~22.04.1+esm1"
},
{
"binary_name": "libpython3.11-stdlib",
"binary_version": "3.11.0~rc1-1~22.04.1+esm1"
},
{
"binary_name": "libpython3.11-testsuite",
"binary_version": "3.11.0~rc1-1~22.04.1+esm1"
},
{
"binary_name": "python3.11",
"binary_version": "3.11.0~rc1-1~22.04.1+esm1"
},
{
"binary_name": "python3.11-examples",
"binary_version": "3.11.0~rc1-1~22.04.1+esm1"
},
{
"binary_name": "python3.11-full",
"binary_version": "3.11.0~rc1-1~22.04.1+esm1"
},
{
"binary_name": "python3.11-minimal",
"binary_version": "3.11.0~rc1-1~22.04.1+esm1"
},
{
"binary_name": "python3.11-nopie",
"binary_version": "3.11.0~rc1-1~22.04.1+esm1"
},
{
"binary_name": "python3.11-venv",
"binary_version": "3.11.0~rc1-1~22.04.1+esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "python3.11",
"purl": "pkg:deb/ubuntu/python3.11@3.11.0~rc1-1~22.04.1+esm1?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.11.0~rc1-1~22.04",
"3.11.0~rc1-1~22.04.1~esm1",
"3.11.0~rc1-1~22.04.1~esm2",
"3.11.0~rc1-1~22.04.1~esm3",
"3.11.0~rc1-1~22.04.1~esm4",
"3.11.0~rc1-1~22.04.1~esm5",
"3.11.0~rc1-1~22.04.1~esm6",
"3.11.0~rc1-1~22.04.1~esm7",
"3.11.0~rc1-1~22.04.1~esm8",
"3.11.0~rc1-1~22.04.1~esm9",
"3.11.0~rc1-1~22.04.1",
"3.11.0~rc1-1~22.04.1+esm1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "idle-python3.12",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "libpython3.12-minimal",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "libpython3.12-stdlib",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "libpython3.12-testsuite",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "libpython3.12t64",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12-examples",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12-full",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12-minimal",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12-nopie",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12-venv",
"binary_version": "3.12.3-1ubuntu0.15"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "python3.12",
"purl": "pkg:deb/ubuntu/python3.12@3.12.3-1ubuntu0.15?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.12.3-1ubuntu0.15"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.12.0-1",
"3.12.0-5",
"3.12.0-6",
"3.12.0-7",
"3.12.1-2",
"3.12.2-1",
"3.12.2-4build3",
"3.12.2-4build4",
"3.12.2-5ubuntu3",
"3.12.3-1",
"3.12.3-1ubuntu0.1",
"3.12.3-1ubuntu0.2",
"3.12.3-1ubuntu0.3",
"3.12.3-1ubuntu0.4",
"3.12.3-1ubuntu0.5",
"3.12.3-1ubuntu0.6",
"3.12.3-1ubuntu0.7",
"3.12.3-1ubuntu0.8",
"3.12.3-1ubuntu0.9",
"3.12.3-1ubuntu0.10",
"3.12.3-1ubuntu0.11",
"3.12.3-1ubuntu0.12",
"3.12.3-1ubuntu0.13"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.13",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "libpython3.13",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "libpython3.13-minimal",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "libpython3.13-stdlib",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "libpython3.13-testsuite",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-examples",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-full",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-gdbm",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-minimal",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-nopie",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-tk",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-venv",
"binary_version": "3.13.7-1ubuntu0.4"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "python3.13",
"purl": "pkg:deb/ubuntu/python3.13@3.13.7-1ubuntu0.4?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.13.3-1",
"3.13.3-2",
"3.13.3-4",
"3.13.4-1",
"3.13.5-1",
"3.13.5-2",
"3.13.6-1",
"3.13.7-1",
"3.13.7-1ubuntu0.1",
"3.13.7-1ubuntu0.2",
"3.13.7-1ubuntu0.3",
"3.13.7-1ubuntu0.4"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.14",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "libpython3.14",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "libpython3.14-minimal",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "libpython3.14-stdlib",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "libpython3.14-testsuite",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-examples",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-full",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-gdbm",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-minimal",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-nopie",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-tk",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-venv",
"binary_version": "3.14.0-1ubuntu0.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "python3.14",
"purl": "pkg:deb/ubuntu/python3.14@3.14.0-1ubuntu0.3?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.14.0~a7-0ubuntu1",
"3.14.0~b1-1",
"3.14.0~b3-1",
"3.14.0~rc1-1",
"3.14.0~rc2-1",
"3.14.0~rc3-1",
"3.14.0-1",
"3.14.0-1ubuntu0.1",
"3.14.0-1ubuntu0.2",
"3.14.0-1ubuntu0.3"
]
}
],
"aliases": [],
"details": "The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.",
"id": "UBUNTU-CVE-2026-2297",
"modified": "2026-09-01T18:26:22Z",
"published": "2026-03-04T23:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-2297"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2297"
},
{
"type": "REPORT",
"url": "https://github.com/python/cpython/pull/145507"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8509-1"
}
],
"related": [
"USN-8509-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-2297"
]
}
WID-SEC-W-2026-0607
Vulnerability from csaf_certbund - Published: 2026-03-04 23:00 - Updated: 2026-05-31 22:00Summary
CPython: Schwachstelle ermöglicht Umgehen von Sicherheitsvorkehrungen
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 lokaler Angreifer kann eine Schwachstelle in CPython ausnutzen, um Sicherheitsvorkehrungen zu umgehen.
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 | |
|
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 | ||
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
References
45 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 lokaler Angreifer kann eine Schwachstelle in CPython ausnutzen, um Sicherheitsvorkehrungen zu umgehen.",
"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-0607 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0607.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0607 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0607"
},
{
"category": "external",
"summary": "Python GitHub vom 2026-03-04",
"url": "https://github.com/python/cpython/issues/145506"
},
{
"category": "external",
"summary": "EU Vulnerability Database vom 2026-03-04",
"url": "https://euvd.enisa.europa.eu/enisa/EUVD-2026-9498"
},
{
"category": "external",
"summary": "Microsoft Leitfaden f\u00fcr Sicherheitsupdates vom 2026-03-10",
"url": "https://msrc.microsoft.com/update-guide/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10377-1 vom 2026-03-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RF6K4ZF7EG3KC2GKU6YXPCVYMPOIEM2H/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10394-1 vom 2026-03-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QG3PH2IPZZVUZSADSDJLDP3NHOC56OT5/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10404-1 vom 2026-03-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GL42AZE5EDZNTZVK2KTWZCC6VK73CWVB/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10405-1 vom 2026-03-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ILMWNMA4ZOPLJSS3AUDX3ZS6N65ZNAKR/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0971-1 vom 2026-03-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024811.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1062-1 vom 2026-03-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024947.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1107-1 vom 2026-03-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025017.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-FF5DA930EB vom 2026-03-27",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-ff5da930eb"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1117-1 vom 2026-03-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025015.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-22D8C9F967 vom 2026-03-27",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-22d8c9f967"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2026-3D13D52F58 vom 2026-03-27",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-3d13d52f58"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20956-1 vom 2026-04-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025136.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20951-1 vom 2026-04-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025139.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10522-1 vom 2026-04-11",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/Z4H3QCYOO5XLFRDX6BC3B7R4JXI64GUZ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1349-1 vom 2026-04-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025368.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21104-1 vom 2026-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025375.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1354-1 vom 2026-04-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025363.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-30FBC5A8B2 vom 2026-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-30fbc5a8b2"
},
{
"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-A5BA8297FD vom 2026-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-a5ba8297fd"
},
{
"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-6E657E937A vom 2026-04-17",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2026-6e657e937a"
},
{
"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": "openSUSE Security Update OPENSUSE-SU-2026:20517-1 vom 2026-04-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/327D6F3KQ2U3HRCWE5KGLIVAQ5JXHRRS/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21178-1 vom 2026-04-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025538.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7443 vom 2026-04-24",
"url": "https://access.redhat.com/errata/RHSA-2026:7443"
},
{
"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": "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-10950 vom 2026-04-28",
"url": "https://linux.oracle.com/errata/ELSA-2026-10950.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4583 vom 2026-05-15",
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00028.html"
},
{
"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:19176 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19176"
},
{
"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:19064 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21275 vom 2026-05-27",
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:19177 vom 2026-05-28",
"url": "https://errata.build.resf.org/RLSA-2026:19177"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:19176 vom 2026-05-30",
"url": "https://errata.build.resf.org/RLSA-2026:19176"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:19019 vom 2026-05-29",
"url": "https://errata.build.resf.org/RLSA-2026:19019"
}
],
"source_lang": "en-US",
"title": "CPython: Schwachstelle erm\u00f6glicht Umgehen von Sicherheitsvorkehrungen",
"tracking": {
"current_release_date": "2026-05-31T22:00:00.000+00:00",
"generator": {
"date": "2026-06-01T07:23:44.124+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-0607",
"initial_release_date": "2026-03-04T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-04T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-10T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2026-03-19T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-03-22T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-03-23T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von openSUSE und SUSE aufgenommen"
},
{
"date": "2026-03-26T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE und Fedora aufgenommen"
},
{
"date": "2026-04-07T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-12T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-19T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von openSUSE und SUSE aufgenommen"
},
{
"date": "2026-04-23T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-27T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
}
],
"status": "final",
"version": "19"
}
},
"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",
"name": "azl3",
"product": {
"name": "Microsoft Azure Linux azl3",
"product_id": "T049210",
"product_identification_helper": {
"cpe": "cpe:/o:microsoft:azure_linux:azl3"
}
}
}
],
"category": "product_name",
"name": "Azure Linux"
}
],
"category": "vendor",
"name": "Microsoft"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "CPython \u003c3.15.0",
"product": {
"name": "Open Source Python CPython \u003c3.15.0",
"product_id": "T048266"
}
},
{
"category": "product_version",
"name": "CPython 3.15.0",
"product": {
"name": "Open Source Python CPython 3.15.0",
"product_id": "T048266-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",
"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-2297",
"product_status": {
"known_affected": [
"T054761",
"2951",
"T002207",
"67646",
"T027843",
"T048266",
"T049210",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2026-03-04T23:00:00.000+00:00",
"title": "CVE-2026-2297"
}
]
}
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…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…