Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-12781 (GCVE-0-2025-12781)
Vulnerability from cvelistv5 – Published: 2026-01-21 19:34 – Updated: 2026-01-22 20:12- CWE-704 - Incorrect Type Conversion or Cast
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.13.10
(python)
Affected: 3.14.0 , < 3.14.1 (python) Affected: 3.15.0a1 , < 3.15.0a2 (python) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-12781",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-22T14:53:47.177224Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-704",
"description": "CWE-704 Incorrect Type Conversion or Cast",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-22T14:53:50.663Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"base64"
],
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.13.10",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.14.1",
"status": "affected",
"version": "3.14.0",
"versionType": "python"
},
{
"lessThan": "3.15.0a2",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cdiv\u003eWhen passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003eThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003eThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python.\u0026nbsp;Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars.\u003c/div\u003e"
}
],
"value": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python.\u00a0Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "LOW",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-22T20:12:56.421Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/141128"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/125346"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/13360efd385d1a7d0659beba03787ea3d063ef9b"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/1be80bec7960f5ccd059e75f3dfbd45fca302947"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/9060b4abbe475591b6230b23c2afefeff26fcca5"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/fd17ee026fa9b67f6288cbafe374a3e479fe03a5"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "base64.b64decode() always accepts \"+/\" characters, despite setting altchars",
"x_generator": {
"engine": "Vulnogram 0.5.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2025-12781",
"datePublished": "2026-01-21T19:34:47.979Z",
"dateReserved": "2025-11-05T22:04:54.230Z",
"dateUpdated": "2026-01-22T20:12:56.421Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-12781\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2026-01-21T20:16:04.423\",\"lastModified\":\"2026-02-02T17:25:23.933\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \\\"base64\\\" module the characters \\\"+/\\\" will always be accepted, regardless of the value of \\\"altchars\\\" parameter, typically used to establish an \\\"alternative base64 alphabet\\\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\\n\\n\\n\\n\\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \\\"+/\\\"). If your application does not use the \\\"altchars\\\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\\n\\n\\n\\n\\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python.\u00a0Users are recommended to mitigate by verifying user-controlled inputs match the base64 \\nalphabet they are expecting or verify that their application would not be \\naffected if the b64decode() functions accepted \\\"+\\\" or \\\"/\\\" outside of altchars.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"LOW\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-704\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.13.10\",\"matchCriteriaId\":\"B02C195C-8271-4207-9FE9-E46C7A4978AE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.14.0\",\"versionEndExcluding\":\"3.14.1\",\"matchCriteriaId\":\"6E66BA7A-987F-4E24-8B69-4F46D6FCD19E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.15.0:alpha1:*:*:*:*:*:*\",\"matchCriteriaId\":\"A3327507-0B1D-4F28-A983-D07A2C8A7696\"}]}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/13360efd385d1a7d0659beba03787ea3d063ef9b\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/1be80bec7960f5ccd059e75f3dfbd45fca302947\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/9060b4abbe475591b6230b23c2afefeff26fcca5\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/fd17ee026fa9b67f6288cbafe374a3e479fe03a5\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/issues/125346\",\"source\":\"cna@python.org\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://github.com/python/cpython/pull/141128\",\"source\":\"cna@python.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/\",\"source\":\"cna@python.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-12781\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-22T14:53:47.177224Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-704\", \"description\": \"CWE-704 Incorrect Type Conversion or Cast\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-22T14:53:14.185Z\"}}], \"cna\": {\"title\": \"base64.b64decode() always accepts \\\"+/\\\" characters, despite setting altchars\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 6.3, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"LOW\", \"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\", \"modules\": [\"base64\"], \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.13.10\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0\", \"lessThan\": \"3.14.1\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.15.0a1\", \"lessThan\": \"3.15.0a2\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/pull/141128\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/issues/125346\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/13360efd385d1a7d0659beba03787ea3d063ef9b\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/1be80bec7960f5ccd059e75f3dfbd45fca302947\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/9060b4abbe475591b6230b23c2afefeff26fcca5\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/fd17ee026fa9b67f6288cbafe374a3e479fe03a5\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.5.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \\\"base64\\\" module the characters \\\"+/\\\" will always be accepted, regardless of the value of \\\"altchars\\\" parameter, typically used to establish an \\\"alternative base64 alphabet\\\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\\n\\n\\n\\n\\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \\\"+/\\\"). If your application does not use the \\\"altchars\\\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\\n\\n\\n\\n\\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python.\\u00a0Users are recommended to mitigate by verifying user-controlled inputs match the base64 \\nalphabet they are expecting or verify that their application would not be \\naffected if the b64decode() functions accepted \\\"+\\\" or \\\"/\\\" outside of altchars.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cdiv\u003eWhen passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \\\"base64\\\" module the characters \\\"+/\\\" will always be accepted, regardless of the value of \\\"altchars\\\" parameter, typically used to establish an \\\"alternative base64 alphabet\\\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003eThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \\\"+/\\\"). If your application does not use the \\\"altchars\\\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003eThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python.\u0026nbsp;Users are recommended to mitigate by verifying user-controlled inputs match the base64 \\nalphabet they are expecting or verify that their application would not be \\naffected if the b64decode() functions accepted \\\"+\\\" or \\\"/\\\" outside of altchars.\u003c/div\u003e\", \"base64\": false}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2026-01-22T20:12:56.421Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-12781\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-22T20:12:56.421Z\", \"dateReserved\": \"2025-11-05T22:04:54.230Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2026-01-21T19:34:47.979Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
WID-SEC-W-2026-0196
Vulnerability from csaf_certbund - Published: 2026-01-21 23:00 - Updated: 2026-02-19 23:00Notes
{
"document": {
"aggregate_severity": {
"text": "niedrig"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Python ist eine universelle, \u00fcblicherweise interpretierte, h\u00f6here Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann eine Schwachstelle in CPython bez\u00fcglich Base64 Daten ausnutzen, um einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\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-0196 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0196.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0196 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0196"
},
{
"category": "external",
"summary": "Python Mailing List vom 2026-01-21",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/"
},
{
"category": "external",
"summary": "NIST Vulnerability Database vom 2026-01-21",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12781"
},
{
"category": "external",
"summary": "Python GitHub vom 2026-01-21",
"url": "https://github.com/python/cpython/pull/141128"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10152-1 vom 2026-02-06",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4OMGDU2QHH6HKUZN6HO52TFJZ5O4B343/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10206-1 vom 2026-02-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4WTJGP6EBPPHYTF5IEPSNEIPTAO7CA6T/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10221-1 vom 2026-02-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/KEW75CD3DITCISPYD6PVUG433Q2SSTL2/"
}
],
"source_lang": "en-US",
"title": "CPython: Schwachstelle erm\u00f6glicht nicht spezifizierten Angriff",
"tracking": {
"current_release_date": "2026-02-19T23:00:00.000+00:00",
"generator": {
"date": "2026-02-20T09:20:51.416+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0196",
"initial_release_date": "2026-01-21T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-01-21T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-02-08T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-02-15T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-02-19T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von openSUSE aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "CPython",
"product": {
"name": "Open Source Python CPython",
"product_id": "T050262",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:cpython"
}
}
}
],
"category": "product_name",
"name": "Python"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"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-2025-12781",
"product_status": {
"known_affected": [
"T050262",
"T027843"
]
},
"release_date": "2026-01-21T23:00:00.000+00:00",
"title": "CVE-2025-12781"
}
]
}
SUSE-SU-2026:0693-1
Vulnerability from csaf_suse - Published: 2026-02-27 15:14 - Updated: 2026-02-27 15:14Notes
{
"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-2025-11468: header injection when folding a long comment in an email header containing exclusively unfoldable\n characters (bsc#1257029).\n- CVE-2025-12781: inadequate parameter check can cause data integrity issues (bsc#1257108).\n- CVE-2025-15282: user-controlled data URLs parsed may allow injecting headers (bsc#1257046).\n- CVE-2025-15366: user-controlled command can allow additional commands injected using newlines (bsc#1257044).\n- CVE-2025-15367: control characters may allow the injection of additional commands (bsc#1257041).\n- CVE-2026-0672: HTTP header injection via user-controlled cookie values and parameters when using http.cookies.Morsel\n (bsc#1257031).\n- CVE-2026-0865: user-controlled header containing newlines can allow injecting HTTP headers (bsc#1257042).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-693,SUSE-SLE-Module-Public-Cloud-15-SP4-2026-693,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-693,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-693,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-693,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-693,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-693,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-693,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-693,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-693",
"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_0693-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0693-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260693-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0693-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024502.html"
},
{
"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 1257041",
"url": "https://bugzilla.suse.com/1257041"
},
{
"category": "self",
"summary": "SUSE Bug 1257042",
"url": "https://bugzilla.suse.com/1257042"
},
{
"category": "self",
"summary": "SUSE Bug 1257044",
"url": "https://bugzilla.suse.com/1257044"
},
{
"category": "self",
"summary": "SUSE Bug 1257046",
"url": "https://bugzilla.suse.com/1257046"
},
{
"category": "self",
"summary": "SUSE Bug 1257108",
"url": "https://bugzilla.suse.com/1257108"
},
{
"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-12781 page",
"url": "https://www.suse.com/security/cve/CVE-2025-12781/"
},
{
"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-15366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15367 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15367/"
},
{
"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/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2026-02-27T15:14:09Z",
"generator": {
"date": "2026-02-27T15:14:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0693-1",
"initial_release_date": "2026-02-27T15:14:09Z",
"revision_history": [
{
"date": "2026-02-27T15:14:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "python311-3.11.14-150400.9.75.1.aarch64",
"product_id": "python311-3.11.14-150400.9.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "python311-base-3.11.14-150400.9.75.1.aarch64",
"product_id": "python311-base-3.11.14-150400.9.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "python311-curses-3.11.14-150400.9.75.1.aarch64",
"product_id": "python311-curses-3.11.14-150400.9.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "python311-dbm-3.11.14-150400.9.75.1.aarch64",
"product_id": "python311-dbm-3.11.14-150400.9.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "python311-devel-3.11.14-150400.9.75.1.aarch64",
"product_id": "python311-devel-3.11.14-150400.9.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "python311-doc-3.11.14-150400.9.75.1.aarch64",
"product_id": "python311-doc-3.11.14-150400.9.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"product_id": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "python311-idle-3.11.14-150400.9.75.1.aarch64",
"product_id": "python311-idle-3.11.14-150400.9.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "python311-testsuite-3.11.14-150400.9.75.1.aarch64",
"product_id": "python311-testsuite-3.11.14-150400.9.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "python311-tk-3.11.14-150400.9.75.1.aarch64",
"product_id": "python311-tk-3.11.14-150400.9.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.14-150400.9.75.1.aarch64",
"product": {
"name": "python311-tools-3.11.14-150400.9.75.1.aarch64",
"product_id": "python311-tools-3.11.14-150400.9.75.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.14-150400.9.75.1.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.14-150400.9.75.1.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.14-150400.9.75.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.14-150400.9.75.1.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.14-150400.9.75.1.aarch64_ilp32",
"product_id": "python311-64bit-3.11.14-150400.9.75.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.14-150400.9.75.1.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.14-150400.9.75.1.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.14-150400.9.75.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.i586",
"product": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.i586",
"product_id": "libpython3_11-1_0-3.11.14-150400.9.75.1.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.14-150400.9.75.1.i586",
"product": {
"name": "python311-3.11.14-150400.9.75.1.i586",
"product_id": "python311-3.11.14-150400.9.75.1.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.14-150400.9.75.1.i586",
"product": {
"name": "python311-base-3.11.14-150400.9.75.1.i586",
"product_id": "python311-base-3.11.14-150400.9.75.1.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-150400.9.75.1.i586",
"product": {
"name": "python311-curses-3.11.14-150400.9.75.1.i586",
"product_id": "python311-curses-3.11.14-150400.9.75.1.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-150400.9.75.1.i586",
"product": {
"name": "python311-dbm-3.11.14-150400.9.75.1.i586",
"product_id": "python311-dbm-3.11.14-150400.9.75.1.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.14-150400.9.75.1.i586",
"product": {
"name": "python311-devel-3.11.14-150400.9.75.1.i586",
"product_id": "python311-devel-3.11.14-150400.9.75.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.14-150400.9.75.1.i586",
"product": {
"name": "python311-doc-3.11.14-150400.9.75.1.i586",
"product_id": "python311-doc-3.11.14-150400.9.75.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.i586",
"product": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.i586",
"product_id": "python311-doc-devhelp-3.11.14-150400.9.75.1.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-150400.9.75.1.i586",
"product": {
"name": "python311-idle-3.11.14-150400.9.75.1.i586",
"product_id": "python311-idle-3.11.14-150400.9.75.1.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.14-150400.9.75.1.i586",
"product": {
"name": "python311-testsuite-3.11.14-150400.9.75.1.i586",
"product_id": "python311-testsuite-3.11.14-150400.9.75.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-150400.9.75.1.i586",
"product": {
"name": "python311-tk-3.11.14-150400.9.75.1.i586",
"product_id": "python311-tk-3.11.14-150400.9.75.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.14-150400.9.75.1.i586",
"product": {
"name": "python311-tools-3.11.14-150400.9.75.1.i586",
"product_id": "python311-tools-3.11.14-150400.9.75.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "python311-3.11.14-150400.9.75.1.ppc64le",
"product_id": "python311-3.11.14-150400.9.75.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "python311-base-3.11.14-150400.9.75.1.ppc64le",
"product_id": "python311-base-3.11.14-150400.9.75.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "python311-curses-3.11.14-150400.9.75.1.ppc64le",
"product_id": "python311-curses-3.11.14-150400.9.75.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"product_id": "python311-dbm-3.11.14-150400.9.75.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "python311-devel-3.11.14-150400.9.75.1.ppc64le",
"product_id": "python311-devel-3.11.14-150400.9.75.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "python311-doc-3.11.14-150400.9.75.1.ppc64le",
"product_id": "python311-doc-3.11.14-150400.9.75.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"product_id": "python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "python311-idle-3.11.14-150400.9.75.1.ppc64le",
"product_id": "python311-idle-3.11.14-150400.9.75.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "python311-testsuite-3.11.14-150400.9.75.1.ppc64le",
"product_id": "python311-testsuite-3.11.14-150400.9.75.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "python311-tk-3.11.14-150400.9.75.1.ppc64le",
"product_id": "python311-tk-3.11.14-150400.9.75.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.14-150400.9.75.1.ppc64le",
"product": {
"name": "python311-tools-3.11.14-150400.9.75.1.ppc64le",
"product_id": "python311-tools-3.11.14-150400.9.75.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"product_id": "libpython3_11-1_0-3.11.14-150400.9.75.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "python311-3.11.14-150400.9.75.1.s390x",
"product_id": "python311-3.11.14-150400.9.75.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "python311-base-3.11.14-150400.9.75.1.s390x",
"product_id": "python311-base-3.11.14-150400.9.75.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "python311-curses-3.11.14-150400.9.75.1.s390x",
"product_id": "python311-curses-3.11.14-150400.9.75.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "python311-dbm-3.11.14-150400.9.75.1.s390x",
"product_id": "python311-dbm-3.11.14-150400.9.75.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "python311-devel-3.11.14-150400.9.75.1.s390x",
"product_id": "python311-devel-3.11.14-150400.9.75.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "python311-doc-3.11.14-150400.9.75.1.s390x",
"product_id": "python311-doc-3.11.14-150400.9.75.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"product_id": "python311-doc-devhelp-3.11.14-150400.9.75.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "python311-idle-3.11.14-150400.9.75.1.s390x",
"product_id": "python311-idle-3.11.14-150400.9.75.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "python311-testsuite-3.11.14-150400.9.75.1.s390x",
"product_id": "python311-testsuite-3.11.14-150400.9.75.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "python311-tk-3.11.14-150400.9.75.1.s390x",
"product_id": "python311-tk-3.11.14-150400.9.75.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.14-150400.9.75.1.s390x",
"product": {
"name": "python311-tools-3.11.14-150400.9.75.1.s390x",
"product_id": "python311-tools-3.11.14-150400.9.75.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.14-150400.9.75.1.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-32bit-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-32bit-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-base-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-base-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-base-32bit-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-base-32bit-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-curses-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-curses-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-dbm-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-dbm-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-devel-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-devel-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-doc-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-doc-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-idle-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-idle-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-testsuite-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-testsuite-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-tk-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-tk-3.11.14-150400.9.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.14-150400.9.75.1.x86_64",
"product": {
"name": "python311-tools-3.11.14-150400.9.75.1.x86_64",
"product_id": "python311-tools-3.11.14-150400.9.75.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150400.9.75.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150400.9.75.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-27T15:14:09Z",
"details": "important"
}
],
"title": "CVE-2025-11468"
},
{
"cve": "CVE-2025-12781",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-12781"
}
],
"notes": [
{
"category": "general",
"text": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python. Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-12781",
"url": "https://www.suse.com/security/cve/CVE-2025-12781"
},
{
"category": "external",
"summary": "SUSE Bug 1257108 for CVE-2025-12781",
"url": "https://bugzilla.suse.com/1257108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-27T15:14:09Z",
"details": "low"
}
],
"title": "CVE-2025-12781"
},
{
"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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-27T15:14:09Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2025-15366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15366"
}
],
"notes": [
{
"category": "general",
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15366",
"url": "https://www.suse.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "SUSE Bug 1257044 for CVE-2025-15366",
"url": "https://bugzilla.suse.com/1257044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-27T15:14:09Z",
"details": "moderate"
}
],
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15367"
}
],
"notes": [
{
"category": "general",
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15367",
"url": "https://www.suse.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "SUSE Bug 1257041 for CVE-2025-15367",
"url": "https://bugzilla.suse.com/1257041"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-27T15:14:09Z",
"details": "moderate"
}
],
"title": "CVE-2025-15367"
},
{
"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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-27T15:14:09Z",
"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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.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 High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-tools-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_11-1_0-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-base-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-curses-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-dbm-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-devel-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-doc-devhelp-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-idle-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tk-3.11.14-150400.9.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-tools-3.11.14-150400.9.75.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-27T15:14:09Z",
"details": "moderate"
}
],
"title": "CVE-2026-0865"
}
]
}
SUSE-SU-2026:0767-1
Vulnerability from csaf_suse - Published: 2026-03-03 13:05 - Updated: 2026-03-03 13:05Notes
{
"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-2025-11468: header injection when folding a long comment in an email header containing exclusively unfoldable\n characters (bsc#1257029).\n- CVE-2025-12781: inadequate parameter check can cause data integrity issues (bsc#1257108).\n- CVE-2025-15282: user-controlled data URLs parsed may allow injecting headers (bsc#1257046).\n- CVE-2025-15366: user-controlled command can allow additional commands injected using newlines (bsc#1257044).\n- CVE-2025-15367: control characters may allow the injection of additional commands (bsc#1257041).\n- CVE-2026-0672: HTTP header injection via user-controlled cookie values and parameters when using http.cookies.Morsel\n (bsc#1257031).\n- CVE-2026-0865: user-controlled header containing newlines can allow injecting HTTP headers (bsc#1257042).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-767,SUSE-SLE-Module-Basesystem-15-SP7-2026-767,SUSE-SLE-Module-Python3-15-SP7-2026-767,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-767,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-767,openSUSE-SLE-15.6-2026-767",
"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_0767-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0767-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260767-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0767-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024550.html"
},
{
"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 1257041",
"url": "https://bugzilla.suse.com/1257041"
},
{
"category": "self",
"summary": "SUSE Bug 1257042",
"url": "https://bugzilla.suse.com/1257042"
},
{
"category": "self",
"summary": "SUSE Bug 1257044",
"url": "https://bugzilla.suse.com/1257044"
},
{
"category": "self",
"summary": "SUSE Bug 1257046",
"url": "https://bugzilla.suse.com/1257046"
},
{
"category": "self",
"summary": "SUSE Bug 1257108",
"url": "https://bugzilla.suse.com/1257108"
},
{
"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-12781 page",
"url": "https://www.suse.com/security/cve/CVE-2025-12781/"
},
{
"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-15366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15367 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15367/"
},
{
"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/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2026-03-03T13:05:43Z",
"generator": {
"date": "2026-03-03T13:05:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0767-1",
"initial_release_date": "2026-03-03T13:05:43Z",
"revision_history": [
{
"date": "2026-03-03T13:05: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.14-150600.3.44.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.14-150600.3.44.1.aarch64",
"product": {
"name": "python311-3.11.14-150600.3.44.1.aarch64",
"product_id": "python311-3.11.14-150600.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.14-150600.3.44.1.aarch64",
"product": {
"name": "python311-base-3.11.14-150600.3.44.1.aarch64",
"product_id": "python311-base-3.11.14-150600.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-150600.3.44.1.aarch64",
"product": {
"name": "python311-curses-3.11.14-150600.3.44.1.aarch64",
"product_id": "python311-curses-3.11.14-150600.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-150600.3.44.1.aarch64",
"product": {
"name": "python311-dbm-3.11.14-150600.3.44.1.aarch64",
"product_id": "python311-dbm-3.11.14-150600.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.14-150600.3.44.1.aarch64",
"product": {
"name": "python311-devel-3.11.14-150600.3.44.1.aarch64",
"product_id": "python311-devel-3.11.14-150600.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.14-150600.3.44.1.aarch64",
"product": {
"name": "python311-doc-3.11.14-150600.3.44.1.aarch64",
"product_id": "python311-doc-3.11.14-150600.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"product_id": "python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-150600.3.44.1.aarch64",
"product": {
"name": "python311-idle-3.11.14-150600.3.44.1.aarch64",
"product_id": "python311-idle-3.11.14-150600.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"product": {
"name": "python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"product_id": "python311-testsuite-3.11.14-150600.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-150600.3.44.1.aarch64",
"product": {
"name": "python311-tk-3.11.14-150600.3.44.1.aarch64",
"product_id": "python311-tk-3.11.14-150600.3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.14-150600.3.44.1.aarch64",
"product": {
"name": "python311-tools-3.11.14-150600.3.44.1.aarch64",
"product_id": "python311-tools-3.11.14-150600.3.44.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.14-150600.3.44.1.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.14-150600.3.44.1.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.14-150600.3.44.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.14-150600.3.44.1.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.14-150600.3.44.1.aarch64_ilp32",
"product_id": "python311-64bit-3.11.14-150600.3.44.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.14-150600.3.44.1.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.14-150600.3.44.1.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.14-150600.3.44.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.i586",
"product": {
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.i586",
"product_id": "libpython3_11-1_0-3.11.14-150600.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.14-150600.3.44.1.i586",
"product": {
"name": "python311-3.11.14-150600.3.44.1.i586",
"product_id": "python311-3.11.14-150600.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.14-150600.3.44.1.i586",
"product": {
"name": "python311-base-3.11.14-150600.3.44.1.i586",
"product_id": "python311-base-3.11.14-150600.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-150600.3.44.1.i586",
"product": {
"name": "python311-curses-3.11.14-150600.3.44.1.i586",
"product_id": "python311-curses-3.11.14-150600.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-150600.3.44.1.i586",
"product": {
"name": "python311-dbm-3.11.14-150600.3.44.1.i586",
"product_id": "python311-dbm-3.11.14-150600.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.14-150600.3.44.1.i586",
"product": {
"name": "python311-devel-3.11.14-150600.3.44.1.i586",
"product_id": "python311-devel-3.11.14-150600.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.14-150600.3.44.1.i586",
"product": {
"name": "python311-doc-3.11.14-150600.3.44.1.i586",
"product_id": "python311-doc-3.11.14-150600.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.i586",
"product": {
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.i586",
"product_id": "python311-doc-devhelp-3.11.14-150600.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-150600.3.44.1.i586",
"product": {
"name": "python311-idle-3.11.14-150600.3.44.1.i586",
"product_id": "python311-idle-3.11.14-150600.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.14-150600.3.44.1.i586",
"product": {
"name": "python311-testsuite-3.11.14-150600.3.44.1.i586",
"product_id": "python311-testsuite-3.11.14-150600.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-150600.3.44.1.i586",
"product": {
"name": "python311-tk-3.11.14-150600.3.44.1.i586",
"product_id": "python311-tk-3.11.14-150600.3.44.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.14-150600.3.44.1.i586",
"product": {
"name": "python311-tools-3.11.14-150600.3.44.1.i586",
"product_id": "python311-tools-3.11.14-150600.3.44.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "python311-3.11.14-150600.3.44.1.ppc64le",
"product_id": "python311-3.11.14-150600.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "python311-base-3.11.14-150600.3.44.1.ppc64le",
"product_id": "python311-base-3.11.14-150600.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "python311-curses-3.11.14-150600.3.44.1.ppc64le",
"product_id": "python311-curses-3.11.14-150600.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"product_id": "python311-dbm-3.11.14-150600.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "python311-devel-3.11.14-150600.3.44.1.ppc64le",
"product_id": "python311-devel-3.11.14-150600.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "python311-doc-3.11.14-150600.3.44.1.ppc64le",
"product_id": "python311-doc-3.11.14-150600.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"product_id": "python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "python311-idle-3.11.14-150600.3.44.1.ppc64le",
"product_id": "python311-idle-3.11.14-150600.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"product_id": "python311-testsuite-3.11.14-150600.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "python311-tk-3.11.14-150600.3.44.1.ppc64le",
"product_id": "python311-tk-3.11.14-150600.3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.14-150600.3.44.1.ppc64le",
"product": {
"name": "python311-tools-3.11.14-150600.3.44.1.ppc64le",
"product_id": "python311-tools-3.11.14-150600.3.44.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"product_id": "libpython3_11-1_0-3.11.14-150600.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "python311-3.11.14-150600.3.44.1.s390x",
"product_id": "python311-3.11.14-150600.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "python311-base-3.11.14-150600.3.44.1.s390x",
"product_id": "python311-base-3.11.14-150600.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "python311-curses-3.11.14-150600.3.44.1.s390x",
"product_id": "python311-curses-3.11.14-150600.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "python311-dbm-3.11.14-150600.3.44.1.s390x",
"product_id": "python311-dbm-3.11.14-150600.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "python311-devel-3.11.14-150600.3.44.1.s390x",
"product_id": "python311-devel-3.11.14-150600.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "python311-doc-3.11.14-150600.3.44.1.s390x",
"product_id": "python311-doc-3.11.14-150600.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"product_id": "python311-doc-devhelp-3.11.14-150600.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "python311-idle-3.11.14-150600.3.44.1.s390x",
"product_id": "python311-idle-3.11.14-150600.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "python311-testsuite-3.11.14-150600.3.44.1.s390x",
"product_id": "python311-testsuite-3.11.14-150600.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "python311-tk-3.11.14-150600.3.44.1.s390x",
"product_id": "python311-tk-3.11.14-150600.3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.14-150600.3.44.1.s390x",
"product": {
"name": "python311-tools-3.11.14-150600.3.44.1.s390x",
"product_id": "python311-tools-3.11.14-150600.3.44.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-32bit-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-32bit-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-base-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-base-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-base-32bit-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-curses-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-curses-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-dbm-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-dbm-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-devel-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-devel-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-doc-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-doc-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-idle-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-idle-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-testsuite-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-tk-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-tk-3.11.14-150600.3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.14-150600.3.44.1.x86_64",
"product": {
"name": "python311-tools-3.11.14-150600.3.44.1.x86_64",
"product_id": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-base-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-base-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-base-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.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.14-150600.3.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150600.3.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150600.3.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-base-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-base-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-base-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.s390x"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-base-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.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.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.14-150600.3.44.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.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-32bit-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-base-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-base-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-base-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-base-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-32bit-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-devel-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-doc-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-doc-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-doc-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-doc-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-testsuite-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-150600.3.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150600.3.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150600.3.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150600.3.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.14-150600.3.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
},
"product_reference": "python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T13:05:43Z",
"details": "important"
}
],
"title": "CVE-2025-11468"
},
{
"cve": "CVE-2025-12781",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-12781"
}
],
"notes": [
{
"category": "general",
"text": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python. Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-12781",
"url": "https://www.suse.com/security/cve/CVE-2025-12781"
},
{
"category": "external",
"summary": "SUSE Bug 1257108 for CVE-2025-12781",
"url": "https://bugzilla.suse.com/1257108"
}
],
"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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T13:05:43Z",
"details": "low"
}
],
"title": "CVE-2025-12781"
},
{
"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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T13:05:43Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2025-15366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15366"
}
],
"notes": [
{
"category": "general",
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15366",
"url": "https://www.suse.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "SUSE Bug 1257044 for CVE-2025-15366",
"url": "https://bugzilla.suse.com/1257044"
}
],
"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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T13:05:43Z",
"details": "moderate"
}
],
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15367"
}
],
"notes": [
{
"category": "general",
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15367",
"url": "https://www.suse.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "SUSE Bug 1257041 for CVE-2025-15367",
"url": "https://bugzilla.suse.com/1257041"
}
],
"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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T13:05:43Z",
"details": "moderate"
}
],
"title": "CVE-2025-15367"
},
{
"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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T13:05:43Z",
"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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.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.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:python311-tools-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-base-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:python311-tools-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.14-150600.3.44.1.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.14-150600.3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-03T13:05:43Z",
"details": "moderate"
}
],
"title": "CVE-2026-0865"
}
]
}
OPENSUSE-SU-2026:10152-1
Vulnerability from csaf_opensuse - Published: 2026-02-05 00:00 - Updated: 2026-02-05 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python315-3.15.0~a3-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python315-3.15.0~a3-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10152",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10152-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-12781 page",
"url": "https://www.suse.com/security/cve/CVE-2025-12781/"
},
{
"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-15366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15367 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15367/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0865/"
}
],
"title": "python315-3.15.0~a3-4.1 on GA media",
"tracking": {
"current_release_date": "2026-02-05T00:00:00Z",
"generator": {
"date": "2026-02-05T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10152-1",
"initial_release_date": "2026-02-05T00:00:00Z",
"revision_history": [
{
"date": "2026-02-05T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a3-4.1.aarch64",
"product": {
"name": "python315-3.15.0~a3-4.1.aarch64",
"product_id": "python315-3.15.0~a3-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a3-4.1.aarch64",
"product": {
"name": "python315-curses-3.15.0~a3-4.1.aarch64",
"product_id": "python315-curses-3.15.0~a3-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a3-4.1.aarch64",
"product": {
"name": "python315-dbm-3.15.0~a3-4.1.aarch64",
"product_id": "python315-dbm-3.15.0~a3-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a3-4.1.aarch64",
"product": {
"name": "python315-idle-3.15.0~a3-4.1.aarch64",
"product_id": "python315-idle-3.15.0~a3-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a3-4.1.aarch64",
"product": {
"name": "python315-profiling-3.15.0~a3-4.1.aarch64",
"product_id": "python315-profiling-3.15.0~a3-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a3-4.1.aarch64",
"product": {
"name": "python315-tk-3.15.0~a3-4.1.aarch64",
"product_id": "python315-tk-3.15.0~a3-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"product": {
"name": "python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"product_id": "python315-x86-64-v3-3.15.0~a3-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a3-4.1.ppc64le",
"product": {
"name": "python315-3.15.0~a3-4.1.ppc64le",
"product_id": "python315-3.15.0~a3-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a3-4.1.ppc64le",
"product": {
"name": "python315-curses-3.15.0~a3-4.1.ppc64le",
"product_id": "python315-curses-3.15.0~a3-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a3-4.1.ppc64le",
"product": {
"name": "python315-dbm-3.15.0~a3-4.1.ppc64le",
"product_id": "python315-dbm-3.15.0~a3-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a3-4.1.ppc64le",
"product": {
"name": "python315-idle-3.15.0~a3-4.1.ppc64le",
"product_id": "python315-idle-3.15.0~a3-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a3-4.1.ppc64le",
"product": {
"name": "python315-profiling-3.15.0~a3-4.1.ppc64le",
"product_id": "python315-profiling-3.15.0~a3-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a3-4.1.ppc64le",
"product": {
"name": "python315-tk-3.15.0~a3-4.1.ppc64le",
"product_id": "python315-tk-3.15.0~a3-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"product": {
"name": "python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"product_id": "python315-x86-64-v3-3.15.0~a3-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a3-4.1.s390x",
"product": {
"name": "python315-3.15.0~a3-4.1.s390x",
"product_id": "python315-3.15.0~a3-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a3-4.1.s390x",
"product": {
"name": "python315-curses-3.15.0~a3-4.1.s390x",
"product_id": "python315-curses-3.15.0~a3-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a3-4.1.s390x",
"product": {
"name": "python315-dbm-3.15.0~a3-4.1.s390x",
"product_id": "python315-dbm-3.15.0~a3-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a3-4.1.s390x",
"product": {
"name": "python315-idle-3.15.0~a3-4.1.s390x",
"product_id": "python315-idle-3.15.0~a3-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a3-4.1.s390x",
"product": {
"name": "python315-profiling-3.15.0~a3-4.1.s390x",
"product_id": "python315-profiling-3.15.0~a3-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a3-4.1.s390x",
"product": {
"name": "python315-tk-3.15.0~a3-4.1.s390x",
"product_id": "python315-tk-3.15.0~a3-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"product": {
"name": "python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"product_id": "python315-x86-64-v3-3.15.0~a3-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a3-4.1.x86_64",
"product": {
"name": "python315-3.15.0~a3-4.1.x86_64",
"product_id": "python315-3.15.0~a3-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a3-4.1.x86_64",
"product": {
"name": "python315-curses-3.15.0~a3-4.1.x86_64",
"product_id": "python315-curses-3.15.0~a3-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a3-4.1.x86_64",
"product": {
"name": "python315-dbm-3.15.0~a3-4.1.x86_64",
"product_id": "python315-dbm-3.15.0~a3-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a3-4.1.x86_64",
"product": {
"name": "python315-idle-3.15.0~a3-4.1.x86_64",
"product_id": "python315-idle-3.15.0~a3-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a3-4.1.x86_64",
"product": {
"name": "python315-profiling-3.15.0~a3-4.1.x86_64",
"product_id": "python315-profiling-3.15.0~a3-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a3-4.1.x86_64",
"product": {
"name": "python315-tk-3.15.0~a3-4.1.x86_64",
"product_id": "python315-tk-3.15.0~a3-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a3-4.1.x86_64",
"product": {
"name": "python315-x86-64-v3-3.15.0~a3-4.1.x86_64",
"product_id": "python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~a3-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64"
},
"product_reference": "python315-3.15.0~a3-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~a3-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le"
},
"product_reference": "python315-3.15.0~a3-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~a3-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x"
},
"product_reference": "python315-3.15.0~a3-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~a3-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64"
},
"product_reference": "python315-3.15.0~a3-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a3-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64"
},
"product_reference": "python315-curses-3.15.0~a3-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a3-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le"
},
"product_reference": "python315-curses-3.15.0~a3-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a3-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x"
},
"product_reference": "python315-curses-3.15.0~a3-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a3-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64"
},
"product_reference": "python315-curses-3.15.0~a3-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a3-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64"
},
"product_reference": "python315-dbm-3.15.0~a3-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a3-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le"
},
"product_reference": "python315-dbm-3.15.0~a3-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a3-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x"
},
"product_reference": "python315-dbm-3.15.0~a3-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a3-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64"
},
"product_reference": "python315-dbm-3.15.0~a3-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a3-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64"
},
"product_reference": "python315-idle-3.15.0~a3-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a3-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le"
},
"product_reference": "python315-idle-3.15.0~a3-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a3-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x"
},
"product_reference": "python315-idle-3.15.0~a3-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a3-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64"
},
"product_reference": "python315-idle-3.15.0~a3-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a3-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64"
},
"product_reference": "python315-profiling-3.15.0~a3-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a3-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le"
},
"product_reference": "python315-profiling-3.15.0~a3-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a3-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x"
},
"product_reference": "python315-profiling-3.15.0~a3-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a3-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64"
},
"product_reference": "python315-profiling-3.15.0~a3-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a3-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64"
},
"product_reference": "python315-tk-3.15.0~a3-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a3-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le"
},
"product_reference": "python315-tk-3.15.0~a3-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a3-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x"
},
"product_reference": "python315-tk-3.15.0~a3-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a3-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64"
},
"product_reference": "python315-tk-3.15.0~a3-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~a3-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64"
},
"product_reference": "python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~a3-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le"
},
"product_reference": "python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~a3-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x"
},
"product_reference": "python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~a3-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
},
"product_reference": "python315-x86-64-v3-3.15.0~a3-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-12781",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-12781"
}
],
"notes": [
{
"category": "general",
"text": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python. Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-12781",
"url": "https://www.suse.com/security/cve/CVE-2025-12781"
},
{
"category": "external",
"summary": "SUSE Bug 1257108 for CVE-2025-12781",
"url": "https://bugzilla.suse.com/1257108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-05T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-12781"
},
{
"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": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.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": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.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": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2025-15366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15366"
}
],
"notes": [
{
"category": "general",
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15366",
"url": "https://www.suse.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "SUSE Bug 1257044 for CVE-2025-15366",
"url": "https://bugzilla.suse.com/1257044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15367"
}
],
"notes": [
{
"category": "general",
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15367",
"url": "https://www.suse.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "SUSE Bug 1257041 for CVE-2025-15367",
"url": "https://bugzilla.suse.com/1257041"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15367"
},
{
"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": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.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": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.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": [
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a3-4.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a3-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-0865"
}
]
}
OPENSUSE-SU-2026:10206-1
Vulnerability from csaf_opensuse - Published: 2026-02-14 00:00 - Updated: 2026-02-14 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python314-3.14.3-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python314-3.14.3-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10206",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10206-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-12781 page",
"url": "https://www.suse.com/security/cve/CVE-2025-12781/"
},
{
"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-15366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15367 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15367/"
},
{
"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/"
}
],
"title": "python314-3.14.3-1.1 on GA media",
"tracking": {
"current_release_date": "2026-02-14T00:00:00Z",
"generator": {
"date": "2026-02-14T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10206-1",
"initial_release_date": "2026-02-14T00:00:00Z",
"revision_history": [
{
"date": "2026-02-14T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.3-1.1.aarch64",
"product": {
"name": "python314-3.14.3-1.1.aarch64",
"product_id": "python314-3.14.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.3-1.1.aarch64",
"product": {
"name": "python314-curses-3.14.3-1.1.aarch64",
"product_id": "python314-curses-3.14.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.3-1.1.aarch64",
"product": {
"name": "python314-dbm-3.14.3-1.1.aarch64",
"product_id": "python314-dbm-3.14.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.3-1.1.aarch64",
"product": {
"name": "python314-idle-3.14.3-1.1.aarch64",
"product_id": "python314-idle-3.14.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.3-1.1.aarch64",
"product": {
"name": "python314-tk-3.14.3-1.1.aarch64",
"product_id": "python314-tk-3.14.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.3-1.1.aarch64",
"product": {
"name": "python314-x86-64-v3-3.14.3-1.1.aarch64",
"product_id": "python314-x86-64-v3-3.14.3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.3-1.1.ppc64le",
"product": {
"name": "python314-3.14.3-1.1.ppc64le",
"product_id": "python314-3.14.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.3-1.1.ppc64le",
"product": {
"name": "python314-curses-3.14.3-1.1.ppc64le",
"product_id": "python314-curses-3.14.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.3-1.1.ppc64le",
"product": {
"name": "python314-dbm-3.14.3-1.1.ppc64le",
"product_id": "python314-dbm-3.14.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.3-1.1.ppc64le",
"product": {
"name": "python314-idle-3.14.3-1.1.ppc64le",
"product_id": "python314-idle-3.14.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.3-1.1.ppc64le",
"product": {
"name": "python314-tk-3.14.3-1.1.ppc64le",
"product_id": "python314-tk-3.14.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.3-1.1.ppc64le",
"product": {
"name": "python314-x86-64-v3-3.14.3-1.1.ppc64le",
"product_id": "python314-x86-64-v3-3.14.3-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.3-1.1.s390x",
"product": {
"name": "python314-3.14.3-1.1.s390x",
"product_id": "python314-3.14.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.3-1.1.s390x",
"product": {
"name": "python314-curses-3.14.3-1.1.s390x",
"product_id": "python314-curses-3.14.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.3-1.1.s390x",
"product": {
"name": "python314-dbm-3.14.3-1.1.s390x",
"product_id": "python314-dbm-3.14.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.3-1.1.s390x",
"product": {
"name": "python314-idle-3.14.3-1.1.s390x",
"product_id": "python314-idle-3.14.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.3-1.1.s390x",
"product": {
"name": "python314-tk-3.14.3-1.1.s390x",
"product_id": "python314-tk-3.14.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.3-1.1.s390x",
"product": {
"name": "python314-x86-64-v3-3.14.3-1.1.s390x",
"product_id": "python314-x86-64-v3-3.14.3-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.3-1.1.x86_64",
"product": {
"name": "python314-3.14.3-1.1.x86_64",
"product_id": "python314-3.14.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.3-1.1.x86_64",
"product": {
"name": "python314-curses-3.14.3-1.1.x86_64",
"product_id": "python314-curses-3.14.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.3-1.1.x86_64",
"product": {
"name": "python314-dbm-3.14.3-1.1.x86_64",
"product_id": "python314-dbm-3.14.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.3-1.1.x86_64",
"product": {
"name": "python314-idle-3.14.3-1.1.x86_64",
"product_id": "python314-idle-3.14.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.3-1.1.x86_64",
"product": {
"name": "python314-tk-3.14.3-1.1.x86_64",
"product_id": "python314-tk-3.14.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.3-1.1.x86_64",
"product": {
"name": "python314-x86-64-v3-3.14.3-1.1.x86_64",
"product_id": "python314-x86-64-v3-3.14.3-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64"
},
"product_reference": "python314-3.14.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le"
},
"product_reference": "python314-3.14.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.3-1.1.s390x"
},
"product_reference": "python314-3.14.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64"
},
"product_reference": "python314-3.14.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64"
},
"product_reference": "python314-curses-3.14.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le"
},
"product_reference": "python314-curses-3.14.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x"
},
"product_reference": "python314-curses-3.14.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64"
},
"product_reference": "python314-curses-3.14.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64"
},
"product_reference": "python314-dbm-3.14.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le"
},
"product_reference": "python314-dbm-3.14.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x"
},
"product_reference": "python314-dbm-3.14.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64"
},
"product_reference": "python314-dbm-3.14.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64"
},
"product_reference": "python314-idle-3.14.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le"
},
"product_reference": "python314-idle-3.14.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x"
},
"product_reference": "python314-idle-3.14.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64"
},
"product_reference": "python314-idle-3.14.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64"
},
"product_reference": "python314-tk-3.14.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le"
},
"product_reference": "python314-tk-3.14.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x"
},
"product_reference": "python314-tk-3.14.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64"
},
"product_reference": "python314-tk-3.14.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64"
},
"product_reference": "python314-x86-64-v3-3.14.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le"
},
"product_reference": "python314-x86-64-v3-3.14.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x"
},
"product_reference": "python314-x86-64-v3-3.14.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
},
"product_reference": "python314-x86-64-v3-3.14.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-12781",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-12781"
}
],
"notes": [
{
"category": "general",
"text": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python. Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-12781",
"url": "https://www.suse.com/security/cve/CVE-2025-12781"
},
{
"category": "external",
"summary": "SUSE Bug 1257108 for CVE-2025-12781",
"url": "https://bugzilla.suse.com/1257108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-14T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-12781"
},
{
"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": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.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": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.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": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2025-15366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15366"
}
],
"notes": [
{
"category": "general",
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15366",
"url": "https://www.suse.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "SUSE Bug 1257044 for CVE-2025-15366",
"url": "https://bugzilla.suse.com/1257044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15367"
}
],
"notes": [
{
"category": "general",
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15367",
"url": "https://www.suse.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "SUSE Bug 1257041 for CVE-2025-15367",
"url": "https://bugzilla.suse.com/1257041"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15367"
},
{
"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": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.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": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-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:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-14T00:00:00Z",
"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": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.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": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.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": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-14T00:00:00Z",
"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": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-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": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-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": [
"openSUSE Tumbleweed:python314-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.3-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-1299"
}
]
}
OPENSUSE-SU-2026:10221-1
Vulnerability from csaf_opensuse - Published: 2026-02-18 00:00 - Updated: 2026-02-18 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python311-3.11.14-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-3.11.14-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10221",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10221-1.json"
},
{
"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-12781 page",
"url": "https://www.suse.com/security/cve/CVE-2025-12781/"
},
{
"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-15366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15367 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15367/"
},
{
"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/"
}
],
"title": "python311-3.11.14-4.1 on GA media",
"tracking": {
"current_release_date": "2026-02-18T00:00:00Z",
"generator": {
"date": "2026-02-18T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10221-1",
"initial_release_date": "2026-02-18T00:00:00Z",
"revision_history": [
{
"date": "2026-02-18T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.14-4.1.aarch64",
"product": {
"name": "python311-3.11.14-4.1.aarch64",
"product_id": "python311-3.11.14-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.14-4.1.aarch64",
"product": {
"name": "python311-32bit-3.11.14-4.1.aarch64",
"product_id": "python311-32bit-3.11.14-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-4.1.aarch64",
"product": {
"name": "python311-curses-3.11.14-4.1.aarch64",
"product_id": "python311-curses-3.11.14-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-4.1.aarch64",
"product": {
"name": "python311-dbm-3.11.14-4.1.aarch64",
"product_id": "python311-dbm-3.11.14-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-4.1.aarch64",
"product": {
"name": "python311-idle-3.11.14-4.1.aarch64",
"product_id": "python311-idle-3.11.14-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-4.1.aarch64",
"product": {
"name": "python311-tk-3.11.14-4.1.aarch64",
"product_id": "python311-tk-3.11.14-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.14-4.1.aarch64",
"product": {
"name": "python311-x86-64-v3-3.11.14-4.1.aarch64",
"product_id": "python311-x86-64-v3-3.11.14-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.14-4.1.ppc64le",
"product": {
"name": "python311-3.11.14-4.1.ppc64le",
"product_id": "python311-3.11.14-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.14-4.1.ppc64le",
"product": {
"name": "python311-32bit-3.11.14-4.1.ppc64le",
"product_id": "python311-32bit-3.11.14-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-4.1.ppc64le",
"product": {
"name": "python311-curses-3.11.14-4.1.ppc64le",
"product_id": "python311-curses-3.11.14-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-4.1.ppc64le",
"product": {
"name": "python311-dbm-3.11.14-4.1.ppc64le",
"product_id": "python311-dbm-3.11.14-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-4.1.ppc64le",
"product": {
"name": "python311-idle-3.11.14-4.1.ppc64le",
"product_id": "python311-idle-3.11.14-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-4.1.ppc64le",
"product": {
"name": "python311-tk-3.11.14-4.1.ppc64le",
"product_id": "python311-tk-3.11.14-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.14-4.1.ppc64le",
"product": {
"name": "python311-x86-64-v3-3.11.14-4.1.ppc64le",
"product_id": "python311-x86-64-v3-3.11.14-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.14-4.1.s390x",
"product": {
"name": "python311-3.11.14-4.1.s390x",
"product_id": "python311-3.11.14-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.14-4.1.s390x",
"product": {
"name": "python311-32bit-3.11.14-4.1.s390x",
"product_id": "python311-32bit-3.11.14-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-4.1.s390x",
"product": {
"name": "python311-curses-3.11.14-4.1.s390x",
"product_id": "python311-curses-3.11.14-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-4.1.s390x",
"product": {
"name": "python311-dbm-3.11.14-4.1.s390x",
"product_id": "python311-dbm-3.11.14-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-4.1.s390x",
"product": {
"name": "python311-idle-3.11.14-4.1.s390x",
"product_id": "python311-idle-3.11.14-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-4.1.s390x",
"product": {
"name": "python311-tk-3.11.14-4.1.s390x",
"product_id": "python311-tk-3.11.14-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.14-4.1.s390x",
"product": {
"name": "python311-x86-64-v3-3.11.14-4.1.s390x",
"product_id": "python311-x86-64-v3-3.11.14-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.14-4.1.x86_64",
"product": {
"name": "python311-3.11.14-4.1.x86_64",
"product_id": "python311-3.11.14-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.14-4.1.x86_64",
"product": {
"name": "python311-32bit-3.11.14-4.1.x86_64",
"product_id": "python311-32bit-3.11.14-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.14-4.1.x86_64",
"product": {
"name": "python311-curses-3.11.14-4.1.x86_64",
"product_id": "python311-curses-3.11.14-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.14-4.1.x86_64",
"product": {
"name": "python311-dbm-3.11.14-4.1.x86_64",
"product_id": "python311-dbm-3.11.14-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.14-4.1.x86_64",
"product": {
"name": "python311-idle-3.11.14-4.1.x86_64",
"product_id": "python311-idle-3.11.14-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.14-4.1.x86_64",
"product": {
"name": "python311-tk-3.11.14-4.1.x86_64",
"product_id": "python311-tk-3.11.14-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.14-4.1.x86_64",
"product": {
"name": "python311-x86-64-v3-3.11.14-4.1.x86_64",
"product_id": "python311-x86-64-v3-3.11.14-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64"
},
"product_reference": "python311-3.11.14-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le"
},
"product_reference": "python311-3.11.14-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.14-4.1.s390x"
},
"product_reference": "python311-3.11.14-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.14-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64"
},
"product_reference": "python311-3.11.14-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.14-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64"
},
"product_reference": "python311-32bit-3.11.14-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.14-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le"
},
"product_reference": "python311-32bit-3.11.14-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.14-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x"
},
"product_reference": "python311-32bit-3.11.14-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.14-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64"
},
"product_reference": "python311-32bit-3.11.14-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64"
},
"product_reference": "python311-curses-3.11.14-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le"
},
"product_reference": "python311-curses-3.11.14-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x"
},
"product_reference": "python311-curses-3.11.14-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.14-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64"
},
"product_reference": "python311-curses-3.11.14-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64"
},
"product_reference": "python311-dbm-3.11.14-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.14-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x"
},
"product_reference": "python311-dbm-3.11.14-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.14-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64"
},
"product_reference": "python311-dbm-3.11.14-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64"
},
"product_reference": "python311-idle-3.11.14-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le"
},
"product_reference": "python311-idle-3.11.14-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x"
},
"product_reference": "python311-idle-3.11.14-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.14-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64"
},
"product_reference": "python311-idle-3.11.14-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64"
},
"product_reference": "python311-tk-3.11.14-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le"
},
"product_reference": "python311-tk-3.11.14-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x"
},
"product_reference": "python311-tk-3.11.14-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.14-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64"
},
"product_reference": "python311-tk-3.11.14-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.14-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64"
},
"product_reference": "python311-x86-64-v3-3.11.14-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.14-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le"
},
"product_reference": "python311-x86-64-v3-3.11.14-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.14-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x"
},
"product_reference": "python311-x86-64-v3-3.11.14-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.14-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
},
"product_reference": "python311-x86-64-v3-3.11.14-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-11468"
},
{
"cve": "CVE-2025-12781",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-12781"
}
],
"notes": [
{
"category": "general",
"text": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python. Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-12781",
"url": "https://www.suse.com/security/cve/CVE-2025-12781"
},
{
"category": "external",
"summary": "SUSE Bug 1257108 for CVE-2025-12781",
"url": "https://bugzilla.suse.com/1257108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-12781"
},
{
"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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2025-15366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15366"
}
],
"notes": [
{
"category": "general",
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15366",
"url": "https://www.suse.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "SUSE Bug 1257044 for CVE-2025-15366",
"url": "https://bugzilla.suse.com/1257044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15367"
}
],
"notes": [
{
"category": "general",
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15367",
"url": "https://www.suse.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "SUSE Bug 1257041 for CVE-2025-15367",
"url": "https://bugzilla.suse.com/1257041"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15367"
},
{
"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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.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": [
"openSUSE Tumbleweed:python311-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.14-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.14-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-0865"
}
]
}
OPENSUSE-SU-2026:10222-1
Vulnerability from csaf_opensuse - Published: 2026-02-18 00:00 - Updated: 2026-02-18 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python312-3.12.12-5.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python312-3.12.12-5.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10222",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10222-1.json"
},
{
"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-12781 page",
"url": "https://www.suse.com/security/cve/CVE-2025-12781/"
},
{
"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-15366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15367 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15367/"
},
{
"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/"
}
],
"title": "python312-3.12.12-5.1 on GA media",
"tracking": {
"current_release_date": "2026-02-18T00:00:00Z",
"generator": {
"date": "2026-02-18T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10222-1",
"initial_release_date": "2026-02-18T00:00:00Z",
"revision_history": [
{
"date": "2026-02-18T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.12-5.1.aarch64",
"product": {
"name": "python312-3.12.12-5.1.aarch64",
"product_id": "python312-3.12.12-5.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.12-5.1.aarch64",
"product": {
"name": "python312-32bit-3.12.12-5.1.aarch64",
"product_id": "python312-32bit-3.12.12-5.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.12-5.1.aarch64",
"product": {
"name": "python312-curses-3.12.12-5.1.aarch64",
"product_id": "python312-curses-3.12.12-5.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.12-5.1.aarch64",
"product": {
"name": "python312-dbm-3.12.12-5.1.aarch64",
"product_id": "python312-dbm-3.12.12-5.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.12-5.1.aarch64",
"product": {
"name": "python312-idle-3.12.12-5.1.aarch64",
"product_id": "python312-idle-3.12.12-5.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.12-5.1.aarch64",
"product": {
"name": "python312-tk-3.12.12-5.1.aarch64",
"product_id": "python312-tk-3.12.12-5.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.12-5.1.aarch64",
"product": {
"name": "python312-x86-64-v3-3.12.12-5.1.aarch64",
"product_id": "python312-x86-64-v3-3.12.12-5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.12-5.1.ppc64le",
"product": {
"name": "python312-3.12.12-5.1.ppc64le",
"product_id": "python312-3.12.12-5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.12-5.1.ppc64le",
"product": {
"name": "python312-32bit-3.12.12-5.1.ppc64le",
"product_id": "python312-32bit-3.12.12-5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.12-5.1.ppc64le",
"product": {
"name": "python312-curses-3.12.12-5.1.ppc64le",
"product_id": "python312-curses-3.12.12-5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.12-5.1.ppc64le",
"product": {
"name": "python312-dbm-3.12.12-5.1.ppc64le",
"product_id": "python312-dbm-3.12.12-5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.12-5.1.ppc64le",
"product": {
"name": "python312-idle-3.12.12-5.1.ppc64le",
"product_id": "python312-idle-3.12.12-5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.12-5.1.ppc64le",
"product": {
"name": "python312-tk-3.12.12-5.1.ppc64le",
"product_id": "python312-tk-3.12.12-5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.12-5.1.ppc64le",
"product": {
"name": "python312-x86-64-v3-3.12.12-5.1.ppc64le",
"product_id": "python312-x86-64-v3-3.12.12-5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.12-5.1.s390x",
"product": {
"name": "python312-3.12.12-5.1.s390x",
"product_id": "python312-3.12.12-5.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.12-5.1.s390x",
"product": {
"name": "python312-32bit-3.12.12-5.1.s390x",
"product_id": "python312-32bit-3.12.12-5.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.12-5.1.s390x",
"product": {
"name": "python312-curses-3.12.12-5.1.s390x",
"product_id": "python312-curses-3.12.12-5.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.12-5.1.s390x",
"product": {
"name": "python312-dbm-3.12.12-5.1.s390x",
"product_id": "python312-dbm-3.12.12-5.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.12-5.1.s390x",
"product": {
"name": "python312-idle-3.12.12-5.1.s390x",
"product_id": "python312-idle-3.12.12-5.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.12-5.1.s390x",
"product": {
"name": "python312-tk-3.12.12-5.1.s390x",
"product_id": "python312-tk-3.12.12-5.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.12-5.1.s390x",
"product": {
"name": "python312-x86-64-v3-3.12.12-5.1.s390x",
"product_id": "python312-x86-64-v3-3.12.12-5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.12-5.1.x86_64",
"product": {
"name": "python312-3.12.12-5.1.x86_64",
"product_id": "python312-3.12.12-5.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.12-5.1.x86_64",
"product": {
"name": "python312-32bit-3.12.12-5.1.x86_64",
"product_id": "python312-32bit-3.12.12-5.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.12-5.1.x86_64",
"product": {
"name": "python312-curses-3.12.12-5.1.x86_64",
"product_id": "python312-curses-3.12.12-5.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.12-5.1.x86_64",
"product": {
"name": "python312-dbm-3.12.12-5.1.x86_64",
"product_id": "python312-dbm-3.12.12-5.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.12-5.1.x86_64",
"product": {
"name": "python312-idle-3.12.12-5.1.x86_64",
"product_id": "python312-idle-3.12.12-5.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.12-5.1.x86_64",
"product": {
"name": "python312-tk-3.12.12-5.1.x86_64",
"product_id": "python312-tk-3.12.12-5.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.12-5.1.x86_64",
"product": {
"name": "python312-x86-64-v3-3.12.12-5.1.x86_64",
"product_id": "python312-x86-64-v3-3.12.12-5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.12-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64"
},
"product_reference": "python312-3.12.12-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.12-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le"
},
"product_reference": "python312-3.12.12-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.12-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.12-5.1.s390x"
},
"product_reference": "python312-3.12.12-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.12-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64"
},
"product_reference": "python312-3.12.12-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.12-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64"
},
"product_reference": "python312-32bit-3.12.12-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.12-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le"
},
"product_reference": "python312-32bit-3.12.12-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.12-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x"
},
"product_reference": "python312-32bit-3.12.12-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.12-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64"
},
"product_reference": "python312-32bit-3.12.12-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.12-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64"
},
"product_reference": "python312-curses-3.12.12-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.12-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le"
},
"product_reference": "python312-curses-3.12.12-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.12-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x"
},
"product_reference": "python312-curses-3.12.12-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.12-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64"
},
"product_reference": "python312-curses-3.12.12-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.12-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64"
},
"product_reference": "python312-dbm-3.12.12-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.12-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.12-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.12-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x"
},
"product_reference": "python312-dbm-3.12.12-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.12-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64"
},
"product_reference": "python312-dbm-3.12.12-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.12-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64"
},
"product_reference": "python312-idle-3.12.12-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.12-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le"
},
"product_reference": "python312-idle-3.12.12-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.12-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x"
},
"product_reference": "python312-idle-3.12.12-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.12-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64"
},
"product_reference": "python312-idle-3.12.12-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.12-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64"
},
"product_reference": "python312-tk-3.12.12-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.12-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le"
},
"product_reference": "python312-tk-3.12.12-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.12-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x"
},
"product_reference": "python312-tk-3.12.12-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.12-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64"
},
"product_reference": "python312-tk-3.12.12-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.12-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64"
},
"product_reference": "python312-x86-64-v3-3.12.12-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.12-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le"
},
"product_reference": "python312-x86-64-v3-3.12.12-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.12-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x"
},
"product_reference": "python312-x86-64-v3-3.12.12-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.12-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
},
"product_reference": "python312-x86-64-v3-3.12.12-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-11468"
},
{
"cve": "CVE-2025-12781",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-12781"
}
],
"notes": [
{
"category": "general",
"text": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python. Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-12781",
"url": "https://www.suse.com/security/cve/CVE-2025-12781"
},
{
"category": "external",
"summary": "SUSE Bug 1257108 for CVE-2025-12781",
"url": "https://bugzilla.suse.com/1257108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-12781"
},
{
"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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2025-15366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15366"
}
],
"notes": [
{
"category": "general",
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15366",
"url": "https://www.suse.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "SUSE Bug 1257044 for CVE-2025-15366",
"url": "https://bugzilla.suse.com/1257044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15367"
}
],
"notes": [
{
"category": "general",
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15367",
"url": "https://www.suse.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "SUSE Bug 1257041 for CVE-2025-15367",
"url": "https://bugzilla.suse.com/1257041"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15367"
},
{
"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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.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": [
"openSUSE Tumbleweed:python312-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.12-5.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.12-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-1299"
}
]
}
CERTFR-2026-AVI-0079
Vulnerability from certfr_avis - Published: 2026-01-22 - Updated: 2026-01-22
Une vulnérabilité a été découverte dans Python. Elle permet à un attaquant de provoquer un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Cpython versions ant\u00e9rieures \u00e0 3.15",
"product": {
"name": "CPython",
"vendor": {
"name": "Python",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-12781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12781"
}
],
"initial_release_date": "2026-01-22T00:00:00",
"last_revision_date": "2026-01-22T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0079",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-01-22T00:00:00.000000"
}
],
"risks": [
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
}
],
"summary": "Une vuln\u00e9rabilit\u00e9 a \u00e9t\u00e9 d\u00e9couverte dans Python. Elle permet \u00e0 un attaquant de provoquer un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Vuln\u00e9rabilit\u00e9 dans Python",
"vendor_advisories": [
{
"published_at": "2026-01-21",
"title": "Bulletin de s\u00e9curit\u00e9 Python KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/"
}
]
}
CERTFR-2026-AVI-0079
Vulnerability from certfr_avis - Published: 2026-01-22 - Updated: 2026-01-22
Une vulnérabilité a été découverte dans Python. Elle permet à un attaquant de provoquer un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Cpython versions ant\u00e9rieures \u00e0 3.15",
"product": {
"name": "CPython",
"vendor": {
"name": "Python",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-12781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12781"
}
],
"initial_release_date": "2026-01-22T00:00:00",
"last_revision_date": "2026-01-22T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0079",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-01-22T00:00:00.000000"
}
],
"risks": [
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
}
],
"summary": "Une vuln\u00e9rabilit\u00e9 a \u00e9t\u00e9 d\u00e9couverte dans Python. Elle permet \u00e0 un attaquant de provoquer un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Vuln\u00e9rabilit\u00e9 dans Python",
"vendor_advisories": [
{
"published_at": "2026-01-21",
"title": "Bulletin de s\u00e9curit\u00e9 Python KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/"
}
]
}
bit-libpython-2025-12781
Vulnerability from bitnami_vulndb
When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the "base64" module the characters "+/" will always be accepted, regardless of the value of "altchars" parameter, typically used to establish an "alternative base64 alphabet" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.
This behavior can only be insecure if your application uses an alternate base64 alphabet (without "+/"). If your application does not use the "altchars" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.
The attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python. Users are recommended to mitigate by verifying user-controlled inputs match the base64 alphabet they are expecting or verify that their application would not be affected if the b64decode() functions accepted "+" or "/" outside of altchars.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "libpython",
"purl": "pkg:bitnami/libpython"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.15.0"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
],
"aliases": [
"CVE-2025-12781"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
],
"severity": "Medium"
},
"details": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python.\u00a0Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars.",
"id": "BIT-libpython-2025-12781",
"modified": "2026-01-26T15:09:56.435Z",
"published": "2026-01-26T14:43:03.724Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/13360efd385d1a7d0659beba03787ea3d063ef9b"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/1be80bec7960f5ccd059e75f3dfbd45fca302947"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/9060b4abbe475591b6230b23c2afefeff26fcca5"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/fd17ee026fa9b67f6288cbafe374a3e479fe03a5"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/125346"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/141128"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12781"
}
],
"schema_version": "1.6.2",
"summary": "base64.b64decode() always accepts \"+/\" characters, despite setting altchars"
}
bit-python-2025-12781
Vulnerability from bitnami_vulndb
When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the "base64" module the characters "+/" will always be accepted, regardless of the value of "altchars" parameter, typically used to establish an "alternative base64 alphabet" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.
This behavior can only be insecure if your application uses an alternate base64 alphabet (without "+/"). If your application does not use the "altchars" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.
The attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python. Users are recommended to mitigate by verifying user-controlled inputs match the base64 alphabet they are expecting or verify that their application would not be affected if the b64decode() functions accepted "+" or "/" outside of altchars.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "python",
"purl": "pkg:bitnami/python"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.15.0"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
],
"aliases": [
"CVE-2025-12781"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
],
"severity": "Medium"
},
"details": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python.\u00a0Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars.",
"id": "BIT-python-2025-12781",
"modified": "2026-01-26T15:09:56.435Z",
"published": "2026-01-26T14:49:35.455Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/13360efd385d1a7d0659beba03787ea3d063ef9b"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/1be80bec7960f5ccd059e75f3dfbd45fca302947"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/9060b4abbe475591b6230b23c2afefeff26fcca5"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/fd17ee026fa9b67f6288cbafe374a3e479fe03a5"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/125346"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/141128"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12781"
}
],
"schema_version": "1.6.2",
"summary": "base64.b64decode() always accepts \"+/\" characters, despite setting altchars"
}
FKIE_CVE-2025-12781
Vulnerability from fkie_nvd - Published: 2026-01-21 20:16 - Updated: 2026-02-02 17:25| URL | Tags | ||
|---|---|---|---|
| cna@python.org | https://github.com/python/cpython/commit/13360efd385d1a7d0659beba03787ea3d063ef9b | Patch | |
| cna@python.org | https://github.com/python/cpython/commit/1be80bec7960f5ccd059e75f3dfbd45fca302947 | Patch | |
| cna@python.org | https://github.com/python/cpython/commit/9060b4abbe475591b6230b23c2afefeff26fcca5 | Patch | |
| cna@python.org | https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76 | Patch | |
| cna@python.org | https://github.com/python/cpython/commit/fd17ee026fa9b67f6288cbafe374a3e479fe03a5 | Patch | |
| cna@python.org | https://github.com/python/cpython/issues/125346 | Exploit, Issue Tracking | |
| cna@python.org | https://github.com/python/cpython/pull/141128 | Issue Tracking, Patch | |
| cna@python.org | https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/ | Mailing List, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*",
"matchCriteriaId": "B02C195C-8271-4207-9FE9-E46C7A4978AE",
"versionEndExcluding": "3.13.10",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*",
"matchCriteriaId": "6E66BA7A-987F-4E24-8B69-4F46D6FCD19E",
"versionEndExcluding": "3.14.1",
"versionStartIncluding": "3.14.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:python:python:3.15.0:alpha1:*:*:*:*:*:*",
"matchCriteriaId": "A3327507-0B1D-4F28-A983-D07A2C8A7696",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python.\u00a0Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars."
}
],
"id": "CVE-2025-12781",
"lastModified": "2026-02-02T17:25:23.933",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "LOW",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "cna@python.org",
"type": "Secondary"
}
]
},
"published": "2026-01-21T20:16:04.423",
"references": [
{
"source": "cna@python.org",
"tags": [
"Patch"
],
"url": "https://github.com/python/cpython/commit/13360efd385d1a7d0659beba03787ea3d063ef9b"
},
{
"source": "cna@python.org",
"tags": [
"Patch"
],
"url": "https://github.com/python/cpython/commit/1be80bec7960f5ccd059e75f3dfbd45fca302947"
},
{
"source": "cna@python.org",
"tags": [
"Patch"
],
"url": "https://github.com/python/cpython/commit/9060b4abbe475591b6230b23c2afefeff26fcca5"
},
{
"source": "cna@python.org",
"tags": [
"Patch"
],
"url": "https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76"
},
{
"source": "cna@python.org",
"tags": [
"Patch"
],
"url": "https://github.com/python/cpython/commit/fd17ee026fa9b67f6288cbafe374a3e479fe03a5"
},
{
"source": "cna@python.org",
"tags": [
"Exploit",
"Issue Tracking"
],
"url": "https://github.com/python/cpython/issues/125346"
},
{
"source": "cna@python.org",
"tags": [
"Issue Tracking",
"Patch"
],
"url": "https://github.com/python/cpython/pull/141128"
},
{
"source": "cna@python.org",
"tags": [
"Mailing List",
"Vendor Advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6/"
}
],
"sourceIdentifier": "cna@python.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-704"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GHSA-HFPW-X3FG-WMMG
Vulnerability from github – Published: 2026-01-21 21:30 – Updated: 2026-02-02 18:31When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the "base64" module the characters "+/" will always be accepted, regardless of the value of "altchars" parameter, typically used to establish an "alternative base64 alphabet" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.
This behavior can only be insecure if your application uses an alternate base64 alphabet (without "+/"). If your application does not use the "altchars" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.
The attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python. Users are recommended to mitigate by verifying user-controlled inputs match the base64 alphabet they are expecting or verify that their application would not be affected if the b64decode() functions accepted "+" or "/" outside of altchars.
{
"affected": [],
"aliases": [
"CVE-2025-12781"
],
"database_specific": {
"cwe_ids": [
"CWE-704"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-01-21T20:16:04Z",
"severity": "MODERATE"
},
"details": "When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the \"base64\" module the characters \"+/\" will always be accepted, regardless of the value of \"altchars\" parameter, typically used to establish an \"alternative base64 alphabet\" such as the URL safe alphabet. This behavior matches what is recommended in earlier base64 RFCs, but newer RFCs now recommend either dropping characters outside the specified base64 alphabet or raising an error. The old behavior has the possibility of causing data integrity issues.\n\n\n\n\nThis behavior can only be insecure if your application uses an alternate base64 alphabet (without \"+/\"). If your application does not use the \"altchars\" parameter or the urlsafe_b64decode() function, then your application does not use an alternative base64 alphabet.\n\n\n\n\nThe attached patches DOES NOT make the base64-decode behavior raise an error, as this would be a change in behavior and break existing programs. Instead, the patch deprecates the behavior which will be replaced with the newly recommended behavior in a future version of Python.\u00a0Users are recommended to mitigate by verifying user-controlled inputs match the base64 \nalphabet they are expecting or verify that their application would not be \naffected if the b64decode() functions accepted \"+\" or \"/\" outside of altchars.",
"id": "GHSA-hfpw-x3fg-wmmg",
"modified": "2026-02-02T18:31:31Z",
"published": "2026-01-21T21:30:30Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12781"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/125346"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/141128"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/13360efd385d1a7d0659beba03787ea3d063ef9b"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/1be80bec7960f5ccd059e75f3dfbd45fca302947"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/9060b4abbe475591b6230b23c2afefeff26fcca5"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/fd17ee026fa9b67f6288cbafe374a3e479fe03a5"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/KRI7GC6S27YV5NJ4FPDALS2WI5ENAFJ6"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
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.